Package ptolemy.gui

Interface Summary
CloseListener This is an interface for listeners that need to be informed when a window closes.
QueryListener Listener interface for changes in the query box.
ShellInterpreter An interface for interpreters that work with the ShellTextArea.
 

Class Summary
BasicJApplet Base class for swing applets.
ComponentDialog This class is a modal dialog box that contains an arbitrary component.
GraphicalMessageHandler This is a message handler that reports errors in a graphical dialog box.
JTextAreaExec Execute commands in a subprocess and display them in a JTextArea.
MessageHandler This is a class that is used to report errors.
Query Create a query with various types of entry boxes and controls.
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.
StreamExec Execute commands in a subprocess.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
Top This is a top-level window with a menubar and an optional status bar.
 

Exception Summary
CancelException An exception that is not reported to the user.