public interface IPopupActionItemModel extends IToolBarItemModel, IActionObservable
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed() |
IPopupActionItemModel |
createCopy()
Makes a deep copy of the item.
|
IAction |
getAction() |
IMenuModel |
getPopupMenu() |
void |
setAction(IAction action) |
void |
setPopupMenu(IMenuModel popupMenu)
Sets a popup menu for this tool bar popup button.
|
getAccelerator, getIcon, getId, getMnemonic, getText, getToolTipText, isEnabled, isVisible, setAccelerator, setAccelerator, setEnabled, setIcon, setMnemonic, setMnemonic, setText, setToolTipText, setVisible
addItemModelListener, removeItemModelListener
addActionListener, removeActionListener
IAction getAction()
void setAction(IAction action)
void actionPerformed()
void setPopupMenu(IMenuModel popupMenu)
menuModel
- The model of the popup menu or null, if no popup should be shown on popup eventsIMenuModel getPopupMenu()
IPopupActionItemModel createCopy()
createCopy
in interface IItemModel
Siehe auch Jowidgets Nutzerhandbuch