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, 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, removePopupDetectionListenerIMenuBar 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