public class ChicController extends AttributeController
AttributeController.Access
IconController.IconRenderer
Modifier and Type | Field and Description |
---|---|
protected ptolemy.chic.ChicController.LookInsideAction |
_lookInsideAction
The action that handles look inside.
|
_appearanceMenuActionFactory, _listenToAction, _renameAction, FULL, PARTIAL
_configureAction, _configureMenuFactory, _menuCreator, _menuFactory
_configuration
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR
Constructor and Description |
---|
ChicController(diva.graph.GraphController controller)
Create a Chic controller associated with the specified graph
controller with full access.
|
ChicController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a Chic controller associated with the specified graph
controller.
|
Modifier and Type | Method and Description |
---|---|
void |
setConfiguration(Configuration configuration)
Set the configuration.
|
_getComponentType, _moveToFirstDescription, _moveToLastDescription, addHotKeys, renderDecoratorHighlight, renderHighlight
getConfigureMenuFactory
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolution
protected ptolemy.chic.ChicController.LookInsideAction _lookInsideAction
public ChicController(diva.graph.GraphController controller)
controller
- The associated graph controller.public ChicController(diva.graph.GraphController controller, AttributeController.Access access)
controller
- The associated graph controller.access
- The access level.public void setConfiguration(Configuration configuration)
setConfiguration
in class AttributeController
configuration
- The configuration.