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 voidContextMenuContributorAdapter. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to append menu items.voidIContextMenuContributor. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to append menu items.voidIContextMenuContributorFormControl. appendMenuItems(COMPONENT component, IzMenu menu, DesignerProp target)Called to append menu items.IzMenuItemContextMenuItem. createMenuItem(DesignerProp target, org.eclipse.swt.widgets.Control control, IzMenu menu, IPropUndoRedo undoRedo)Creates a menu item for this Add-Item.IzMenuItemContextMenuItem. createMenuItem(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo)Creates a menu item for this Add-Item.booleanContextMenuContributorAdapter. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Checks if expand/collapse all menu items should be added.booleanIContextMenuContributor. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Checks if expand/collapse all menu items should be added.voidContextMenuContributorAdapter. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to prepend menu items.voidIContextMenuContributor. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to prepend menu items.voidIContextMenuContributorFormControl. 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 IzMenuBaseEditor. createIzMenu(org.eclipse.swt.widgets.Control control)Creates the menu for a component.protected IzMenuBaseEditor. createMoreIzMenu()Creates the menu for a component.IzMenuPropertyEditor. getHeaderContextMenu()Gets the context menu for the header.Methods in com.iizigo.prop with parameters of type IzMenu Modifier and Type Method Description voidDesignerProp. addContextMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, IPropUndoRedo undoRedo)Fills the pop-up menu with ContextMenuItems.voidDesignerProp. 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 IzMenuKStringPropEditor. menuprotected IzMenuReferencePropEditor. menuprotected IzMenuVSTableColumnReferencePropEditor. menuMethods in com.iizigo.prop.editor with parameters of type IzMenu Modifier and Type Method Description voidIPropEditorExtender. initialize(EDITOR editor, IzMenu menu)Requests initialization of the menu for the property editor, if one is present.protected voidReferencePropEditor. onCreateMenu(IzMenu menu, boolean isPost)Called to create the menu items.protected voidVSReferencePropEditor. onCreateMenu(IzMenu menu, boolean isPost)Called to create the menu items.protected voidVSRelativeReferencePropEditor. onCreateMenu(IzMenu menu, boolean isPost)Called to create the menu items.protected voidVSTableColumnReferencePropEditor. 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 voidActionsPanel. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to append menu items.voidTablePanel. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to append menu items.voidValuePanel. appendMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to append menu items.booleanActionsPanel. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Checks if expand/collapse all menu items should be added.booleanTablePanel. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Checks if expand/collapse all menu items should be added.booleanValuePanel. doAddExpandCollapseAll(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Checks if expand/collapse all menu items should be added.voidActionsPanel. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to prepend menu items.voidTablePanel. prependMenuItems(org.eclipse.jface.viewers.Viewer viewer, IzMenu menu, DesignerProp target)Called to prepend menu items.voidValuePanel. 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 IzMenuIzMenu. add(int style, java.lang.String text, org.eclipse.swt.graphics.Image image, org.eclipse.swt.widgets.Listener selectionListener)Adds a menu item.IzMenuIzMenu. add(int style, java.lang.String text, org.eclipse.swt.widgets.Listener selectionListener)Adds a menu item.IzMenuIzMenu. add(IzSubMenu subMenu)Adds a submenu as a "contribution".IzMenuIzMenu. 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".IzMenuIzMenu. add(java.lang.String text, org.eclipse.swt.widgets.Listener selectionListener)Adds a menu item as a "push button".IzMenuIzMenu. add(org.eclipse.jface.action.IAction action)Adds an action as a menu item to this menu.IzMenuIzMenu. addItems(java.lang.Object... items)Adds all items that must be either instance of IAction of IzSubMenu, or null entries for separators.IzMenuIzMenu. addMenuListener(java.lang.Runnable menuListener)Sets the listener when the menu is about to be shown.IzMenuIzMenu. addSeparator()Adds a separator to the menu.IzMenuIzMenu. clear()Removes all menu items so as to clear the menu.static IzMenuIzMenu. fromControl(org.eclipse.swt.widgets.Control control)Gets the pop-up menu associated with a component.IzMenuDropdownSelectionListener. getMenu()Gets the menu.IzMenuIzMenu. omitDisabled()Set the disabled menu item omitting when displaying the menu.IzMenuIzMenu. 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 IzMenuItemIzMenuItem. setMenu(IzMenu menu)Sets the menu for the cascaded menu item.static voidSWTHelper. showPopupMenu(IzMenu menu)Displays a drop-down menu at screen location where mouse is located.static voidSWTHelper. showPopupMenu(IzMenu menu, int x, int y)Displays a drop-down menu at screen location.static voidSWTHelper. showPopupMenu(IzMenu menu, org.eclipse.swt.widgets.Control control)Displays a drop-down menu below a control.static voidSWTHelper. showPopupMenu(IzMenu menu, org.eclipse.swt.widgets.Control control, int xOffset, int yOffset)Displays a drop-down menu below a control.static voidSWTHelper. 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.