Uses of Class
com.iizix.swt.IzMenu
Package
Description
Uses of IzMenu in com.iizigo.editor
Modifier and TypeMethodDescriptionvoid
ContextMenuContributorAdapter.appendMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.void
IContextMenuContributor.appendMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.void
IContextMenuContributorFormControl.appendMenuItems
(COMPONENT component, IzMenu menu, DesignerProp target) Called to append menu items.ContextMenuItem.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.boolean
ContextMenuContributorAdapter.doAddExpandCollapseAll
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.boolean
IContextMenuContributor.doAddExpandCollapseAll
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.void
ContextMenuContributorAdapter.prependMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.void
IContextMenuContributor.prependMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.void
IContextMenuContributorFormControl.prependMenuItems
(COMPONENT component, IzMenu menu, DesignerProp target) Called to prepend menu items.Uses of IzMenu in com.iizigo.prop
Modifier and TypeMethodDescriptionprotected IzMenu
BaseEditor.createIzMenu
(org.eclipse.swt.widgets.Control control) Creates the menu for a component.protected IzMenu
BaseEditor.createMoreIzMenu()
Creates the menu for a component.PropertyEditor.getHeaderContextMenu()
Gets the context menu for the headerBackground.Modifier and TypeMethodDescriptionvoid
DesignerProp.addContextMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo) Fills the pop-up menu with ContextMenuItems.void
DesignerProp.addContextMenuItems
(org.eclipse.swt.widgets.Control formControl, IzMenu menu, IPropUndoRedo undoRedo, DesignerProp target) Fills the pop-up menu with ContextMenuItems.Uses of IzMenu in com.iizigo.prop.editor
Modifier and TypeFieldDescriptionprotected IzMenu
KStringPropEditor.menu
protected IzMenu
ReferencePropEditor.menu
protected IzMenu
VSTableColumnReferencePropEditor.menu
Modifier and TypeMethodDescriptionvoid
IPropEditorExtender.initialize
(EDITOR editor, IzMenu menu) Requests initialization of the menu for the property editor, if one is present.protected void
ReferencePropEditor.onCreateMenu
(IzMenu menu, boolean isPost) Called to create the menu items.protected void
VSReferencePropEditor.onCreateMenu
(IzMenu menu, boolean isPost) Called to create the menu items.protected void
VSRelativeReferencePropEditor.onCreateMenu
(IzMenu menu, boolean isPost) Called to create the menu items.protected void
VSTableColumnReferencePropEditor.onCreateMenu
(IzMenu menu, boolean isPost) Called to create the menu items.Uses of IzMenu in com.iizigo.vs
Modifier and TypeMethodDescriptionvoid
ActionsPanel.appendMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.void
TablePanel.appendMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.void
ValuePanel.appendMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to append menu items.boolean
ActionsPanel.doAddExpandCollapseAll
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.boolean
TablePanel.doAddExpandCollapseAll
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.boolean
ValuePanel.doAddExpandCollapseAll
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Checks if expand/collapse all menu items should be added.void
ActionsPanel.prependMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.void
TablePanel.prependMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.void
ValuePanel.prependMenuItems
(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target) Called to prepend menu items.Uses of IzMenu in com.iizix.swt
Modifier and TypeMethodDescriptionIzMenu.add
(int style, String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener) Adds a menu item.Adds a menu item.Adds a submenu as a "contribution".IzMenu.add
(String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener) Adds a menu item as a "push button".Adds a menu item as a "push button".IzMenu.add
(org.eclipse.jface.action.IAction action) Adds an action as a menu item to this menu.Adds all items that must be either instance of IAction of IzSubMenu, or null entries for separators.IzMenu.addMenuListener
(Runnable menuListener) Sets the listener when the menu is about to be shown.IzMenu.addSeparator()
Adds a separator to the menu.IzMenu.clear()
Removes all menu items so as to clear the menu.static IzMenu
IzMenu.fromControl
(org.eclipse.swt.widgets.Control control) Gets the pop-up menu associated with a component.DropdownSelectionListener.getMenu()
Gets the menu.IzMenu.omitDisabled()
Set the disabled menu item omitting when displaying the menu.IzMenu.setMenu
(org.eclipse.swt.widgets.Control parent, boolean alignBottomLeft) Assigns the menu to the control.Modifier and TypeMethodDescriptionSets the menu for the cascaded menu item.static void
SWTHelper.showPopupMenu
(IzMenu menu) Displays a drop-down menu at screen location where mouse is located.static void
SWTHelper.showPopupMenu
(IzMenu menu, int x, int y) Displays a drop-down menu at screen location.static void
SWTHelper.showPopupMenu
(IzMenu menu, org.eclipse.swt.widgets.Control control) Displays a drop-down menu below a control.static void
SWTHelper.showPopupMenu
(IzMenu menu, org.eclipse.swt.widgets.Control control, int xOffset, int yOffset) Displays a drop-down menu below a control.static void
SWTHelper.showPopupMenu
(IzMenu menu, org.eclipse.swt.widgets.ToolItem item) Displays a drop-down menu below a control.ModifierConstructorDescriptionIzMenuItem
(IzMenu menu, int style) Constructor.IzMenuItem
(IzMenu menu, int style, String text) Constructor for menu item.IzMenuItem
(IzMenu menu, int style, String text, org.eclipse.swt.graphics.Image image) Constructor for menu item.IzMenuItem
(IzMenu menu, int style, String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener) Constructor for menu item.IzMenuItem
(IzMenu menu, int style, String text, org.eclipse.swt.widgets.Listener selectionListener) Constructor for menu item.IzMenuItem
(IzMenu menu, IzSubMenu subMenu) Creates a submenu.IzMenuItem
(IzMenu menu, String text) Constructor for push button menu item.IzMenuItem
(IzMenu menu, String text, org.eclipse.swt.graphics.Image image) Constructor for push button menu item.IzMenuItem
(IzMenu menu, String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener) Constructor for push button menu item.IzMenuItem
(IzMenu menu, String text, org.eclipse.swt.widgets.Listener selectionListener) Constructor for push button menu item.IzMenuItem
(IzMenu menu, org.eclipse.jface.action.IAction action) Creates a menu item from a action.