Uses of Class
com.iizix.swt.IzMenu
Packages that use IzMenu Package Description com.iizigo.editor com.iizigo.prop com.iizigo.prop.editor com.iizigo.vs com.iizix.swt Uses of IzMenu in com.iizigo.editor
Methods in com.iizigo.editor with parameters of type IzMenu Modifier and Type Method Description void
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.IzMenuItem
ContextMenuItem. createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo)
Creates a menu item for this Add-Item.IzMenuItem
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
Methods in com.iizigo.prop that return IzMenu Modifier and Type Method Description protected 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.IzMenu
PropertyEditor. getHeaderContextMenu()
Gets the context menu for the header.Methods in com.iizigo.prop with parameters of type IzMenu Modifier and Type Method Description void
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
Fields in com.iizigo.prop.editor declared as IzMenu Modifier and Type Field Description protected IzMenu
KStringPropEditor. menu
protected IzMenu
ReferencePropEditor. menu
protected IzMenu
VSTableColumnReferencePropEditor. menu
Methods in com.iizigo.prop.editor with parameters of type IzMenu Modifier and Type Method Description void
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
Methods in com.iizigo.vs with parameters of type IzMenu Modifier and Type Method Description void
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
Methods in com.iizix.swt that return IzMenu Modifier and Type Method Description IzMenu
IzMenu. add(int style, java.lang.String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener)
Adds a menu item.IzMenu
IzMenu. add(int style, java.lang.String text, org.eclipse.swt.widgets.Listener selectionListener)
Adds a menu item.IzMenu
IzMenu. add(IzSubMenu subMenu)
Adds a submenu as a "contribution".IzMenu
IzMenu. add(java.lang.String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener)
Adds a menu item as a "push button".IzMenu
IzMenu. add(java.lang.String text, org.eclipse.swt.widgets.Listener selectionListener)
Adds a menu item as a "push button".IzMenu
IzMenu. add(org.eclipse.jface.action.IAction action)
Adds an action as a menu item to this menu.IzMenu
IzMenu. addItems(java.lang.Object... items)
Adds all items that must be either instance of IAction of IzSubMenu, or null entries for separators.IzMenu
IzMenu. addMenuListener(java.lang.Runnable menuListener)
Sets the listener when the menu is about to be shown.IzMenu
IzMenu. addSeparator()
Adds a separator to the menu.IzMenu
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.IzMenu
DropdownSelectionListener. getMenu()
Gets the menu.IzMenu
IzMenu. omitDisabled()
Set the disabled menu item omitting when displaying the menu.IzMenu
IzMenu. setMenu(org.eclipse.swt.widgets.Control parent, boolean alignBottomLeft)
Assigns the menu to the control.Methods in com.iizix.swt with parameters of type IzMenu Modifier and Type Method Description IzMenuItem
IzMenuItem. setMenu(IzMenu menu)
Sets 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.Constructors in com.iizix.swt with parameters of type IzMenu Constructor Description IzMenuItem(IzMenu menu, int style)
Constructor.IzMenuItem(IzMenu menu, int style, java.lang.String text)
Constructor for menu item.IzMenuItem(IzMenu menu, int style, java.lang.String text, org.eclipse.swt.graphics.Image image)
Constructor for menu item.IzMenuItem(IzMenu menu, int style, java.lang.String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener)
Constructor for menu item.IzMenuItem(IzMenu menu, int style, java.lang.String text, org.eclipse.swt.widgets.Listener selectionListener)
Constructor for menu item.IzMenuItem(IzMenu menu, IzSubMenu subMenu)
Creates a submenu.IzMenuItem(IzMenu menu, java.lang.String text)
Constructor for push button menu item.IzMenuItem(IzMenu menu, java.lang.String text, org.eclipse.swt.graphics.Image image)
Constructor for push button menu item.IzMenuItem(IzMenu menu, java.lang.String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener)
Constructor for push button menu item.IzMenuItem(IzMenu menu, java.lang.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.