Package ptolemy.vergil.ontologies
Class ConceptRelationController
- java.lang.Object
-
- diva.graph.BasicEdgeController
-
- ptolemy.vergil.ontologies.ConceptRelationController
-
- All Implemented Interfaces:
EdgeController
public class ConceptRelationController extends BasicEdgeController
This class provides interaction techniques for relations in an ontology.- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Charles Shelton, Edward A. Lee
- Pt.AcceptedRating:
- Red (johnr)
- Pt.ProposedRating:
- Red (eal)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class diva.graph.BasicEdgeController
BasicEdgeController.EdgeDropper
-
-
Field Summary
Fields Modifier and Type Field Description protected static ConfigureAction
_configureAction
The configure action, which handles edit parameters requests.protected MenuActionFactory
_configureMenuFactory
The submenu for configure actions.protected MenuCreator
_menuCreator
The menu creator.protected PtolemyMenuFactory
_menuFactory
The factory belonging to the menu creator.
-
Constructor Summary
Constructors Constructor Description ConceptRelationController(GraphController controller)
Create a transition controller associated with the specified graph controller.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHotKeys(JGraph jgraph)
Do not add hot keys for the ontology relation.-
Methods inherited from class diva.graph.BasicEdgeController
addEdge, addEdge, clearEdge, drawEdge, getConnectorTarget, getController, getEdgeInteractor, getEdgeRenderer, removeEdge, render, setConnectorTarget, setEdgeInteractor, setEdgeRenderer
-
-
-
-
Field Detail
-
_configureAction
protected static final ConfigureAction _configureAction
The configure action, which handles edit parameters requests.
-
_configureMenuFactory
protected MenuActionFactory _configureMenuFactory
The submenu for configure actions.
-
_menuCreator
protected MenuCreator _menuCreator
The menu creator.
-
_menuFactory
protected PtolemyMenuFactory _menuFactory
The factory belonging to the menu creator.
-
-
Constructor Detail
-
ConceptRelationController
public ConceptRelationController(GraphController controller)
Create a transition controller associated with the specified graph controller.- Parameters:
controller
- The associated graph controller.
-
-
Method Detail
-
addHotKeys
public void addHotKeys(JGraph jgraph)
Do not add hot keys for the ontology relation. We don't have any.- Parameters:
jgraph
- The JGraph to which hot keys are to be added.
-
-