public interface IToolBar extends IControl, IToolBarCommon
Modifier and Type | Method and Description |
---|---|
IToolBarButton |
addAction(IAction action) |
IToolBarButton |
addAction(int index,
IAction action) |
<WIDGET_TYPE extends IToolBarItem> |
addItem(int index,
IWidgetDescriptor<? extends WIDGET_TYPE> descriptor) |
<WIDGET_TYPE extends IToolBarItem> |
addItem(IWidgetDescriptor<? extends WIDGET_TYPE> descriptor) |
IToolBarItem |
addSeparator() |
IToolBarItem |
addSeparator(int index) |
java.util.List<IToolBarItem> |
getChildren() |
IToolBarModel |
getModel() |
void |
remove(int index) |
boolean |
remove(IToolBarItem item) |
void |
removeAll() |
void |
setModel(IToolBarModel model) |
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSize
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
addParentListener, removeParentListener
pack
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
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
IToolBarModel getModel()
void setModel(IToolBarModel model)
java.util.List<IToolBarItem> getChildren()
boolean remove(IToolBarItem item)
void remove(int index)
void removeAll()
IToolBarItem addSeparator()
IToolBarItem addSeparator(int index)
<WIDGET_TYPE extends IToolBarItem> WIDGET_TYPE addItem(IWidgetDescriptor<? extends WIDGET_TYPE> descriptor)
<WIDGET_TYPE extends IToolBarItem> WIDGET_TYPE addItem(int index, IWidgetDescriptor<? extends WIDGET_TYPE> descriptor)
IToolBarButton addAction(IAction action)
IToolBarButton addAction(int index, IAction action)
Siehe auch Jowidgets Nutzerhandbuch