|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
public class RunExternalCommand.DlgBoxDisplayProcessIOStream
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 |
|---|
public void append(String text)
public void append(char[] text,
int offset,
int len)
public void run()
run in interface Runnablepublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListener
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||