http://www.jpicedt.org

jpicedt.ui.util
Class RunExternalCommand.DlgBoxDisplayProcessIOStream

java.lang.Object
  extended by jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
All Implemented Interfaces:
ActionListener, KeyListener, Runnable, EventListener
Enclosing class:
RunExternalCommand

public class RunExternalCommand.DlgBoxDisplayProcessIOStream
extends Object
implements ActionListener, KeyListener, Runnable

An inner class implementing a JDialog to display external process inputStream and send keyboard events to process outputStream


Method Summary
 void actionPerformed(ActionEvent e)
           
 void append(char[] text, int offset, int len)
          append text ; thread safe
 void append(String text)
          append text ; thread safe
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 void run()
          handle asynchronous widgets updating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

append

public void append(String text)
append text ; thread safe


append

public void append(char[] text,
                   int offset,
                   int len)
append text ; thread safe


run

public void run()
handle asynchronous widgets updating

Specified by:
run in interface Runnable

keyPressed

public void keyPressed(KeyEvent e)
Specified by:
keyPressed in interface KeyListener

keyReleased

public void keyReleased(KeyEvent e)
Specified by:
keyReleased in interface KeyListener

keyTyped

public void keyTyped(KeyEvent e)
Specified by:
keyTyped in interface KeyListener

actionPerformed

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org