|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
UI factory for a modal or non-modal Swing JDialog
with a predetermined title.
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
JDialogFactory. |
static java.lang.String |
TYPE_NAME
Convenience constant to use in the UIFactoryTypes
set in the attributes set of UIDescriptors
that contain a JDialogFactory. |
| Method Summary | |
javax.swing.JDialog |
getJDialog(java.lang.Object roleObject)
Returns a non-modal JDialog with
predetermined title and no specified owner. |
javax.swing.JDialog |
getJDialog(java.lang.Object roleObject,
java.awt.Dialog owner)
Returns a non-modal JDialog with a
predetermined title with the specified owner Dialog. |
javax.swing.JDialog |
getJDialog(java.lang.Object roleObject,
java.awt.Dialog owner,
boolean modal)
Returns a JDialog with predetermined title and the
specified modality and owner Dialog. |
javax.swing.JDialog |
getJDialog(java.lang.Object roleObject,
java.awt.Frame owner)
Returns a non-modal JDialog with a
predetermined title with the specified owner Frame. |
javax.swing.JDialog |
getJDialog(java.lang.Object roleObject,
java.awt.Frame owner,
boolean modal)
Returns a JDialog with predetermined title and the
specified modality and owner Frame. |
| Field Detail |
public static final java.lang.String TOOLKIT
toolkit
field of UIDescriptors that contain a
JDialogFactory.
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 JDialogFactory.
The value of this constant is "net.jini.lookup.ui.factory.JDialogFactory".| Method Detail |
public javax.swing.JDialog getJDialog(java.lang.Object roleObject)
JDialog with
predetermined title and 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.)JDialog UI
public javax.swing.JDialog getJDialog(java.lang.Object roleObject,
java.awt.Dialog owner)
JDialog with a
predetermined title with the specified owner Dialog.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 Dialog to act as owner of the returned
JDialogJDialog UI
public javax.swing.JDialog getJDialog(java.lang.Object roleObject,
java.awt.Frame owner)
JDialog with a
predetermined title with the 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
JDialogJDialog UI
public javax.swing.JDialog getJDialog(java.lang.Object roleObject,
java.awt.Dialog owner,
boolean modal)
JDialog with predetermined title and the
specified modality and owner Dialog.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 Dialog to act as owner of the returned
JDialogmodal - if true, the returned JDialog will block
input to other windows when shownJDialog UI
public javax.swing.JDialog getJDialog(java.lang.Object roleObject,
java.awt.Frame owner,
boolean modal)
JDialog with predetermined title and the
specified modality and 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
JDialogmodal - if true, the returned JDialog will block
input to other windows when shownJDialog UI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||