public class Dialog extends FrameWrapper implements IFrame
| Constructor and Description |
|---|
Dialog(IWindow parent,
IWidgetDescriptor<? extends IFrame> descriptor)
Creates a new dialog
|
Dialog(IWindow parent,
java.lang.String title)
Creates a new dialog
|
Dialog(IWindow parent,
java.lang.String title,
IImageConstant icon)
Creates a new dialog
|
| Modifier and Type | Method and Description |
|---|---|
protected IFrame |
getFrame()
Gets the wrapped frame
|
addWindowListener, centerLocation, createChildWindow, createMenuBar, getChildWindows, getMenuBarModel, getParent, getParentBounds, isIconfied, isMaximized, pack, removeWindowListener, setDefaultButton, setIconfied, setMaximized, setMaxPackSize, setMenuBar, setMinPackSize, setMinSize, setMinSize, setParent, setTitleadd, add, add, add, add, add, add, add, addComponentListenerRecursive, addContainerListener, addContainerRegistry, addFocusListenerRecursive, addKeyListenerRecursive, addMouseListenerRecursive, addPopupDetectionListenerRecursive, computeDecoratedSize, getChildren, getClientArea, getWidget, layout, layoutBegin, layoutEnd, layoutLater, remove, removeAll, removeComponentListenerRecursive, removeContainerListener, removeContainerRegistry, removeFocusListenerRecursive, removeKeyListenerRecursive, removeMouseListenerRecursive, removePopupDetectionListenerRecursive, setLayout, setLayout, setTabOrder, setTabOrderaddComponentListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, addPopupDetectionListener, addShowingStateListener, createPopupMenu, fromComponent, getBackgroundColor, getBounds, getForegroundColor, getPosition, getSize, hasFocus, isReparentable, isShowing, isVisible, redraw, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePopupDetectionListener, removeShowingStateListener, requestFocus, setBackgroundColor, setBounds, setCursor, setForegroundColor, setPopupMenu, setPosition, setPosition, setRedrawEnabled, setSize, setSize, setVisible, toComponent, toLocal, toScreenaddDisposeListener, dispose, getRoot, getUiReference, isDisposed, isEnabled, removeDisposeListener, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateMenuBar, getMenuBarModel, setDefaultButton, setMenuBar, setMinSizecenterLocation, createChildWindow, getChildWindows, setMaxPackSize, setMinPackSizeadd, add, add, add, add, add, add, add, addContainerRegistry, getChildren, layout, layoutLater, remove, removeContainerRegistry, setLayout, setTabOrder, setTabOrdercreatePopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreendispose, getRoot, isDisposedaddDisposeListener, removeDisposeListeneraddShowingStateListener, removeShowingStateListeneraddContainerListener, removeContainerListeneraddComponentListenerRecursive, addFocusListenerRecursive, addKeyListenerRecursive, addMouseListenerRecursive, addPopupDetectionListenerRecursive, removeComponentListenerRecursive, removeFocusListenerRecursive, removeKeyListenerRecursive, removeMouseListenerRecursive, removePopupDetectionListenerRecursiveisIconfied, isMaximized, setIconfied, setMaximized, setMinSize, setTitledispose, getParentBounds, packaddWindowListener, removeWindowListenercomputeDecoratedSize, getClientArea, layoutBegin, layoutEnd, removeAll, setLayoutgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenerpublic Dialog(IWindow parent, java.lang.String title, IImageConstant icon)
parent - The parent windowtitle - The dialog titleicon - The dialog iconpublic Dialog(IWindow parent, java.lang.String title)
parent - The parent windowtitle - The dialog titlepublic Dialog(IWindow parent, IWidgetDescriptor<? extends IFrame> descriptor)
parent - The parent windowdescriptor - The dialog descriptorprotected IFrame getFrame()
Siehe auch Jowidgets Nutzerhandbuch