Uses of Interface
com.iizigo.editor.IContextMenuAction
Packages that use IContextMenuAction Package Description com.iizigo.editor Uses of IContextMenuAction in com.iizigo.editor
Classes in com.iizigo.editor that implement IContextMenuAction Modifier and Type Class Description class
ContextMenuActionAdapter
The adapter for the IContextMenuAction interface.Constructors in com.iizigo.editor with parameters of type IContextMenuAction Constructor Description ContextMenuItem(java.lang.String label, IContextMenuAction adder)
Creates the Add Item instance for a DesignerProp class.ContextMenuItem(java.lang.String label, java.lang.String mnemonic, int accelerator, org.eclipse.jface.resource.ImageDescriptor icon, IContextMenuAction adder)
Creates the Add Item instance for a DesignerProp class.ContextMenuItem(java.lang.String label, java.lang.String mnemonic, IContextMenuAction adder)
Creates the Add Item instance for a DesignerProp class.ContextMenuItem(java.lang.String label, java.lang.String mnemonic, org.eclipse.jface.resource.ImageDescriptor icon, IContextMenuAction adder)
Creates the Add Item instance for a DesignerProp class.ContextMenuItem(java.lang.String label, org.eclipse.jface.resource.ImageDescriptor icon, IContextMenuAction adder)
Creates the Add Item instance for a DesignerProp class.