Package | Description |
---|---|
org.sdm.spa | |
org.sdm.spa.gui | |
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.syntax |
A syntax-directed editor.
|
ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
ptolemy.actor.lib.image |
Actors that manipulate images.
|
ptolemy.domains.de.lib |
The ptolemy.domains.de.lib package.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
Modifier and Type | Class and Description |
---|---|
class |
TextualInteractionShell
This actor creates a command shell on the screen, sending commands that are
typed by the user to its output port, and reporting strings received at its
input by displaying them.
|
Modifier and Type | Class and Description |
---|---|
class |
UserInteractiveShell
This actor code is adopted from InteractiveShell.java by Edward A.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlaceableActor
Base class for actors that implement the Placeable interface.
|
Constructor and Description |
---|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox,
Placeable placeable)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
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.
|
TextEditor(java.lang.String title,
javax.swing.text.Document document,
Placeable placeable)
Construct an empty text editor with the specified title and
document and associated placeable.
|
Constructor and Description |
---|
SyntaxTextEditor(java.lang.String title,
javax.swing.text.Document document,
Placeable placeable)
Construct an empty text editor with the specified title and
document and associated placeable.
|
Modifier and Type | Class and Description |
---|---|
class |
InteractiveDialog
This actor creates a window on the screen with a command entry box
and a results display box.
|
class |
InteractiveShell
This actor creates a command shell on the screen, sending commands
that are typed by the user to its output port, and reporting values
received at its input by displaying them.
|
class |
MatrixViewer
An actor that displays the contents of a matrix input.
|
class |
SliderSource
The output of this actor is controlled by a slider in the run window.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageDisplay
Display an image on the screen using the ptolemy.media.Picture
class.
|
Modifier and Type | Class and Description |
---|---|
class |
EventButton
Deprecated.
Use ptolemy.actor.lib.gui.EventButton, it is domain polymorphic.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelDisplay
This actor opens a window to display the specified model.
|