com.mytrendtimer.guitrendtimer
Class GUIConsole

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by com.mytrendtimer.guitrendtimer.GUIConsole
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.lang.Runnable, java.util.EventListener

public class GUIConsole
extends java.awt.event.WindowAdapter
implements java.awt.event.WindowListener, java.awt.event.ActionListener, java.lang.Runnable

This contain the java console to be displayed in the GUI.

Version:
v0.55
Author:
FRM

Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 java.lang.String readLine(java.io.PipedInputStream in)
           
 void run()
           
 void windowClosed(java.awt.event.WindowEvent evt)
           
 void windowClosing(java.awt.event.WindowEvent evt)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.WindowListener
windowActivated, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

readLine

public java.lang.String readLine(java.io.PipedInputStream in)
                          throws java.io.IOException
Throws:
java.io.IOException

run

public void run()
Specified by:
run in interface java.lang.Runnable

windowClosed

public void windowClosed(java.awt.event.WindowEvent evt)
Specified by:
windowClosed in interface java.awt.event.WindowListener
Overrides:
windowClosed in class java.awt.event.WindowAdapter

windowClosing

public void windowClosing(java.awt.event.WindowEvent evt)
Specified by:
windowClosing in interface java.awt.event.WindowListener
Overrides:
windowClosing in class java.awt.event.WindowAdapter