Package | Description |
---|---|
org.kepler.gui | |
ptolemy.gui |
Graphical User Interface classes.
|
ptolemy.util |
The ptolemy.util package.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
KeplerDocApplicationSpecializer.buildCommands(ExecuteCommands executeCommands)
Set up the commands necessary to build the documentation.
|
Modifier and Type | Class and Description |
---|---|
class |
JTextAreaExec
Execute commands in a subprocess and display them in a JTextArea.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamExec
Execute commands in a subprocess and send the results to stderr and stdout.
|
class |
StringBufferExec
Execute commands in a subprocess and accumulate the output in a
StringBuffer.
|
Modifier and Type | Method and Description |
---|---|
ExecuteCommands |
DocBuilder.getExecuteCommands()
Get the command executor, which can be either non-graphical
or graphical.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
DocApplicationSpecializer.buildCommands(ExecuteCommands executeCommands)
Set up the commands necessary to build the documentation.
|
static java.lang.String |
FindPackages.findPackages(java.io.File ptII,
ExecuteCommands executeCommands)
Look for class files under a directory and return package names.
|
void |
DocBuilder.setExecuteCommands(ExecuteCommands executeCommands)
Set the command executor, which can be either non-graphical
or graphical.
|