public class ConceptRelationController extends BasicEdgeController
BasicEdgeController.EdgeDropper
Modifier and Type | Field and 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 and Description |
---|
ConceptRelationController(GraphController controller)
Create a transition controller associated with the specified graph
controller.
|
Modifier and Type | Method and Description |
---|---|
void |
addHotKeys(JGraph jgraph)
Do not add hot keys for the ontology relation.
|
addEdge, addEdge, clearEdge, drawEdge, getConnectorTarget, getController, getEdgeInteractor, getEdgeRenderer, removeEdge, render, setConnectorTarget, setEdgeInteractor, setEdgeRenderer
protected static final ConfigureAction _configureAction
protected MenuActionFactory _configureMenuFactory
protected MenuCreator _menuCreator
protected PtolemyMenuFactory _menuFactory
public ConceptRelationController(GraphController controller)
controller
- The associated graph controller.public void addHotKeys(JGraph jgraph)
jgraph
- The JGraph to which hot keys are to be added.