Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.style |
GUI Styles.
|
ptolemy.actor.gui.syntax |
A syntax-directed editor.
|
ptolemy.gui |
Graphical User Interface classes.
|
ptolemy.gui.demo |
The ptolemy/gui/demo package.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.toolbox |
Vergil factories.
|
Modifier and Type | Class and Description |
---|---|
static class |
Console.ConsoleFrame
The frame that is created by an instance of Console.
|
static class |
DebugListenerTableau.DebugListenerFrame
This class is a top-level window for displaying textual debug
output from an instance of Debuggable.
|
class |
PortConfigurer
Deprecated.
This class is no longer used. Use PortConfigurerDialog.
|
class |
PtolemyQuery
This class is a query dialog box with various entries for setting
the values of Ptolemy II attributes that implement the Settable
interface and have visibility FULL.
|
class |
RenameConfigurer
This class is an editor widget to rename an object.
|
class |
TextEditor
A top-level window containing a simple text editor or viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
StyleConfigurer
This class is an editor for the styles of the parameters of an object.
|
Modifier and Type | Class and Description |
---|---|
class |
SyntaxTextEditor
A top-level window containing a text editor or viewer that understands
the syntax of various languages.
|
class |
SyntaxTextEditorForStringAttributes
A text editor to edit a specified string attribute using a syntax-directed editor.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.addQueryListener(QueryListener listener)
Add a listener.
|
void |
Query.removeQueryListener(QueryListener listener)
Remove a listener.
|
Modifier and Type | Class and Description |
---|---|
class |
FileChooserQuery
Demonstration of the addFileChooser() method in Query.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyResultsDialog
A non-modal dialog that displays the actor dependency analysis results as a
list.
|
class |
SearchResultsDialog
This class is a non-modal dialog for displaying search results.
|
Modifier and Type | Class and Description |
---|---|
class |
TextEditorForStringAttributes
A text editor to edit a specified string attribute or parameter.
|