Package net.jini.lookup.ui.factory

Provides UI factory interfaces used to associate service UIs with Jini services.

See:
          Description

Interface Summary
DialogFactory UI factory for a modal or non-modal AWT Dialog with a predetermined title.
FrameFactory UI factory for an AWT Frame with a predetermined title.
JComponentFactory UI factory for a Swing JComponent.
JDialogFactory UI factory for a modal or non-modal Swing JDialog with a predetermined title.
JFrameFactory UI factory for a Swing JFrame with a predetermined title.
JWindowFactory UI factory for a Swing JWindow.
PanelFactory UI factory for an AWT Panel.
WindowFactory UI factory for an AWT Window that isn't a Frame or a Dialog.
 

Package net.jini.lookup.ui.factory Description

Provides UI factory interfaces used to associate service UIs with Jini services. The full specification of this package is available at:

http://www.artima.com/jini/serviceui/Spec.html