Uses of Class
com.iizigo.editor.ContextMenuItem
Packages that use ContextMenuItem Package Description com.iizigo.prop Uses of ContextMenuItem in com.iizigo.prop
Methods in com.iizigo.prop that return types with arguments of type ContextMenuItem Modifier and Type Method Description java.util.ArrayList<ContextMenuItem>
DesignerProp. getContextMenuItems()
Gets all command contribution items to use for a property container.Methods in com.iizigo.prop with parameters of type ContextMenuItem Modifier and Type Method Description static void
DesignerProp. addCommandContributionItem(ContextMenuItem item, java.lang.Class<?>... classes)
Adds an Add command contribution item for the DesignerProp class.