public interface IWindowCommon extends IDisplayCommon, IComponentCommon, IWindowObservable
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the window
|
Rectangle |
getParentBounds()
Gets the parent bounds of this window.
|
void |
pack()
Resizes the window to its preferred size and layouts its underlying container
|
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListeneraddWindowListener, removeWindowListenerRectangle getParentBounds()
void pack()
void dispose()
Siehe auch Jowidgets Nutzerhandbuch