Interface | Description |
---|---|
CloseListener |
This is an interface for listeners that need to be informed when a
window closes.
|
EditableParametersDialog |
A marker interface for the ptolemy.actor.gui.EditParametersDialog.
|
ImageExportable |
Interface indicating support for exporting an image.
|
QueryListener |
Listener interface for changes in the query box.
|
SettableQueryChooser |
Interface for custom query chooser boxes.
|
ShellInterpreter |
An interface for interpreters that work with the ShellTextArea.
|
Class | Description |
---|---|
BasicJApplet |
Base class for swing applets.
|
ComponentDialog |
This class is a modal dialog box that contains an arbitrary component.
|
ExtensionFilenameFilter |
An implementation of both javax.swing.filechooser.FileFilter and
java.io.FilenameFilter that only accepts files that have one of the
registered extensions.
|
GraphicalMessageHandler |
This is a message handler that reports errors in a graphical dialog box.
|
JFileChooserBugFix |
A workaround for a JFileChooser bug.
|
JTextAreaExec |
Execute commands in a subprocess and display them in a JTextArea.
|
MacOSXAdapter |
Support for Mac OS X specific features such as key bindings.
|
MemoryCleaner |
Methods that clean up possible memory leaks caused by listeners.
|
MessageHandler | Deprecated
Use ptolemy.util.MessageHandler.
|
PtFileChooser |
A JFileChooser or FileDialog.
|
PtFilenameFilter |
A file filter that determines what files are displayed by the
file dialog.
|
PtGUIUtilities |
GUI Utilities.
|
Query |
Create a query with various types of entry boxes and controls.
|
Query.QueryActionListener |
Listener for "line" and radio button entries.
|
Query.QueryColorChooser |
Panel containing an entry box and button that opens a color chooser.
|
Query.QueryFocusListener |
Listener for line entries, for when they lose the focus.
|
Query.QueryItemListener |
Listener for "CheckBox" and "Choice" entries.
|
Query.QueryScrollPane |
Inner class to tie textArea to scroll pane.
|
Query.SliderListener |
Listener for changes in slider.
|
QueryChooser |
Abstract superclass for customized entry boxes.
|
QueryChooserHelper |
A little helper class for QueryChooser classes.
|
ShellTextArea |
A text area supporting shell-style interactions.
|
StatusBar |
A status bar with a message and a progress bar, for putting at the
bottom of application windows.
|
Top |
This is a top-level window with a menubar and an optional status bar.
|
Top.DeferredActionsRunnable |
A runnable for executing deferred actions.
|
UndeferredGraphicalMessageHandler |
This is a message handler that reports errors in a graphical dialog box.
|
UndoListener |
An Undo/Redo listener for use with a JTextComponent.
|
UserDialog |
A panel with two text areas, one for user input, and one in which
to display responses.
|
Exception | Description |
---|---|
CancelException | Deprecated
Use ptolemy.util.CancelException.
|