|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
UI factory for a Swing JWindow.
If the UI generated by the method declared in this interface implements
javax.accessibility.Accessible and supports the Java Accessibility
API, an AccessibleUI attribute
should be placed in the UIDescriptor's attributes set.
| Field Summary | |
static java.lang.String |
TOOLKIT
Convenience constant to use in the toolkit
field of UIDescriptors that contain a
JWindowFactory. |
static java.lang.String |
TYPE_NAME
Convenience constant to use in the UIFactoryTypes
set in the attributes set of UIDescriptors
that contain a JWindowFactory. |
| Method Summary | |
javax.swing.JWindow |
getJWindow(java.lang.Object roleObject)
Returns a JWindow with no specified
owner. |
javax.swing.JWindow |
getJWindow(java.lang.Object roleObject,
java.awt.Frame owner)
Returns a JWindow with specified
owner Frame. |
javax.swing.JWindow |
getJWindow(java.lang.Object roleObject,
java.awt.Window owner)
Returns a JWindow with specified
owner Window. |
| Field Detail |
public static final java.lang.String TOOLKIT
toolkit
field of UIDescriptors that contain a
JWindowFactory.
The value of this constant is "javax.swing".public static final java.lang.String TYPE_NAME
UIFactoryTypes
set in the attributes set of UIDescriptors
that contain a JWindowFactory.
The value of this constant is "net.jini.lookup.ui.factory.JWindowFactory".| Method Detail |
public javax.swing.JWindow getJWindow(java.lang.Object roleObject)
JWindow with no specified
owner.roleObject - an object defined by the semantics of the UI role interface
implemented by the returned UI object. (UI role is indicated in the
role field of UIDescriptors.)JWindow UI
public javax.swing.JWindow getJWindow(java.lang.Object roleObject,
java.awt.Window owner)
JWindow with specified
owner Window.roleObject - an object defined by the semantics of the UI role interface
implemented by the returned UI object. (UI role is indicated in the
role field of UIDescriptors.)owner - the Window to act as owner of the returned
JWindowJWindow UI
public javax.swing.JWindow getJWindow(java.lang.Object roleObject,
java.awt.Frame owner)
JWindow with specified
owner Frame.roleObject - an object defined by the semantics of the UI role interface
implemented by the returned UI object. (UI role is indicated in the
role field of UIDescriptors.)owner - the Frame to act as owner of the returned
JWindowJWindow UI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||