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, setTitle
add, 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, setTabOrder
addComponentListener, 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, toScreen
addDisposeListener, dispose, getRoot, getUiReference, isDisposed, isEnabled, removeDisposeListener, setEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMenuBar, getMenuBarModel, setDefaultButton, setMenuBar, setMinSize
centerLocation, createChildWindow, getChildWindows, setMaxPackSize, setMinPackSize
add, add, add, add, add, add, add, add, addContainerRegistry, getChildren, layout, layoutLater, remove, removeContainerRegistry, setLayout, setTabOrder, setTabOrder
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, getRoot, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
addContainerListener, removeContainerListener
addComponentListenerRecursive, addFocusListenerRecursive, addKeyListenerRecursive, addMouseListenerRecursive, addPopupDetectionListenerRecursive, removeComponentListenerRecursive, removeFocusListenerRecursive, removeKeyListenerRecursive, removeMouseListenerRecursive, removePopupDetectionListenerRecursive
isIconfied, isMaximized, setIconfied, setMaximized, setMinSize, setTitle
dispose, getParentBounds, pack
addWindowListener, removeWindowListener
computeDecoratedSize, getClientArea, layoutBegin, layoutEnd, removeAll, setLayout
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
public 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