Package | Description |
---|---|
org.kepler.gui.frame | |
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.debugger |
Ptolemy II Debugger Interface.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.kernel |
Vergil kernel classes.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.ia |
Vergil Finite State Machine Interface Automata classes.
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedKeplerGraphFrame.TabbedKeplerController
Specialized graph controller that handles multiple graph models.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorEditorGraphController
A Graph Controller for the Ptolemy II schematic editor.
|
class |
ActorViewerGraphController
A graph controller for the Ptolemy II schematic viewer.
|
Constructor and Description |
---|
ListenToActorAction(BasicGraphController controller)
Create an action to listen to debug messages in the actor.
|
ListenToActorAction(NamedObj target,
BasicGraphController controller)
Create an action to listen to debug messages in the actor.
|
Modifier and Type | Class and Description |
---|---|
class |
RunnableGraphController
A graph controller for models that can be executed.
|
class |
WithIconGraphController
A base class for Ptolemy II graph controllers for objects that can have
icons.
|
Modifier and Type | Method and Description |
---|---|
BasicGraphController |
DebugProfile.getGraphController()
Get the GraphController.
|
Constructor and Description |
---|
BreakpointConfigurer(Entity object,
BasicGraphController graphController)
Construct a breakpoint configurer for the specified entity.
|
BreakpointConfigurerDialog(java.awt.Frame owner,
Entity target,
BasicGraphController graphController)
Construct a dialog with the specified owner and target.
|
BreakpointDialogFactory(BasicGraphController graphController)
Create factory.
|
DebugProfile(BasicGraphController graphController)
Construct a debug profile for an actor with the associated
GraphController.
|
Modifier and Type | Class and Description |
---|---|
class |
EditIconGraphController
A graph controller for the Ptolemy II icon editor.
|
Constructor and Description |
---|
ListenToAction(BasicGraphController controller,
java.lang.String componentType)
Construct an action that listens to NamedObj messages.
|
ListenToAction(NamedObj target,
BasicGraphController controller)
Construct an action that listens to NamedObj messages.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseGraphFrame.CaseGraphController
Specialized graph controller that handles multiple graph models.
|
class |
FSMGraphController
A Graph Controller for FSM models.
|
class |
FSMViewerGraphController
A graph controller for the Ptolemy II finite-state machine viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomatonGraphController
A Graph Controller for interface automata models.
|