public class ActorViewerGraphController extends RunnableGraphController
In addition, this controller provides graph-wide operations that allow nodes to be moved and context menus to be created. It does not provide interaction for adding or removing nodes; those are provided by a derived class. If does provide toolbar buttons for executing the model (or if this is not the top level, delegating to the top level to execute). Right-clicking on the background will create a context-sensitive menu for the graph.
Modifier and Type | Class and Description |
---|---|
class |
ActorViewerGraphController.EntityLayout
This layout algorithm is responsible for laying out the ports within an
entity.
|
WithIconGraphController.NewPortAction
BasicGraphController.OpenBaseClassAction, BasicGraphController.SchematicContextMenuFactory, BasicGraphController.UnitSolverDialogAction
Modifier and Type | Field and Description |
---|---|
protected ActorController |
_addonActorController
The controller for actors with addon gui behavior.
|
protected NamedObjController |
_attributeController
The attribute controller.
|
protected ActorController |
_classDefinitionController
The class definition controller.
|
protected ActorController |
_entityController
The entity controller.
|
protected NamedObjController |
_entityPortController
The entity port controller.
|
protected LinkController |
_linkController
The link controller.
|
protected NamedObjController |
_relationController
The relation controller.
|
_editIconAction, _portController, _removeIconAction
_animated, _animationRenderer, _configureAction, _configureMenuFactory, _menuCreator, _menuFactory, _openBaseClassAction, _unitSolverDialogAction
Constructor and Description |
---|
ActorViewerGraphController()
Create a new basic controller with default
terminal and edge interactors and default context menus.
|
Modifier and Type | Method and Description |
---|---|
protected void |
_addHotKeys(JGraph jgraph)
Add hot keys to the actions in the given JGraph.
|
protected void |
_createControllers()
Create the controllers for nodes in this graph.
|
void |
event(DebugEvent event)
React to an event by highlighting the actor being iterated.
|
EdgeController |
getEdgeController(java.lang.Object edge)
Return the edge controller appropriate for the given node,
which in this case is the same link controller returned by
getLinkController().
|
ActorController |
getEntityController()
Return the value of the entity controller.
|
NodeController |
getNodeController(java.lang.Object object)
Return the node controller appropriate for the given object.
|
protected void |
initializeInteraction()
Initialize all interaction on the graph pane.
|
void |
setConfiguration(Configuration configuration)
Set the configuration.
|
_getManager, _report, _report, addToMenuAndToolbar, executionError, executionFinished, managerStateChanged
getNewPortLocation
_areThereActiveErrorHighlights, _getClearAllErrorHighlightsChangeRequest, _initializeInteraction, clearAllErrorHighlights, clearAnimation, getAnimationDelay, getConfiguration, getConfigureMenuFactory, getFrame, highlightError, message, setAnimationDelay, setFigure, setFrame, valueChanged
addEdge, addEdge, addGraphViewListener, addNode, addNode, addNode, addNode, clear, clearEdge, clearNode, dispatch, drawEdge, drawNode, drawNode, getFigure, getGraphModel, getGraphPane, getSelectionModel, removeEdge, removeGraphViewListener, removeNode, rerender, rerenderEdge, rerenderNode, setGraphModel, setGraphPane, setSelectionModel
protected NamedObjController _attributeController
protected ActorController _classDefinitionController
protected ActorController _addonActorController
protected ActorController _entityController
protected NamedObjController _entityPortController
protected LinkController _linkController
protected NamedObjController _relationController
public ActorViewerGraphController()
public void event(DebugEvent event)
event
in interface DebugListener
event
in class BasicGraphController
event
- The debug event.public EdgeController getEdgeController(java.lang.Object edge)
getEdgeController
in interface GraphController
getEdgeController
in class AbstractGraphController
edge
- The edge object.public ActorController getEntityController()
getEntityController.addMenuItemFactory(new XXXDialogFactory);
public NodeController getNodeController(java.lang.Object object)
getNodeController
in interface GraphController
getNodeController
in class BasicGraphController
object
- A Vertex, Locatable, or Port.public void setConfiguration(Configuration configuration)
setConfiguration
in class WithIconGraphController
configuration
- The configuration.BasicGraphController.getConfiguration()
protected void _addHotKeys(JGraph jgraph)
_addHotKeys
in class RunnableGraphController
jgraph
- The JGraph to which hot keys are to be added.protected void _createControllers()
_createControllers
in class WithIconGraphController
protected void initializeInteraction()
initializeInteraction
in class WithIconGraphController