Uses of Class
com.iizix.swt.IzMenuItem
Packages that use IzMenuItem
Uses of IzMenuItem in com.iizigo.editor
Methods in com.iizigo.editor that return IzMenuItemModifier and TypeMethodDescriptionContextMenuItem.createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo) Creates a menu item for this Add-Item.ContextMenuItem.createMenuItem(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo) Creates a menu item for this Add-Item.Uses of IzMenuItem in com.iizigo.prop.editor
Fields in com.iizigo.prop.editor declared as IzMenuItemModifier and TypeFieldDescriptionprotected IzMenuItemKStringPropEditor.miConvertprotected IzMenuItemKStringPropEditor.miExternalizeprotected IzMenuItemKStringPropEditor.miGotoprotected IzMenuItemReferencePropEditor.miGotoprotected IzMenuItemVSRelativeReferencePropEditor.miGotoprotected IzMenuItemVSTableColumnReferencePropEditor.miGotoprotected IzMenuItemKStringPropEditor.miRawTextprotected IzMenuItemKStringPropEditor.miRichTextprotected IzMenuItemReferencePropEditor.miSelectprotected IzMenuItemVSRelativeReferencePropEditor.miSelectprotected IzMenuItemVSTableColumnReferencePropEditor.miSelectprotected IzMenuItemKStringPropEditor.miTagProcessingUses of IzMenuItem in com.iizix.swt
Methods in com.iizix.swt that return IzMenuItemModifier and TypeMethodDescriptionAdds 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.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.static final IzMenuItemIzMenuItem.fromEvent(org.eclipse.swt.widgets.Event event) Gets the IzMenuItem from a menu event, typically a selection event.IzMenu.getItem(int index) Gets a menu item at index.IzMenu.getItems()Returns a (possibly empty) array ofMenuItems which are the items in the receiver.IzMenuItem.setAccelerator(int accelerator) Sets the accelerator for plain menu items (not cascaded or contribution items).IzMenuItem.setEnabled(boolean enabled) Enables the receiver if the argument istrue, 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.IzMenuItem.setSelection(boolean selected) Sets the selection state of the receiver.Sets the receiver's text.IzMenuItem.setToolTipText(String toolTip) Sets the tooltip text for the menu item.Methods in com.iizix.swt with parameters of type IzMenuItemModifier and TypeMethodDescriptionvoidDropdownSelectionListener.setDefaultSelected(IzMenuItem mi) Sets the default item.voidDropdownSelectionListener.setDefaultSelected(IzMenuItem mi, boolean forceLastDefault) Sets the default item.Constructors in com.iizix.swt with parameters of type IzMenuItem