A D E F G H I J L M N P R T U W

A

AboutUI - interface net.jini.lookup.ui.AboutUI.
A UI role interface implemented by About UIs, which enable users to view (or in some way experience) information about a service.
AccessibleUI - class net.jini.lookup.ui.attribute.AccessibleUI.
UI attribute that indicates a generated UI implements the the javax.accessibility.Accessible interface and that the designer of the UI did the necessary work to make sure the UI would work well with assistive technologies that are aware of the Java Accessibility API.
AccessibleUI() - Constructor for class net.jini.lookup.ui.attribute.AccessibleUI
 
AdminUI - interface net.jini.lookup.ui.AdminUI.
UI role interface implemented by Admin UIs, which enable users to administer a service.
attributes - Variable in class net.jini.lookup.entry.UIDescriptor
A set of objects that describe the UI generated by the marshalled UI factory.

D

DialogFactory - interface net.jini.lookup.ui.factory.DialogFactory.
UI factory for a modal or non-modal AWT Dialog with a predetermined title.

E

equals(Object) - Method in class net.jini.lookup.ui.attribute.Locales
Compares the specified object (the Object passed in o) with this Locales object for equality.
equals(Object) - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Compares the specified object (the Object passed in o) with this UIFactoryTypes object for equality.
equals(Object) - Method in class net.jini.lookup.ui.attribute.AccessibleUI
Compares the specified object (passed in o) with this AccessibleUI object for equality.
equals(Object) - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Compares the specified object (the Object passed in o) with this RequiredPackages object for equality.

F

factory - Variable in class net.jini.lookup.entry.UIDescriptor
The get() method of this MarshalledObject must return an object that implements one or more UI factory interfaces.
FrameFactory - interface net.jini.lookup.ui.factory.FrameFactory.
UI factory for an AWT Frame with a predetermined title.

G

getDialog(Object, Dialog) - Method in interface net.jini.lookup.ui.factory.DialogFactory
Returns a non-modal Dialog with predetermined title and the specified owner Dialog.
getDialog(Object, Dialog, boolean) - Method in interface net.jini.lookup.ui.factory.JDialogFactory
Returns a JDialog with predetermined title and the specified modality and owner Dialog.
getDialog(Object, Dialog, boolean) - Method in interface net.jini.lookup.ui.factory.DialogFactory
Returns a Dialog with predetermined title and the specified modality and owner Dialog.
getDialog(Object, Frame) - Method in interface net.jini.lookup.ui.factory.DialogFactory
Returns a non-modal Dialog with predetermined title and the specified owner Frame.
getDialog(Object, Frame, boolean) - Method in interface net.jini.lookup.ui.factory.JDialogFactory
Returns a JDialog with predetermined title and the specified modality and owner Frame.
getDialog(Object, Frame, boolean) - Method in interface net.jini.lookup.ui.factory.DialogFactory
Returns a Dialog with predetermined title and the specified modality and owner Frame.
getFirstSupportedLocale(List) - Method in class net.jini.lookup.ui.attribute.Locales
Iterates through the passed List of Locales and returns the first Locale that is supported by the UI (as defined by isLocaleSupported()), or null, if none of the Locales in the passed array are supported by the UI.
getFirstSupportedLocale(Locale[]) - Method in class net.jini.lookup.ui.attribute.Locales
Looks through the passed array of Locales (in the order they appear in the array) and returns the first Locale that is supported by the UI (as defined by isLocaleSupported()), or null, if none of the Locales in the passed array are supported by the UI.
getFrame(Object) - Method in interface net.jini.lookup.ui.factory.FrameFactory
Returns a Frame with predetermined title.
getJComponent(Object) - Method in interface net.jini.lookup.ui.factory.JComponentFactory
Returns a JComponent.
getJDialog(Object) - Method in interface net.jini.lookup.ui.factory.JDialogFactory
Returns a non-modal JDialog with predetermined title and no specified owner.
getJDialog(Object, Dialog) - Method in interface net.jini.lookup.ui.factory.JDialogFactory
Returns a non-modal JDialog with a predetermined title with the specified owner Dialog.
getJDialog(Object, Frame) - Method in interface net.jini.lookup.ui.factory.JDialogFactory
Returns a non-modal JDialog with a predetermined title with the specified owner Frame.
getJFrame(Object) - Method in interface net.jini.lookup.ui.factory.JFrameFactory
Returns a JFrame with predetermined title.
getJWindow(Object) - Method in interface net.jini.lookup.ui.factory.JWindowFactory
Returns a JWindow with no specified owner.
getJWindow(Object, Frame) - Method in interface net.jini.lookup.ui.factory.JWindowFactory
Returns a JWindow with specified owner Frame.
getJWindow(Object, Window) - Method in interface net.jini.lookup.ui.factory.JWindowFactory
Returns a JWindow with specified owner Window.
getLocales() - Method in class net.jini.lookup.ui.attribute.Locales
Returns an unmodifiable java.util.Set that contains java.util.Locale objects, one for each locale supported by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.
getPanel(Object) - Method in interface net.jini.lookup.ui.factory.PanelFactory
Returns a Panel.
getRequiredPackages() - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns a java.util.Map whose keys are Strings that represent fully qualified names of required packages and whose values are be the oldest version number of the package (defined by the key) that is compatible with the UI.
getTypeNames() - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns an unmodifiable Set of fully qualified type name Strings of which a UI factory is an instance in no particular order.
getUIFactory(ClassLoader) - Method in class net.jini.lookup.entry.UIDescriptor
A convenience method for unmarshalling the UI factory stored in the MarshalledObject referenced from the marshalledUIFactory field.
getVersion(String) - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns a version number for the required package whose fully qualified package name is passed as the packageName parameter.
getWindow(Object, Frame) - Method in interface net.jini.lookup.ui.factory.WindowFactory
Returns a Window with specified owner Frame
getWindow(Object, Window) - Method in interface net.jini.lookup.ui.factory.WindowFactory
Returns a Window with specified owner Window

