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, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
addWindowListener, removeWindowListener
Rectangle getParentBounds()
void pack()
void dispose()
Siehe auch Jowidgets Nutzerhandbuch