Package | Description |
---|---|
org.kepler.ddp.gui | |
org.kepler.gui | |
org.kepler.gui.frame | |
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.ia |
Vergil Finite State Machine Interface Automata classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionChoiceGraphTableau.createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
Add default choice sub-workflows to the ExecutionChoice before
opening it.
|
Constructor and Description |
---|
ExecutionChoiceGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new execution choice editor tableau with the specified container,
name, and default library.
|
Constructor and Description |
---|
KeplerGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected TabbedKeplerGraphFrame |
TabbedKeplerGraphTableau._addCompositeToExistingFrame(CompositeEntity model,
LibraryAttribute defaultLibrary) |
void |
TabbedKeplerGraphFrame.addComposite(CompositeEntity model,
TabbedKeplerGraphTableau keplerGraphMultiCompositeTableau,
LibraryAttribute defaultLibrary)
Add a new tab for a model.
|
void |
TabbedKeplerGraphTableau.createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
Create the graph frame that displays the model associated with
this tableau together with the specified library.
|
void |
KeplerGraphTableau.createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
Create the graph frame that displays the model associated with
this tableau together with the specified library.
|
void |
MultiCompositeTableau.createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary) |
Constructor and Description |
---|
CaseGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new case editor tableau with the specified container,
name, and default library.
|
KeplerGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a tableau with the specified container, name, and default library.
|
MultiCompositeTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new multicomposite editor tableau with the specified
container, name, and default library.
|
TabbedKeplerGraphFrame(CompositeActor entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified composite actor.
|
TabbedKeplerGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new TabbedKeplerGraphTableau with the specified
container, name, and default library.
|
Constructor and Description |
---|
ActorGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified Ptolemy II model.
|
ActorGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a tableau with the specified container, name, and
default library.
|
Modifier and Type | Field and Description |
---|---|
protected LibraryAttribute |
BasicGraphFrame._defaultLibrary
The default Library.
|
Constructor and Description |
---|
BasicGraphFrame(NamedObj entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified Ptolemy II model.
|
ExtendedGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified Ptolemy II model.
|
Constructor and Description |
---|
EditIconFrame(EditorIcon entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame to edit the specified icon.
|
EditIconTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a tableau with the specified container, name, and
default library.
|
Modifier and Type | Method and Description |
---|---|
void |
FSMGraphTableau.createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
Create the graph frame that displays the model associated with
this tableau together with the specified library.
|
void |
CaseGraphTableau.createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
Create the graph frame that displays the model associated with
this tableau together with the specified library.
|
Constructor and Description |
---|
CaseGraphFrame(Case entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified case actor.
|
CaseGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new case editor tableau with the specified container,
name, and default library.
|
FSMGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified FSM model.
|
FSMGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new FSM editor tableau with the specified container,
name, and default library.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceAutomatonGraphTableau.createGraphFrame(CompositeEntity model,
LibraryAttribute defaultLibrary)
Override the super class to create an instance of
InterfaceAutomatonGraphFrame.
|
Constructor and Description |
---|
InterfaceAutomatonGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified model.
|
InterfaceAutomatonGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new editor tableau with the specified container,
name, and default library.
|