Uses of Class
roneditor.editor.ContextMenuProviderWithActionRegistry

Packages that use ContextMenuProviderWithActionRegistry
roneditor   
roneditor.editor   
roneditor.objectnetview   
roneditor.ronview   
roneditor.ruleview   
 

Uses of ContextMenuProviderWithActionRegistry in roneditor
 

Methods in roneditor that return ContextMenuProviderWithActionRegistry
protected abstract  ContextMenuProviderWithActionRegistry AbstractMultiViewerPage.createContextMenuProvider(org.eclipse.gef.EditPartViewer viewer)
          Subclasses must implement to specify the ContextMenuProviderWithActionRegistry that should be used by this page's GraphicalViewers and is responsible to show the created actions in the context menu.
 

Uses of ContextMenuProviderWithActionRegistry in roneditor.editor
 

Subclasses of ContextMenuProviderWithActionRegistry in roneditor.editor
 class RONEditorContextMenuProvider
          This is used to populate the context menu for the TreeViewer in the RONEditor.
 

Uses of ContextMenuProviderWithActionRegistry in roneditor.objectnetview
 

Subclasses of ContextMenuProviderWithActionRegistry in roneditor.objectnetview
 class ObjectNetPageContextMenuProvider
          This is used to populate the context menu for the Viewer in the ObjectNetPage.
 

Methods in roneditor.objectnetview that return ContextMenuProviderWithActionRegistry
protected  ContextMenuProviderWithActionRegistry ObjectNetPage.createContextMenuProvider(org.eclipse.gef.EditPartViewer viewer)
           
 

Uses of ContextMenuProviderWithActionRegistry in roneditor.ronview
 

Subclasses of ContextMenuProviderWithActionRegistry in roneditor.ronview
 class RONPageContextMenuProvider
          This is used to populate the context menu for the Viewer in the RONPage.
 

Methods in roneditor.ronview that return ContextMenuProviderWithActionRegistry
protected  ContextMenuProviderWithActionRegistry RONPage.createContextMenuProvider(org.eclipse.gef.EditPartViewer viewer)
           
 

Uses of ContextMenuProviderWithActionRegistry in roneditor.ruleview
 

Subclasses of ContextMenuProviderWithActionRegistry in roneditor.ruleview
 class RulePageContextMenuProvider
          This is used to populate the context menu for the Viewers in the RuleNetPage.
 

Methods in roneditor.ruleview that return ContextMenuProviderWithActionRegistry
protected  ContextMenuProviderWithActionRegistry RulePage.createContextMenuProvider(org.eclipse.gef.EditPartViewer viewer)