|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Window
|
+--java.awt.Dialog
Unsafe: A Dialog is a top-level window with a title and a border
that is typically used to take some form of input from the user.
The size of the dialog includes any area designated for the
border. The dimensions of the border area can be obtained
using the getInsets method, however, since
these dimensions are platform-dependent, a valid insets
value cannot be obtained until the dialog is made displayable
by either calling pack or show.
Since the border area is included in the overall size of the
dialog, the border effectively obscures a portion of the dialog,
constraining the area available for rendering and/or displaying
subcomponents to the rectangle which has an upper-left corner
location of (insets.left, insets.top), and has a size of
width - (insets.left + insets.right) by
height - (insets.top + insets.bottom).
The default layout for a dialog is BorderLayout.
A dialog may have its native decorations (i.e. Frame & Titlebar) turned off
with setUndecorated. This can only be done while the dialog
is not displayable.
A dialog must have either a frame or another dialog defined as its owner when it's constructed. When the owner window of a visible dialog is minimized, the dialog will automatically be hidden from the user. When the owner window is subsequently restored, the dialog is made visible to the user again.
In a multi-screen environment, you can create a Dialog
on a different screen device than its owner. See java.awt.Frame for
more information.
A dialog can be either modeless (the default) or modal. A modal dialog is one which blocks input to all other toplevel windows in the application, except for any windows created with the dialog as their owner.
Dialogs are capable of generating the following
WindowEvents:
WindowOpened, WindowClosing,
WindowClosed, WindowActivated,
WindowDeactivated, WindowGainedFocus,
WindowLostFocus.
WindowEvent,
Window.addWindowListener(java.awt.event.WindowListener),
Serialized Form| Field Summary | |
private static String |
base
|
private boolean |
keepBlocking
|
(package private) boolean |
modal
Will be true if the Dialog is modal, otherwise the dialog will be modeless. |
private static int |
nameCounter
|
(package private) boolean |
resizable
A dialog's resizable property. |
private static long |
serialVersionUID
|
private sun.awt.AppContext |
showAppContext
Stores the app context on which event dispatch thread the dialog is being shown. |
(package private) String |
title
Specifies the title of the Dialog. |
(package private) boolean |
undecorated
This field indicates whether the dialog is undecorated. |
| Fields inherited from class java.awt.Window |
inputContext, isFirstPack, OPENED, ownedWindowList, state, syncLWRequests, systemSyncLWRequests, warningString, windowFocusListener, windowListener, windowStateListener |
| Fields inherited from class java.awt.Container |
component, containerListener, descendantsCount, INCLUDE_SELF, layoutMgr, listeningBoundsChildren, listeningChildren, ncomponents, SEARCH_HEAVYWEIGHTS |
| Constructor Summary | |
Dialog(Dialog owner)
Suppressed: Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner dialog. |
|
Dialog(Dialog owner,
String title)
Suppressed: Constructs an initially invisible, non-modal Dialog with the specified owner dialog and title. |
|
Dialog(Dialog owner,
String title,
boolean modal)
Suppressed: Constructs an initially invisible Dialog with the
specified owner dialog, title, and modality. |
|
Dialog(Dialog owner,
String title,
boolean modal,
GraphicsConfiguration gc)
Suppressed: Constructs an initially invisible Dialog with the
specified owner dialog, title, modality, and
GraphicsConfiguration. |
|
Dialog(Frame owner)
Suppressed: Constructs an initially invisible, non-modal Dialog with
an empty title and the specified owner frame. |
|
Dialog(Frame owner,
boolean modal)
Suppressed: Constructs an initially invisible Dialog with an empty title,
the specified owner frame and modality. |
|
Dialog(Frame owner,
String title)
Suppressed: Constructs an initially invisible, non-modal Dialog with
the specified owner frame and title. |
|
Dialog(Frame owner,
String title,
boolean modal)
Suppressed: Constructs an initially invisible Dialog with the
specified owner frame, title, and modality. |
|
Dialog(Frame owner,
String title,
boolean modal,
GraphicsConfiguration gc)
Suppressed: Constructs an initially invisible Dialog with the specified owner frame, title, modality, and GraphicsConfiguration. |
|
| Method Summary | |
void |
addNotify()
Suppressed: Makes this Dialog displayable by connecting it to a native screen resource. |
private boolean |
conditionalShow()
|
(package private) String |
constructComponentName()
Construct a name for this component. |
void |
dispose()
Enabled: Disposes the Dialog and then causes show() to return if it is currently blocked. |
private void |
disposeImpl()
|
AccessibleContext |
getAccessibleContext()
Suppressed: Gets the AccessibleContext associated with this Dialog. |
String |
getTitle()
Suppressed: Gets the title of the dialog. |
void |
hide()
Suppressed: Hides the Dialog and then causes show() to return if it is currently blocked. |
private void |
hideAndDisposeHandler()
|
private static void |
initIDs()
Initialize JNI field and method IDs |
(package private) void |
interruptBlocking()
|
boolean |
isModal()
Suppressed: Indicates whether the dialog is modal. |
boolean |
isResizable()
Suppressed: Indicates whether this dialog is resizable by the user. |
boolean |
isUndecorated()
Suppressed: Indicates whether this dialog is undecorated. |
protected String |
paramString()
Returns a string representing the state of this dialog. |
void |
setModal(boolean b)
Suppressed: Specifies whether this dialog should be modal. |
void |
setResizable(boolean resizable)
Suppressed: Sets whether this dialog is resizable by the user. |
void |
setTitle(String title)
Enabled: Sets the title of the Dialog. |
void |
setUndecorated(boolean undecorated)
Suppressed: Disables or enables decorations for this dialog. |
void |
show()
Enabled: Makes the Dialog visible. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
boolean resizable
setResizable()boolean undecorated
undecorated will be true if the dialog is
undecorated, otherwise it will be false.
#setUndecorated(),
isUndecorated(),
Component.isDisplayable()boolean modal
isModal(),
setModal()String title
getTitle(),
setTitle()private transient boolean keepBlocking
private static final String base
private static int nameCounter
private static final long serialVersionUID
private sun.awt.AppContext showAppContext
| Constructor Detail |
public Dialog(Frame owner)
Dialog with
an empty title and the specified owner frame.
owner - the owner of the dialogjava.awt.GraphicsEnvironment#isHeadless,
Component.setSize(int, int),
Component.setVisible(boolean)
public Dialog(Frame owner,
boolean modal)
Dialog with an empty title,
the specified owner frame and modality.
owner - the owner of the dialogmodal - if true, dialog blocks input to other
app windows when shownjava.awt.GraphicsEnvironment#isHeadless
public Dialog(Frame owner,
String title)
Dialog with
the specified owner frame and title.
owner - the owner of the dialogtitle - the title of the dialog; a null value
will be accepted without causing a
NullPointerException to be thrownjava.awt.GraphicsEnvironment#isHeadless,
Component.setSize(int, int),
Component.setVisible(boolean)
public Dialog(Frame owner,
String title,
boolean modal)
Dialog with the
specified owner frame, title, and modality.
owner - the owner of the dialogtitle - the title of the dialog; a null value
will be accepted without causing a
NullPointerException to be thrownmodal - if true, dialog blocks input to other app windows when shownjava.awt.GraphicsEnvironment#isHeadless,
Component.setSize(int, int),
Component.setVisible(boolean)
public Dialog(Frame owner,
String title,
boolean modal,
GraphicsConfiguration gc)
GraphicsConfiguration.
owner - the owner of the dialogtitle - the title of the dialog. A null value
will be accepted without causing a NullPointerException
to be thrown.modal - if true, dialog blocks input to other app windows when showngc - the GraphicsConfiguration
of the target screen device. If gc is
null, the same
GraphicsConfiguration as the owning Frame is used.java.awt.GraphicsEnvironment#isHeadless,
Component.setSize(int, int),
Component.setVisible(boolean)public Dialog(Dialog owner)
owner - the owner of the dialogjava.awt.GraphicsEnvironment#isHeadless
public Dialog(Dialog owner,
String title)
owner - the owner of the dialogtitle - the title of the dialog. A null value
will be accepted without causing a NullPointerException
to be thrown.java.awt.GraphicsEnvironment#isHeadless
public Dialog(Dialog owner,
String title,
boolean modal)
Dialog with the
specified owner dialog, title, and modality.
owner - the owner of the dialogtitle - the title of the dialog; a null value
will be accepted without causing a
NullPointerException to be thrownmodal - if true, dialog blocks input to other app windows when shownjava.awt.GraphicsEnvironment#isHeadless
public Dialog(Dialog owner,
String title,
boolean modal,
GraphicsConfiguration gc)
Dialog with the
specified owner dialog, title, modality, and
GraphicsConfiguration.
owner - the owner of the dialogtitle - the title of the dialog; a null value
will be accepted without causing a
NullPointerException to be thrownmodal - if true, dialog blocks input to other app windows when showngc - the GraphicsConfiguration
of the target screen device; if gc is
null, the same
GraphicsConfiguration as the owning Dialog is usedjava.awt.GraphicsEnvironment#isHeadless,
Component.setSize(int, int),
Component.setVisible(boolean)| Method Detail |
String constructComponentName()
constructComponentName in class Windowpublic void addNotify()
addNotify in class WindowComponent.isDisplayable(),
Container.removeNotify()public boolean isModal()
true if this dialog window is modal;
false otherwise.java.awt.Dialog#setModalpublic void setModal(boolean b)
java.awt.Dialog#isModalpublic String getTitle()
null.java.awt.Dialog#setTitlepublic void setTitle(String title)
title - the title displayed in the dialog's border;
a null value results in an empty titlegetTitle()private boolean conditionalShow()
public void show()
If the dialog is modal and is not already visible, this call will
not return until the dialog is hidden by calling hide or
dispose. It is permissible to show modal dialogs from
the event dispatching thread because the toolkit will ensure that
another event pump runs while the one which invoked this method
is blocked.
show in class WindowComponent.hide(),
Component.isDisplayable(),
Component.validate(),
java.awt.Dialog#isModalvoid interruptBlocking()
private void hideAndDisposeHandler()
public void hide()
hide in class WindowWindow.show(),
Window.dispose()public void dispose()
dispose in class WindowComponent.isDisplayable(),
Window.pack(),
Window.show()private void disposeImpl()
public boolean isResizable()
true if the user can resize the dialog;
false otherwise.java.awt.Dialog#setResizablepublic void setResizable(boolean resizable)
resizable - true if the user can
resize this dialog; false otherwise.java.awt.Dialog#isResizablepublic void setUndecorated(boolean undecorated)
undecorated - true if no dialog decorations are
to be enabled;
false if dialog decorations are to be enabled.
IllegalComponentStateException - if the dialog
is displayable.isUndecorated(),
Component.isDisplayable()public boolean isUndecorated()
true if dialog is undecorated;
false otherwise.java.awt.Dialog#setUndecoratedprotected String paramString()
null.
paramString in class Containerprivate static void initIDs()
public AccessibleContext getAccessibleContext()
getAccessibleContext in interface AccessiblegetAccessibleContext in class Window
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||