Uses of Interface
com.iizigo.editor.IContextMenuContributorFormControl
Packages that use IContextMenuContributorFormControl Package Description com.iizigo.editor com.iizigo.vs Uses of IContextMenuContributorFormControl in com.iizigo.editor
Subinterfaces of IContextMenuContributorFormControl in com.iizigo.editor Modifier and Type Interface Description interfaceIContextMenuContributorContributes to the menu for Editor parts, whenregisterViewerorcreateMenuin the Editor part is called.Classes in com.iizigo.editor that implement IContextMenuContributorFormControl Modifier and Type Class Description classContextMenuContributorAdapterAdapter for contributions to the menu for Editor parts, whenregisterViewerorcreateMenuin the Editor part is called.Methods in com.iizigo.editor with parameters of type IContextMenuContributorFormControl Modifier and Type Method Description protected voidPropEditorPart. createMenu(org.eclipse.swt.widgets.Control control, IContextMenuContributorFormControl<org.eclipse.swt.widgets.Control> contributor)Creates a menu that is used as a pop-up menu.Uses of IContextMenuContributorFormControl in com.iizigo.vs
Classes in com.iizigo.vs that implement IContextMenuContributorFormControl Modifier and Type Class Description classActionsPanelPanel used for the Participants in the VirtualSpace.classTablePanelPanel used to display a selected Table in the VirtualSpace.classValuePanelPanel used for the Value in the VirtualSpace.