_components, _currentFocus, _insets, _isValid, _layoutMgr, _minimumSize, _size_alignmentX, _alignmentY, _background, _cursesColor, _enabled, _focusListeners, _foreground, _keyListeners, _origin, _parent, _visible, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT| Constructor and Description |
|---|
Dialog(Dialog owner_) |
Dialog(Dialog owner_,
java.lang.String title_) |
Dialog(Frame owner_)
Creates a modal dialog without a title and with a Frame owner.
|
Dialog(Frame owner_,
java.lang.String title_) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(int level_) |
void |
draw()
Draw all the components in this window, and request the keyboard focus.
|
boolean |
isModal() |
void |
setModal(boolean modal_)
This method does nothing because dialogs are
ALWAYS modal in the CHARVA package.
|
void |
setTitle(java.lang.String title_) |
addWindowListener, adjustLocation, getLocationOnScreen, getOwner, hide, isDisplayed, isFocusTraversable, pack, processEvent, processWindowEvent, run, showadd, add, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentAt, getComponentCount, getComponents, getCurrentFocus, getHeight, getInsets, getSize, getWidth, invalidate, isValid, minimumSize, nextFocus, previousFocus, processKeyEvent, remove, requestFocus, setBackground, setBounds, setBounds, setBounds, setFocus, setForeground, setHeight, setLayout, setSize, setSize, setWidth, validateaddFocusListener, addKeyListener, contains, contains, getAlignmentX, getAlignmentY, getAncestorWindow, getBackground, getBounds, getCursesColor, getForeground, getLocation, getName, getParent, hasFocus, isEnabled, isRecursivelyVisible, isTotallyObscured, isVisible, processFocusEvent, processMouseEvent, repaint, requestSync, setEnabled, setLocation, setLocation, setName, setParent, setVisible, validateCursesColorpublic Dialog(Frame owner_)
public Dialog(Frame owner_, java.lang.String title_)
public Dialog(Dialog owner_)
public Dialog(Dialog owner_, java.lang.String title_)
public void setTitle(java.lang.String title_)
public void setModal(boolean modal_)
public boolean isModal()
public void draw()
Window