Package | Description |
---|---|
org.kepler.ddp.gui | |
org.kepler.gui.frame | |
org.kepler.gui.kar | |
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.run |
The ptolemy.actor.gui.run package.
|
ptolemy.actor.gui.test |
The ptolemy.actor.gui.test package.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.ia |
Vergil Finite State Machine Interface Automata classes.
|
ptolemy.vergil.tree |
Ptolemy Model Tree Editor.
|
Constructor and Description |
---|
ExecutionChoiceGraphTableau(PtolemyEffigy container,
java.lang.String name)
Create a new execution choice editor tableau with the specified container
and name.
|
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 |
---|
CaseGraphTableau(PtolemyEffigy container,
java.lang.String name)
Create a new case editor tableau with the specified container
and name.
|
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)
Create a tableau with the specified container and name, with no specified
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)
Create a new multicomposite editor tableau with the specified
container and name.
|
MultiCompositeTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new multicomposite editor tableau with the specified
container, name, and default library.
|
TabbedKeplerGraphTableau(PtolemyEffigy container,
java.lang.String name)
Create a new TabbedKeplerGraphTableau with the specified
container and name.
|
TabbedKeplerGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new TabbedKeplerGraphTableau with the specified
container, name, and default library.
|
Modifier and Type | Class and Description |
---|---|
class |
KAREffigy
An Effigy for KAR files.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationEffigy
An effigy for a Ptolemy II model.
|
class |
PlotEffigy
An effigy for a plot file.
|
Modifier and Type | Method and Description |
---|---|
protected PtolemyEffigy |
PtolemyEffigy.Factory._newEffigy(CompositeEntity container,
java.lang.String name)
Create a new effigy.
|
PtolemyEffigy |
TableauFrame.getEffigy(NamedObj model)
Get the effigy for the specified Ptolemy model.
|
PtolemyEffigy |
Configuration.getEffigy(NamedObj model)
Get the effigy for the specified Ptolemy model.
|
Constructor and Description |
---|
Console(PtolemyEffigy container,
java.lang.String name)
Create a new control panel displaying Console
The tableau is itself an entity contained by the effigy
and having the specified name.
|
JVMTableau(PtolemyEffigy container,
java.lang.String name)
Create a new control panel displaying the JVM properties
The tableau is itself an entity contained by the effigy
and having the specified name.
|
RunTableau(PtolemyEffigy container,
java.lang.String name)
Create a new run control panel for the model with the given
effigy.
|
Constructor and Description |
---|
InterfaceTableau(PtolemyEffigy container,
java.lang.String name)
Create a new run control panel for the model with the given
effigy.
|
LayoutTableau(PtolemyEffigy container,
java.lang.String name,
CustomizableRunPane pane)
Create a new run control panel for the model with the given
effigy.
|
Constructor and Description |
---|
SimpleTableau(PtolemyEffigy container,
java.lang.String name)
Create a new run control panel for the model with the given
effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
DocBuilderEffigy
An effigy for a DocBuilder.
|
Constructor and Description |
---|
ActorGraphTableau(PtolemyEffigy container,
java.lang.String name)
Create a tableau with the specified container and name, with
no specified default library.
|
ActorGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a tableau with the specified container, name, and
default library.
|
Constructor and Description |
---|
EditIconTableau(PtolemyEffigy container,
java.lang.String name)
Create a tableau with the specified container and name, with
no specified default library.
|
EditIconTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a tableau with the specified container, name, and
default library.
|
Constructor and Description |
---|
CaseGraphTableau(PtolemyEffigy container,
java.lang.String name)
Create a new case editor tableau with the specified container
and name.
|
CaseGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new case editor tableau with the specified container,
name, and default library.
|
FSMGraphTableau(PtolemyEffigy container,
java.lang.String name)
Create a new FSM editor tableau with the specified container
and name, with no default library.
|
FSMGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new FSM editor tableau with the specified container,
name, and default library.
|
Constructor and Description |
---|
InterfaceAutomatonGraphTableau(PtolemyEffigy container,
java.lang.String name)
Create a new editor tableau with the specified container
and name, with no default library.
|
InterfaceAutomatonGraphTableau(PtolemyEffigy container,
java.lang.String name,
LibraryAttribute defaultLibrary)
Create a new editor tableau with the specified container,
name, and default library.
|
Constructor and Description |
---|
TreeTableau(PtolemyEffigy container,
java.lang.String name)
Construct a new tableau for the model represented by the given effigy.
|