Uses of Interface
com.iizigo.editor.IContextMenuContributor
Packages that use IContextMenuContributor Package Description com.iizigo.editor com.iizigo.vs Uses of IContextMenuContributor in com.iizigo.editor
Classes in com.iizigo.editor that implement IContextMenuContributor Modifier and Type Class Description class
ContextMenuContributorAdapter
Adapter for contributions to the menu for Editor parts, whenregisterViewer
orcreateMenu
in the Editor part is called.Methods in com.iizigo.editor with parameters of type IContextMenuContributor Modifier and Type Method Description protected void
PropEditorPart. createMenu(org.eclipse.jface.viewers.Viewer viewer, IContextMenuContributor contributor)
Creates a menu that is used as a pop-up menu.void
PropEditorPart. registerViewer(org.eclipse.jface.viewers.StructuredViewer viewer, int index, IContextMenuContributor contributor)
Registers a viewer for selection changes.Uses of IContextMenuContributor in com.iizigo.vs
Classes in com.iizigo.vs that implement IContextMenuContributor Modifier and Type Class Description class
ActionsPanel
Panel used for the Participants in the VirtualSpace.class
TablePanel
Panel used to display a selected Table in the VirtualSpace.class
ValuePanel
Panel used for the Value in the VirtualSpace.