|
||||||||||
| 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
A class that produces a dialog - a window that takes input from the user. The default layout for a dialog is BorderLayout.
| Field Summary |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
Dialog(Frame parent,
boolean modal)
Constructs an initially invisible Dialog. |
|
Dialog(Frame parent,
String title,
boolean modal)
Constructs an initially invisible Dialog with a title. |
|
| Method Summary | |
void |
addNotify()
Creates the frame's peer. |
String |
getTitle()
Gets the title of the Dialog. |
boolean |
isModal()
Returns true if the Dialog is modal. |
boolean |
isResizable()
Returns true if the user can resize the frame. |
protected String |
paramString()
Returns the parameter String of this Dialog. |
void |
setResizable(boolean resizable)
Sets the resizable flag. |
void |
setTitle(String title)
Sets the title of the Dialog. |
| Methods inherited from class java.awt.Window |
dispose, getToolkit, getWarningString, pack, show, toBack, toFront |
| Methods inherited from class java.awt.Container |
add, add, add, countComponents, deliverEvent, getComponent, getComponents, getLayout, insets, layout, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, removeAll, removeNotify, setLayout, validate |
| Methods inherited from class java.awt.Component |
action, bounds, checkImage, checkImage, createImage, createImage, disable, enable, enable, getBackground, getColorModel, getFont, getFontMetrics, getForeground, getGraphics, getParent, getPeer, gotFocus, handleEvent, hide, imageUpdate, inside, invalidate, isEnabled, isShowing, isValid, isVisible, keyDown, keyUp, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paint, paintAll, postEvent, prepareImage, prepareImage, print, printAll, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setFont, setForeground, show, size, toString, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Dialog(Frame parent,
boolean modal)
parent - the owner of the dialogmodal - if true, dialog blocks input to other windows when shownComponent.resize(int, int),
Component.show()
public Dialog(Frame parent,
String title,
boolean modal)
parent - the owner of the dialogtitle - the title of the dialogmodal - if true, dialog blocks input to other windows when shownComponent.resize(int, int),
Component.show()| Method Detail |
public void addNotify()
addNotify in class WindowContainer.removeNotify()public boolean isModal()
public String getTitle()
setTitle(java.lang.String)public void setTitle(String title)
title - the new title being given to the DialoggetTitle()public boolean isResizable()
public void setResizable(boolean resizable)
resizable - true if resizable; false otherwiseprotected String paramString()
paramString in class Container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||