public class TabbedActorController extends ActorInstanceController
ActorController.ListenToActorAction
AttributeController.Access
IconController.IconRenderer
Modifier and Type | Field and Description |
---|---|
protected TabbedLookInsideAction |
_openInTabAction |
_convertToClassAction
_access, _editIconAction, _flipPortsHorizontal, _flipPortsVertical, _lookInsideAction, _openInstanceAction, _removeIconAction, _rotatePortsClockwise, _rotatePortsCounterclockwise
_appearanceMenuActionFactory, _listenToAction, _renameAction, FULL, PARTIAL
_configureAction, _configureMenuFactory, _menuCreator, _menuFactory
_configuration
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR
Constructor and Description |
---|
TabbedActorController(diva.graph.GraphController controller) |
TabbedActorController(diva.graph.GraphController controller,
AttributeController.Access access) |
Modifier and Type | Method and Description |
---|---|
void |
addHotKeys(diva.graph.JGraph jgraph)
Add hot keys to the actions in the given JGraph.
|
void |
setConfiguration(Configuration configuration)
Set the configuration.
|
_getComponentType, addMenuItemFactory
_moveToFirstDescription, _moveToLastDescription, renderDecoratorHighlight, renderHighlight
getConfigureMenuFactory
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolution
protected TabbedLookInsideAction _openInTabAction
public TabbedActorController(diva.graph.GraphController controller)
public TabbedActorController(diva.graph.GraphController controller, AttributeController.Access access)
public void addHotKeys(diva.graph.JGraph jgraph)
addHotKeys
in class ActorController
jgraph
- The JGraph to which hot keys are to be added.public void setConfiguration(Configuration configuration)
ActorController
setConfiguration
in class ActorController
configuration
- The configuration.