unbbayes.gui
Class Console

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by unbbayes.gui.Console
All Implemented Interfaces:
ActionListener, WindowFocusListener, WindowListener, WindowStateListener, Runnable, EventListener

public class Console
extends WindowAdapter
implements WindowListener, ActionListener, Runnable


Constructor Summary
Console()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
static void main(String[] arg)
           
 String readLine(PipedInputStream in)
           
 void run()
           
 void windowClosed(WindowEvent evt)
           
 void windowClosing(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.WindowListener
windowActivated, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 

Constructor Detail

Console

public Console()
Method Detail

windowClosed

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

windowClosing

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

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener

run

public void run()
Specified by:
run in interface Runnable

readLine

public String readLine(PipedInputStream in)
                throws IOException
Throws:
IOException

main

public static void main(String[] arg)


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.