Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.gui |
Graphical User Interface classes.
|
ptolemy.util |
The ptolemy.util package.
|
ptolemy.util.test |
The ptolemy.util.test package.
|
ptolemy.vergil |
The Ptolemy II GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorGraphicalMessageHandler
A message handler that optionally includes a button that opens the model
that contains the actor that caused the exception.
|
Constructor and Description |
---|
ConfigurationApplication(java.lang.String basePath,
java.lang.String[] args,
MessageHandler messageHandler,
ErrorHandler errorHandler)
Parse the specified command-line arguments, instantiating classes
and reading files that are specified.
|
MoMLApplication(java.lang.String basePath,
java.lang.String[] args,
MessageHandler messageHandler,
ErrorHandler errorHandler)
Parse the specified command-line arguments, instantiating classes
and reading files that are specified.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicalMessageHandler
This is a message handler that reports errors in a graphical dialog box.
|
class |
MessageHandler
Deprecated.
Use ptolemy.util.MessageHandler.
|
class |
UndeferredGraphicalMessageHandler
This is a message handler that reports errors in a graphical dialog box.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMessageHandler
This is a message handler that reports errors in a graphical dialog box.
|
Modifier and Type | Method and Description |
---|---|
static MessageHandler |
MessageHandler.getMessageHandler()
Return the message handler instance that is used by the static
methods in this class.
|
Modifier and Type | Method and Description |
---|---|
static void |
MessageHandler.setMessageHandler(MessageHandler handler)
Set the message handler instance that is used by the static
methods in this class.
|
Modifier and Type | Class and Description |
---|---|
class |
RecorderMessageHandler
A message handler that records messages.
|
Modifier and Type | Class and Description |
---|---|
class |
VergilGraphicalMessageHandler
A message handler that optionally includes a button that opens the model
that contains the actor that caused the exception and zooms into the actor.
|