Package ptolemy.data.ontologies.gui
Class OntologyDisplayActions.HighlighterController
- java.lang.Object
-
- diva.graph.BasicNodeController
-
- ptolemy.vergil.basic.LocatableNodeController
-
- ptolemy.vergil.basic.NamedObjController
-
- ptolemy.vergil.basic.ParameterizedNodeController
-
- ptolemy.vergil.basic.IconController
-
- ptolemy.vergil.kernel.AttributeController
-
- ptolemy.vergil.basic.MoMLModelAttributeController
-
- ptolemy.data.ontologies.gui.OntologyDisplayActions.HighlighterController
-
- All Implemented Interfaces:
NodeController
- Direct Known Subclasses:
ProductLatticeOntologySolverDisplayActions.ProductLatticeHighlighterController
- Enclosing class:
- OntologyDisplayActions
protected static class OntologyDisplayActions.HighlighterController extends MoMLModelAttributeController
The controller that adds commands to the context menu.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ptolemy.vergil.kernel.AttributeController
AttributeController.Access
-
Nested classes/interfaces inherited from class ptolemy.vergil.basic.IconController
IconController.IconRenderer
-
-
Field Summary
-
Fields inherited from class ptolemy.vergil.kernel.AttributeController
_appearanceMenuActionFactory, _listenToAction, _renameAction, FULL, PARTIAL
-
Fields inherited from class ptolemy.vergil.basic.ParameterizedNodeController
_configureAction, _configureMenuFactory, _menuCreator, _menuFactory
-
Fields inherited from class ptolemy.vergil.basic.NamedObjController
_configuration
-
Fields inherited from class ptolemy.vergil.basic.LocatableNodeController
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR
-
-
Constructor Summary
Constructors Constructor Description HighlighterController(OntologyDisplayActions displayActions, GraphController controller)
Create a HighlighterController that is associated with a controller.
-
Method Summary
-
Methods inherited from class ptolemy.vergil.basic.MoMLModelAttributeController
addHotKeys, setConfiguration
-
Methods inherited from class ptolemy.vergil.kernel.AttributeController
_getComponentType, _moveToFirstDescription, _moveToLastDescription, renderDecoratorHighlight, renderHighlight
-
Methods inherited from class ptolemy.vergil.basic.ParameterizedNodeController
getConfigureMenuFactory
-
Methods inherited from class ptolemy.vergil.basic.LocatableNodeController
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolution
-
Methods inherited from class diva.graph.BasicNodeController
addNode, addNode, addNode, clearNode, drawNode, getController, getNodeInteractor, getNodeRenderer, removeNode, setNodeInteractor, setNodeRenderer
-
-
-
-
Constructor Detail
-
HighlighterController
public HighlighterController(OntologyDisplayActions displayActions, GraphController controller)
Create a HighlighterController that is associated with a controller.- Parameters:
displayActions
- The OntologyDisplayActions object reference.controller
- The controller.
-
-