DropdownSelectionListener.add(String item, int style, org.eclipse.swt.widgets.Listener select)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(String item, int style, org.eclipse.swt.widgets.Listener select, boolean isDefault)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(String item, org.eclipse.swt.graphics.Image image, int style, org.eclipse.swt.widgets.Listener select)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(String item, org.eclipse.swt.graphics.Image image, int style, org.eclipse.swt.widgets.Listener select, boolean isDefault)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(String item, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener select)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(String item, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener select, boolean isDefault)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(String item, org.eclipse.swt.widgets.Listener select)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(String item, org.eclipse.swt.widgets.Listener select, boolean isDefault)
Adds a menu item with a selection listener to the drop-down menu.
DropdownSelectionListener.add(org.eclipse.jface.action.IAction action)
Adds an action that has a text and image.
IzMenuItem.addListener(int eventType, org.eclipse.swt.widgets.Listener listener)
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs.
IzMenuItem.fromEvent(org.eclipse.swt.widgets.Event event)
Gets the IzMenuItem from a menu event, typically a selection event.
Gets a menu item at index.
Returns a (possibly empty) array of MenuItem
s which are the items in the receiver.
Sets the accelerator for plain menu items (not cascaded or contribution items).
Enables the receiver if the argument is true
, and disables it otherwise.
IzMenuItem.setImage(org.eclipse.swt.graphics.Image image)
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
Sets the menu for the cascaded menu item.
Sets the selection state of the receiver.
Sets the receiver's text.
Sets the tooltip text for the menu item.