H

hashCode() - Method in class net.jini.lookup.ui.attribute.Locales
Returns the hash code value for this Locales object.
hashCode() - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns the hash code value for this UIFactoryTypes object.
hashCode() - Method in class net.jini.lookup.ui.attribute.AccessibleUI
Returns the hash code value for this AccessibleUI.
hashCode() - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns the hash code value for this RequiredPackages object.

I

isAssignableTo(Class) - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns true if the UI factory (contained in marshalled form in the same UIDescriptor) is an instance of the type passed in parameter classObj.
isLocaleSupported(Locale) - Method in class net.jini.lookup.ui.attribute.Locales
Indicates whether or not a locale is supported by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.
iterator() - Method in class net.jini.lookup.ui.attribute.Locales
Returns an iterator over the set of java.util.Locale objects, one for each locale supported by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.
iterator() - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns an iterator over the set of types of which a UI factory object is an instance in no particular order.
iterator() - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns an iterator over the set of String fully qualified package names required by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.

J

JComponentFactory - interface net.jini.lookup.ui.factory.JComponentFactory.
UI factory for a Swing JComponent.
JDialogFactory - interface net.jini.lookup.ui.factory.JDialogFactory.
UI factory for a modal or non-modal Swing JDialog with a predetermined title.
JFrameFactory - interface net.jini.lookup.ui.factory.JFrameFactory.
UI factory for a Swing JFrame with a predetermined title.
JWindowFactory - interface net.jini.lookup.ui.factory.JWindowFactory.
UI factory for a Swing JWindow.

L

Locales - class net.jini.lookup.ui.attribute.Locales.
UI attribute that lists the locales supported by a generated UI.
Locales(Set) - Constructor for class net.jini.lookup.ui.attribute.Locales
Constructs a Locales using the passed Set.

M

MainUI - interface net.jini.lookup.ui.MainUI.
UI role interface implemented by Main UIs, which enable client programs to grant users general access to a service.

N

net.jini.lookup.entry - package net.jini.lookup.entry
 
net.jini.lookup.ui - package net.jini.lookup.ui
 
net.jini.lookup.ui.attribute - package net.jini.lookup.ui.attribute
 
net.jini.lookup.ui.factory - package net.jini.lookup.ui.factory
 

P

PanelFactory - interface net.jini.lookup.ui.factory.PanelFactory.
UI factory for an AWT Panel.

R

RequiredPackages - class net.jini.lookup.ui.attribute.RequiredPackages.
UI attribute that enables clients to get a list of the fully qualified names and version numbers of packages required by a UI.
RequiredPackages(Map) - Constructor for class net.jini.lookup.ui.attribute.RequiredPackages
Constructs a RequiredPackages attribute with the passed Map.
role - Variable in class net.jini.lookup.entry.UIDescriptor
Gives the fully qualified name of the interface that represents the role of the UI generated by the marshalled UI factory.
ROLE - Static variable in interface net.jini.lookup.ui.AboutUI
Convenience constant to use in the role field of UIDescriptors for AboutUI role UIs.
ROLE - Static variable in interface net.jini.lookup.ui.MainUI
Convenience constant to use in the role field of UIDescriptors for MainUI role UIs.
ROLE - Static variable in interface net.jini.lookup.ui.AdminUI
Convenience constant to use in the role field of UIDescriptors for AdminUI role UIs.

T

toolkit - Variable in class net.jini.lookup.entry.UIDescriptor
A String to facilitate searching whose value represents the main UI toolkit (for example Swing or AWT) which the produced UI makse use of.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.JDialogFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a JDialogFactory.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.DialogFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a DialogFactory.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.WindowFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a WindowFactory.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.PanelFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a PanelFactory.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.JComponentFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a JComponentFactory.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.FrameFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a FrameFactory.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.JWindowFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a JWindowFactory.
TOOLKIT - Static variable in interface net.jini.lookup.ui.factory.JFrameFactory
Convenience constant to use in the toolkit field of UIDescriptors that contain a JFrameFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.JDialogFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a JDialogFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.DialogFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a DialogFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.WindowFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a WindowFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.PanelFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a JPanelFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.JComponentFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a JComponentFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.FrameFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a FrameFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.JWindowFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a JWindowFactory.
TYPE_NAME - Static variable in interface net.jini.lookup.ui.factory.JFrameFactory
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a JFrameFactory.

U

UIDescriptor - class net.jini.lookup.entry.UIDescriptor.
Entry that enables a UI for a service to be associated with the service in the attribute sets of the service item.
UIDescriptor() - Constructor for class net.jini.lookup.entry.UIDescriptor
Constructs a UIDescriptor with all fields set to null.
UIDescriptor(String, String, Set, MarshalledObject) - Constructor for class net.jini.lookup.entry.UIDescriptor
Constructs a UIDescriptor with the fields set to passed values.
UIFactoryTypes - class net.jini.lookup.ui.attribute.UIFactoryTypes.
UI attribute that lists all the types of which a UI factory is an instance.
UIFactoryTypes(Set) - Constructor for class net.jini.lookup.ui.attribute.UIFactoryTypes
Constructs a UIFactoryTypes attribute using the passed Set.

W

WindowFactory - interface net.jini.lookup.ui.factory.WindowFactory.
UI factory for an AWT Window that isn't a Frame or a Dialog.

A D E F G H I J L M N P R T U W