Collaboration diagram for GuiComponents.Console.ExternalProcess:
Public Member Functions | |
ExternalProcess (String cmd) throws IOException | |
Creates new form ExternalProcess. | |
void | close () |
void | actionPerformed (ActionEvent e) |
Invoked when an action occurs. | |
Protected Attributes | |
JConsole | console |
Process | process |
Private Member Functions | |
void | myInit (String cmd) throws IOException |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | bCloseActionPerformed (java.awt.event.ActionEvent evt) |
void | exitForm (java.awt.event.WindowEvent evt) |
Exit the Application. | |
Private Attributes | |
StreamThread | stdout |
StreamThread | stderr |
Writer | stdin |
javax.swing.JButton | bClose |
Definition at line 18 of file ExternalProcess.java.
|
Invoked when an action occurs. Pass the string onto the app Definition at line 110 of file ExternalProcess.java. Referenced by GuiComponents.Console.ExternalProcess.initComponents(). |
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 60 of file ExternalProcess.java. References GuiComponents.Console.ExternalProcess.actionPerformed(), and GuiComponents.Console.ExternalProcess.exitForm(). Referenced by GuiComponents.Console.ExternalProcess.ExternalProcess(). |
Here is the call graph for this function: