public class MoMLModelAttributeController extends AttributeController
AttributeController.Access
IconController.IconRenderer
_appearanceMenuActionFactory, _listenToAction, _renameAction, FULL, PARTIAL
_configureAction, _configureMenuFactory, _menuCreator, _menuFactory
_configuration
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR
Constructor and Description |
---|
MoMLModelAttributeController(GraphController controller)
Create a model attribute controller associated with the specified graph
controller.
|
MoMLModelAttributeController(GraphController controller,
AttributeController.Access access)
Create a model attribute controller associated with the specified graph
controller.
|
Modifier and Type | Method and Description |
---|---|
void |
addHotKeys(JGraph jgraph)
Add hot keys to the look inside action in the given JGraph.
|
void |
setConfiguration(Configuration configuration)
Set the configuration for MoMLModelAttributeController.
|
_getComponentType, _moveToFirstDescription, _moveToLastDescription, renderDecoratorHighlight, renderHighlight
getConfigureMenuFactory
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolution
addNode, addNode, addNode, clearNode, drawNode, getController, getNodeInteractor, getNodeRenderer, removeNode, setNodeInteractor, setNodeRenderer
public MoMLModelAttributeController(GraphController controller)
controller
- The specified graph controller.public MoMLModelAttributeController(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.public void setConfiguration(Configuration configuration)
setConfiguration
in class AttributeController
configuration
- The given configuration object to be used to
set the configuration.