| java.awt.Dialog com.javujavu.javux.wings.WingDialog
All known Subclasses: com.javujavu.javux.wings.extra.WingFileDialog, com.javujavu.javux.wings.dialogs.WingMessageBox,
WingDialog | public class WingDialog extends Dialog (Code) | | An extended version of java.awt.Dialog that adds support for
the WingS component architecture.
WingDialog contains a
WingRootPane as its only child.
This class is thread safe.
See Also: WingRootPane |
Constructor Summary | |
public | WingDialog(Frame owner) Constructs an initially invisible, modeless Dialog with
the specified owner Frame and an empty title. | public | WingDialog(Frame owner, boolean modal) Constructs an initially invisible Dialog with the specified
owner Frame and modality and an empty title.
Parameters: owner - the owner of the dialog or null ifthis dialog has no owner Parameters: modal - specifies whether dialog blocks user input to other top-levelwindows when shown. |
WingDialog | public WingDialog(Frame owner)(Code) | | Constructs an initially invisible, modeless Dialog with
the specified owner Frame and an empty title.
Parameters: owner - the owner of the dialog |
WingDialog | public WingDialog(Frame owner, boolean modal)(Code) | | Constructs an initially invisible Dialog with the specified
owner Frame and modality and an empty title.
Parameters: owner - the owner of the dialog or null ifthis dialog has no owner Parameters: modal - specifies whether dialog blocks user input to other top-levelwindows when shown. If true the dialog is modal |
packAndCenter | public void packAndCenter(Container origin, int minWidth, int minHeight)(Code) | | |
setMenuBar | public void setMenuBar(WingComponent c)(Code) | | Sets the menu bar for this dialog.
Parameters: c - the menu bar being placed in the dialog |
Fields inherited from java.awt.Dialog | final public static ModalityType DEFAULT_MODALITY_TYPE(Code)(Java Doc)
|
|
|