Package | Description |
---|---|
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.lib.gui |
The ptolemy.actor.lib.gui package.
|
ptolemy.gui |
Graphical User Interface classes.
|
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.
|
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
This actor code is adopted from InteractiveShell.java by Edward A.
|
class |
UserInteractiveShell.ShellTableau
Version of ExpressionShellTableau that records the size of the display
when it is closed.
|
Modifier and Type | Method and Description |
---|---|
ShellInterpreter |
DoubleShellTextAreaPanel.getInterpreter()
Get the interpreter that has been registered with setInterpreter().
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleShellTextAreaPanel.setInterpreter(ShellInterpreter interpreter)
Set the interpreter.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionShellTableau
A tableau that provides an interactive shell for evaluating expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecShellTableau
A tableau that provides a Exec Shell for interacting with the Bash shell.
|
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 | Class and Description |
---|---|
class |
PythonShellTableau
A tableau that provides an interactive shell for evaluating Python expressions.
|
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 |
InteractiveShell.ShellTableau
Version of ExpressionShellTableau that records the size of
the display when it is closed.
|
Modifier and Type | Method and Description |
---|---|
ShellInterpreter |
UserDialog.getInterpreter()
Get the interpreter that has been registered with setInterpreter().
|
ShellInterpreter |
ShellTextArea.getInterpreter()
Get the interpreter that has been registered with setInterpreter().
|
Modifier and Type | Method and Description |
---|---|
void |
UserDialog.setInterpreter(ShellInterpreter interpreter)
Set the interpreter.
|
void |
ShellTextArea.setInterpreter(ShellInterpreter interpreter)
Set the interpreter.
|