Package | Description |
---|---|
org.kepler.gui.controller | |
org.kepler.objectmanager.data | |
org.kepler.sms.actors | |
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedActorController
An actor controller that provides an action to open actors in a tab.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceInstanceController
This class provides a controller that overrides the default GetDocumentation
actions for data sources and can transform data source documentation to HTML
format before displaying it.
|
Modifier and Type | Class and Description |
---|---|
class |
MergeActor.MergeActorInstanceController
...
|
Modifier and Type | Class and Description |
---|---|
class |
ActorInstanceController
This class provides interaction with nodes that represent Ptolemy II
actor instances (i.e., not classes).
|
class |
ClassDefinitionController
This class provides interaction with nodes that represent Ptolemy II
classes.
|
Modifier and Type | Field and Description |
---|---|
protected ActorController |
ActorViewerGraphController._addonActorController
The controller for actors with addon gui behavior.
|
protected ActorController |
ActorViewerGraphController._classDefinitionController
The class definition controller.
|
protected ActorController |
ActorViewerGraphController._entityController
The entity controller.
|
Modifier and Type | Method and Description |
---|---|
ActorController |
ActorInteractionAddon.getControllerInstance(diva.graph.GraphController controller)
Get an instance of the
ActorController
for a given actor. |
ActorController |
ActorInteractionAddon.getControllerInstance(diva.graph.GraphController controller,
boolean fullAccess)
Get an instance of the
ActorController
for a given actor. |
ActorController |
ActorViewerGraphController.getEntityController()
Return the value of the entity controller.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyHighlighter.DependencyController
The controller that adds commands to the context menu.
|