IzMenuItem | DropdownSelectionListener.add(java.lang.String item, int style, org.eclipse.swt.widgets.Listener select) | Adds a menu item with a selection listener to the drop-down menu. |
---|
IzMenuItem | DropdownSelectionListener.add(java.lang.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. |
---|
IzMenuItem | DropdownSelectionListener.add(java.lang.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. |
---|
IzMenuItem | DropdownSelectionListener.add(java.lang.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. |
---|
IzMenuItem | DropdownSelectionListener.add(java.lang.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. |
---|
IzMenuItem | DropdownSelectionListener.add(java.lang.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. |
---|
IzMenuItem | DropdownSelectionListener.add(java.lang.String item, org.eclipse.swt.widgets.Listener select) | Adds a menu item with a selection listener to the drop-down menu. |
---|
IzMenuItem | DropdownSelectionListener.add(java.lang.String item, org.eclipse.swt.widgets.Listener select, boolean isDefault) | Adds a menu item with a selection listener to the drop-down menu. |
---|
IzMenuItem | DropdownSelectionListener.add(org.eclipse.jface.action.IAction action) | Adds an action that has a text and image. |
---|
IzMenuItem | 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. |
---|
static IzMenuItem | IzMenuItem.fromEvent(org.eclipse.swt.widgets.Event event) | Gets the IzMenuItem from a menu event, typically a selection event. |
---|
IzMenuItem | IzMenu.getItem(int index) | Gets a menu item at index. |
---|
IzMenuItem[] | IzMenu.getItems() | Returns a (possibly empty) array of MenuItem s which are the items in the receiver. |
---|
IzMenuItem | IzMenuItem.setAccelerator(int accelerator) | Sets the accelerator for plain menu items (not cascaded or contribution items). |
---|
IzMenuItem | IzMenuItem.setEnabled(boolean enabled) | Enables the receiver if the argument is true , and disables it otherwise. |
---|
IzMenuItem | 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. |
---|
IzMenuItem | IzMenuItem.setMenu(IzMenu menu) | Sets the menu for the cascaded menu item. |
---|
IzMenuItem | IzMenuItem.setSelection(boolean selected) | Sets the selection state of the receiver. |
---|
IzMenuItem | IzMenuItem.setText(java.lang.String string) | Sets the receiver's text. |
---|
IzMenuItem | IzMenuItem.setToolTipText(java.lang.String toolTip) | Sets the tooltip text for the menu item. |
---|