public class DBActorController extends ActorController
ActorController.ListenToActorAction
AttributeController.Access
IconController.IconRenderer
Modifier and Type | Field and Description |
---|---|
protected ptdb.gui.DBActorController.OpenActorFromDB |
_openActorFromDB
The action for selection of the "Open Actor From Database" menu item.
|
_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 |
---|
DBActorController(GraphController controller)
Create a controller for database reference actors.
|
DBActorController(GraphController controller,
AttributeController.Access access)
Create a controller for database reference actors.
|
Modifier and Type | Method and Description |
---|---|
protected Figure |
_renderNode(java.lang.Object node)
Draw the node at its location.
|
void |
addHotKeys(JGraph jgraph)
Add hot keys to the actions in the given JGraph.
|
_getComponentType, addMenuItemFactory, setConfiguration
_moveToFirstDescription, _moveToLastDescription, renderDecoratorHighlight, renderHighlight
getConfigureMenuFactory
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolution
addNode, addNode, addNode, clearNode, drawNode, getController, getNodeInteractor, getNodeRenderer, removeNode, setNodeInteractor, setNodeRenderer
protected ptdb.gui.DBActorController.OpenActorFromDB _openActorFromDB
public DBActorController(GraphController controller)
controller
- The graph controller.public DBActorController(GraphController controller, AttributeController.Access access)
controller
- The graph controller.access
- The access level for the controller.public void addHotKeys(JGraph jgraph)
addHotKeys
in class ActorController
jgraph
- The JGraph to which hot keys are to be added.protected Figure _renderNode(java.lang.Object node)
_renderNode
in class LocatableNodeController
node
- The node to render.