public class ConceptController extends AttributeInOntologyController
AttributeController.Access
IconController.IconRenderer
Modifier and Type | Field and Description |
---|---|
protected ptolemy.vergil.ontologies.ConceptController.ToggleAcceptabilityAction |
_toggleAcceptabilityAction
The toggle acceptability context menu action.
|
_editIconAction, _removeIconAction
_appearanceMenuActionFactory, _listenToAction, _renameAction, FULL, PARTIAL
_configureAction, _configureMenuFactory, _menuCreator, _menuFactory
_configuration
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR
Constructor and Description |
---|
ConceptController(GraphController controller)
Create a concept controller associated with the specified graph
controller.
|
ConceptController(GraphController controller,
AttributeController.Access access)
Create a concept controller associated with the specified graph
controller.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
_getComponentType()
Get the class label of the component which is a Concept.
|
void |
addHotKeys(JGraph jgraph)
Add hot keys to the actions in the given JGraph.
|
_moveToFirstDescription, _moveToLastDescription, renderDecoratorHighlight, renderHighlight, setConfiguration
getConfigureMenuFactory
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolution
addNode, addNode, addNode, clearNode, drawNode, getController, getNodeInteractor, getNodeRenderer, removeNode, setNodeInteractor, setNodeRenderer
protected ptolemy.vergil.ontologies.ConceptController.ToggleAcceptabilityAction _toggleAcceptabilityAction
public ConceptController(GraphController controller)
controller
- The associated graph controller.public ConceptController(GraphController controller, AttributeController.Access access)
controller
- The associated graph controller.access
- The access level.public void addHotKeys(JGraph jgraph)
addHotKeys
in class AttributeController
jgraph
- The JGraph to which hot keys are to be added.protected java.lang.String _getComponentType()
_getComponentType
in class AttributeController