public interface IFrame extends IWindow, IContainer, IFrameCommon
Modifier and Type | Method and Description |
---|---|
IMenuBar |
createMenuBar()
Creates a new menu bar or returns a earlier created menu bar.
|
IMenuBarModel |
getMenuBarModel()
Gets the menu bar model of this frame.
|
void |
setDefaultButton(IButton button) |
void |
setMenuBar(IMenuBarModel model)
Sets the menu bar for this frame.
|
void |
setMinSize(int width,
int height) |
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
IMenuBar createMenuBar()
IMenuBarModel getMenuBarModel()
void setMenuBar(IMenuBarModel model)
model
- The model of the menu bar to add, must not be null;java.lang.IllegalArgumentException
- if the model is nullvoid setDefaultButton(IButton button)
void setMinSize(int width, int height)
Siehe auch Jowidgets Nutzerhandbuch