Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

GuiComponents.Console.ExternalProcess Class Reference

A simple frame that displays the output of an external process. More...

Collaboration diagram for GuiComponents.Console.ExternalProcess:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

A simple frame that displays the output of an external process.

Author:
Matthew Palmer

Definition at line 18 of file ExternalProcess.java.


Member Function Documentation

void GuiComponents.Console.ExternalProcess.actionPerformed ActionEvent  e  ) 
 

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().

void GuiComponents.Console.ExternalProcess.initComponents  )  [private]
 

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:


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:56:16 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5