Package | Description |
---|---|
org.kepler.ddp.gui | |
org.kepler.gui | |
org.kepler.gui.frame | |
org.kepler.objectmanager.data.db | |
org.sdm.spa | |
org.sdm.spa.gui | |
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.exec |
The ptolemy.actor.gui.exec package.
|
ptolemy.actor.gui.ptjacl |
The ptolemy.actor.gui.ptjacl package.
|
ptolemy.actor.gui.python |
The ptolemy.actor.gui.python package.
|
ptolemy.actor.gui.run |
The ptolemy.actor.gui.run package.
|
ptolemy.actor.gui.test |
The ptolemy.actor.gui.test package.
|
ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
ptolemy.actor.lib.image |
Actors that manipulate images.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
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.
|
ptolemy.vergil.modal.modal |
The ptolemy.vergil.modal.modal package.
|
ptolemy.vergil.toolbox |
Vergil factories.
|
ptolemy.vergil.tree |
Ptolemy Model Tree Editor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionChoiceGraphTableau
An editor tableau for execution choice constructs.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
ExecutionChoiceGraphTableau.Factory.createTableau(Effigy effigy)
Create an instance of ExecutionChoiceGraphTableau for the specified effigy,
if it is an effigy for an instance of ExecutionChoice.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
TabbedCompositeTabComponent.getTableau() |
Constructor and Description |
---|
KeplerGraphFrame(CompositeEntity entity,
Tableau tableau)
Constructor.
|
KeplerGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Constructor
|
TabbedCompositeTabComponent(NamedObj model,
Tableau tableau) |
Modifier and Type | Class and Description |
---|---|
class |
KeplerGraphTableau
A graph editor for ptolemy models.
|
class |
MultiCompositeTableau
An editor tableau for MultiCompositeActors.
|
class |
TabbedKeplerGraphTableau
An editor tableau for multiple composite actors.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
CaseGraphTableau.Factory.createTableau(Effigy effigy)
Create an instance of CaseGraphTableau for the specified effigy,
if it is an effigy for an instance of Case.
|
Tableau |
TabbedKeplerGraphTableau.Factory.createTableau(Effigy effigy)
Create a tableau in the default workspace with no name for the given
Effigy.
|
Tableau |
KeplerGraphTableau.Factory.createTableau(Effigy effigy)
Create a tableau in the default workspace with no name for the given
Effigy.
|
Constructor and Description |
---|
TabbedKeplerGraphFrame(CompositeActor entity,
Tableau tableau)
Construct a frame associated with the specified composite actor.
|
TabbedKeplerGraphFrame(CompositeActor entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified composite actor.
|
Modifier and Type | Class and Description |
---|---|
class |
QBTableau
A tableau representing Query Builder.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
QBTableauFactory.createTableau(Effigy effigy)
Create a tableau for the specified effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
TextualInteractionShell.ShellTableau
Version of ExpressionShellTableau that records the size of the display
when it is closed.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleShellTAPTableau
Based on the Ptolemy II v.3.0.2 code ExpressionShellTableau.java A tableau
that provides an interactive shell for evaluating expressions.
|
class |
UserInteractiveShell.ShellTableau
Version of ExpressionShellTableau that records the size of the display
when it is closed.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
DoubleShellTAPTableau.Factory.createTableau(Effigy effigy)
Create a new instance of ExpressionShellTableau in the specified
effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
BrowserTableau
A tableau representing a web browser window.
|
class |
Console
A tableau that displays Console messages.
|
class |
DebugListenerTableau
A tableau representing a debug listener window.
|
class |
DialogTableau
A tableau representing a Dialog in a toplevel window.
|
class |
ExpressionShellTableau
A tableau that provides an interactive shell for evaluating expressions.
|
class |
ExternalTextTableau
A tableau representing an external text editor (for now emacs only, with
the gnuserv package installed).
|
class |
HTMLViewerTableau
A tableau representing a rendered HTML view in a toplevel window.
|
class |
JVMTableau
A tableau that displays Java Virtual Machine information such
as the version number and other properties.
|
class |
MatrixTokenTableau
A tableau representing matrix tokens in a top-level window with a table.
|
class |
PlotTableau
A tableau representing a plot in a toplevel window.
|
class |
RunTableau
A tableau that creates a new run control panel for a ptolemy model.
|
class |
TextEditorTableau
A tableau representing a text window.
|
class |
TokenTableau
A tableau representing one or more tokens in a top-level window with
a text editor.
|
class |
WelcomeWindowTableau
A tableau representing a rendered HTML view in a toplevel window that
has no menu choices.
|
Modifier and Type | Method and Description |
---|---|
protected Tableau |
ConfigurationApplication._openModel(NamedObj entity)
Open the specified Ptolemy II model.
|
protected Tableau |
ConfigurationApplication._openModel(java.net.URL base,
java.net.URL in,
java.lang.String identifier)
Open the specified URL.
|
Tableau |
Configuration.createPrimaryTableau(Effigy effigy)
Create the first tableau for the given effigy, using the
tableau factory.
|
Tableau |
BrowserTableau.Factory.createTableau(Effigy effigy)
If the specified effigy is a BrowserEffigy and it
already contains a tableau named
"browserTableau", then return that tableau; otherwise, create
a new instance of BrowserTableau in the specified
effigy, and name it "browserTableau" and return that tableau.
|
Tableau |
ExpressionShellTableau.Factory.createTableau(Effigy effigy)
Create a new instance of ExpressionShellTableau in the specified
effigy.
|
Tableau |
Console.Factory.createTableau(Effigy effigy)
Create a new instance of Console in the specified
effigy.
|
Tableau |
TableauFactory.createTableau(Effigy effigy)
Create a tableau for the specified effigy.
|
Tableau |
TextEditorTableau.Factory.createTableau(Effigy effigy)
If the specified effigy is a TextEffigy and it
already contains a tableau named
"textTableau", then return that tableau; otherwise, create
a new instance of TextEditorTableau in the specified
effigy, and name it "textTableau" and return that tableau.
|
Tableau |
RunTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"runTableau", then return that tableau; otherwise, create
a new instance of RunTableau for the effigy, and
name it "runTableau".
|
Tableau |
RunTableau.TopFactory.createTableau(Effigy effigy)
Create a tableau to run the model associated with the specified
effigy.
|
Tableau |
PtolemyTableauFactory.createTableau(Effigy effigy)
Create a tableau for the specified effigy.
|
Tableau |
TokenTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"tokenTableau", then return that tableau; otherwise, create
a new instance of TokenTableau in the specified
effigy, and name it "tokenTableau".
|
Tableau |
LevelSkippingTableauFactory.createTableau(Effigy effigy)
Create a tableau for the specified effigy by identifying an
object contained by the specified effigy as given by entityName,
or the first entity contained by that object if no entityName
is given.
|
Tableau |
HTMLViewerTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"htmlTableau", then return that tableau; otherwise, create
a new instance of HTMLViewerTableau in the specified
effigy, and name it "htmlTableau".
|
Tableau |
PlotTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"plotTableau", then return that tableau; otherwise, create
a new instance of PlotTableau in the specified
effigy, and name it "plotTableau".
|
Tableau |
JVMTableau.Factory.createTableau(Effigy effigy)
Create a new instance of JVMTableau in the specified
effigy.
|
Tableau |
MatrixTokenTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"tokenTableau", then return that tableau; otherwise, create
a new instance of MatrixTokenTableau in the specified
effigy, and name it "tokenTableau".
|
Tableau |
TableauFrame.getTableau()
Get the tableau associated with this frame.
|
Tableau |
Configuration.openInstance(NamedObj entity)
Open the specified instance.
|
Tableau |
Configuration.openInstance(NamedObj entity,
CompositeEntity container)
Open the specified instance.
|
Tableau |
Configuration.openModel(NamedObj entity)
Open the specified Ptolemy II model.
|
Tableau |
Configuration.openModel(NamedObj entity,
CompositeEntity container)
Open the specified Ptolemy II model.
|
Tableau |
Configuration.openModel(java.net.URL base,
java.net.URL in,
java.lang.String identifier)
Open the specified URL.
|
Tableau |
Configuration.openModel(java.net.URL base,
java.net.URL in,
java.lang.String identifier,
EffigyFactory factory)
Open the specified URL using the specified effigy factory.
|
Tableau |
Effigy.showTableaux()
Make all tableaux associated with this effigy and any effigies it
contains visible by raising or deiconifying them.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TableauFactory._configureTableau(Tableau tableau)
Configure the given tableau with the configuration data attached to this
tableau factory, if any.
|
void |
TableauFrame.setTableau(Tableau tableau)
Set the tableau associated with this frame.
|
Constructor and Description |
---|
ConsoleFrame(Tableau tableau)
Construct a frame to display Console.
|
HTMLViewer(Tableau tableau)
Construct an empty top-level frame managed by the specified
tableau and the default status bar.
|
JVMFrame(CompositeEntity model,
Tableau tableau)
Construct a frame to display JVM properties.
|
ModelFrame(CompositeActor model,
Tableau tableau)
Construct a frame to control the specified Ptolemy II model.
|
ModelFrame(CompositeActor model,
Tableau tableau,
ModelPane pane)
Construct a frame to control the specified Ptolemy II model.
|
MyByteArrayOutputStream(javax.swing.JTextArea textArea,
Tableau tableau)
Create an output stream.
|
PlotTableauFrame(Tableau tableau)
Construct a plot frame in the corresponding Tableau with the
specified instance of PlotBox.
|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox,
Placeable placeable)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox,
PortablePlaceable placeable)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
PtolemyFrame(NamedObj model,
Tableau tableau)
Construct a frame associated with the specified Ptolemy II model
or object.
|
RunFrame(CompositeActor model,
Tableau tableau)
Construct a frame to control the specified Ptolemy II model.
|
TableauFrame(Tableau tableau)
Construct an empty top-level frame managed by the specified
tableau and the default status bar.
|
TableauFrame(Tableau tableau,
StatusBar statusBar)
Construct an empty top-level frame managed by the specified
tableau with the specified status bar.
|
TableauFrame(Tableau tableau,
StatusBar statusBar,
Placeable placeable)
Construct an empty top-level frame managed by the specified
tableau with the specified status bar and associated Placeable
object.
|
TableauFrame(Tableau tableau,
StatusBar statusBar,
PortablePlaceable portablePlaceable)
Construct an empty top-level frame managed by the specified
tableau with the specified status bar and associated PortablePlaceable
object.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecShellTableau
A tableau that provides a Exec Shell for interacting with the Bash shell.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
ExecShellTableau.Factory.createTableau(Effigy effigy)
Create a new instance of ExecShellTableau in the specified
effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
TclShellTableau
A tableau that provides a Tcl Shell for interacting with Ptjacl,
a 100% Java implementation of Tcl.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
TclShellTableau.Factory.createTableau(Effigy effigy)
Create a new instance of TclShellTableau in the specified
effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
PythonShellTableau
A tableau that provides an interactive shell for evaluating Python expressions.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
PythonShellTableau.Factory.createTableau(Effigy effigy)
Create a new instance of PythonShellTableau in the specified
effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceTableau
A tableau that creates a new run control panel for a ptolemy model.
|
class |
LayoutTableau
A run control pane for the model.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
InterfaceTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"runTableau", then return that tableau; otherwise, create
a new instance of RunTableau for the effigy, and
name it "runTableau".
|
Constructor and Description |
---|
RunLayoutFrame(CompositeActor model,
Tableau tableau,
CustomizableRunPane pane)
Construct a frame to control the specified Ptolemy II model.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTableau
A simple tableau.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
SimpleTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"simpleTableau", then return that tableau; otherwise, create
a new instance of SimpleTableau for the effigy, and
name it "simpleTableau".
|
Tableau |
SimpleTableau.TopFactory.createTableau(Effigy effigy)
Create a tableau to run the model associated with the specified
effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
InteractiveDialog.DialogTableau
Version of ExpressionShellTableau that records the size of
the display when it is closed.
|
class |
InteractiveShell.ShellTableau
Version of ExpressionShellTableau that records the size of
the display when it is closed.
|
protected class |
PlotterBaseJavaSE.PlotWindowTableau
Tableau that creates a PlotterPlotFrame.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageTableau
A tableau representing an image displayed in a top-level window.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
ImageTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"imageTableau", then return that tableau; otherwise, create
a new instance of ImageTableau in the specified
effigy, and name it "imageTableau".
|
Modifier and Type | Class and Description |
---|---|
class |
ActorGraphTableau
This is a graph editor for ptolemy models.
|
class |
DocBuilderTableau
A tableau representing a documentation builder.
|
class |
DocTableau
A tableau representing a documentation view in a toplevel window.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
TypeOpaqueCompositeActorTableauFactory.createTableau(Effigy effigy)
Create a tableau in the default workspace with no name for the
given Effigy.
|
Tableau |
ActorGraphTableau.Factory.createTableau(Effigy effigy)
Create a tableau in the default workspace with no name for the
given Effigy.
|
Tableau |
DocTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"DocTableau", then return that tableau; otherwise, create
a new instance of DocTableau in the specified
effigy, and name it "DocTableau".
|
Tableau |
DocBuilderTableau.Factory.createTableau(Effigy effigy)
If the specified effigy already contains a tableau named
"DocBuilderTableau", then return that tableau; otherwise, create
a new instance of DocBuilderTableau in the specified
effigy, and name it "DocBuilderTableau".
|
Constructor and Description |
---|
ActorGraphFrame(CompositeEntity entity,
Tableau tableau)
Construct a frame associated with the specified Ptolemy II model.
|
ActorGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified Ptolemy II model.
|
DocBuilderGUI(DocBuilder docBuilder,
Tableau tableau)
Construct a frame to build the Java and Actor documentation.
|
Modifier and Type | Field and Description |
---|---|
protected Tableau |
VisualModelReference._tableau
Tableau that has been created (if any).
|
Modifier and Type | Method and Description |
---|---|
Tableau |
VisualModelReference.LookInside.createTableau(Effigy effigy)
Open an instance of the model.
|
Constructor and Description |
---|
BasicGraphFrame(NamedObj entity,
Tableau tableau)
Construct a frame associated with the specified Ptolemy II model
or object.
|
BasicGraphFrame(NamedObj entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified Ptolemy II model.
|
ExtendedGraphFrame(CompositeEntity entity,
Tableau tableau)
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EditIconTableau
This is an icon editor for ptolemy models.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
EditIconTableau.Factory.createTableau(Effigy effigy)
Create a tableau in the default workspace with no name for the
given Effigy.
|
Constructor and Description |
---|
EditIconFrame(EditorIcon icon,
Tableau tableau)
Construct a frame to edit the specified icon.
|
EditIconFrame(EditorIcon entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame to edit the specified icon.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseGraphTableau
An editor tableau for case constructs in Ptolemy II.
|
class |
FSMGraphTableau
An editor tableau for finite state machines.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
FSMGraphTableau.Factory.createTableau(Effigy effigy)
Create an instance of FSMGraphTableau for the specified effigy,
if it is an effigy for an instance of FSMActor.
|
Tableau |
CaseGraphTableau.Factory.createTableau(Effigy effigy)
Create an instance of CaseGraphTableau for the specified effigy,
if it is an effigy for an instance of FSMActor.
|
Constructor and Description |
---|
CaseGraphFrame(Case entity,
Tableau tableau)
Construct a frame associated with the specified case actor.
|
CaseGraphFrame(Case entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified case actor.
|
FSMGraphFrame(CompositeEntity entity,
Tableau tableau)
Construct a frame associated with the specified FSM model.
|
FSMGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified FSM model.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomatonGraphTableau
An editor tableau for interface automata.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
InterfaceAutomatonGraphTableau.Factory.createTableau(Effigy proxy)
Create a tableau in the default workspace with no name for the
given Effigy.
|
Constructor and Description |
---|
InterfaceAutomatonGraphFrame(CompositeEntity entity,
Tableau tableau)
Construct a frame associated with the specified model.
|
InterfaceAutomatonGraphFrame(CompositeEntity entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified model.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
ModalTableauFactory.createTableau(Effigy effigy)
Create a tableau for the specified effigy, which is assumed to
be an effigy for an instance of ModalModel.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
TextEditorTableauFactory.createTableau(Effigy effigy)
Create a tableau for the specified effigy.
|
Tableau |
FileEditorTableauFactory.createTableau(Effigy effigy)
Create a tableau for the specified effigy.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeTableau
A tree view for ptolemy models.
|
Modifier and Type | Method and Description |
---|---|
Tableau |
TreeTableau.Factory.createTableau(Effigy effigy)
If the effigy is an instance of PtolemyEffigy referencing
an instance of CompositeEntity, then create a TreeTableau
contained by the effigy.
|