|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
DjVuConsole
public class DjVuConsole
This class implements a simple Java Console for use on platforms which have no other console.
| Constructor Summary | |
|---|---|
DjVuConsole()
Creates a new instance of DjVuConsole |
|
| Method Summary | |
|---|---|
void |
windowActivated(java.awt.event.WindowEvent e)
Called when the window is activated. |
void |
windowClosed(java.awt.event.WindowEvent e)
Called when the window is closed. |
void |
windowClosing(java.awt.event.WindowEvent e)
Called when the window is closing. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
Called when the window is deactivated. |
void |
windowDeiconified(java.awt.event.WindowEvent e)
Called when the window is deiconified. |
void |
windowIconified(java.awt.event.WindowEvent e)
Called when the window is iconified. |
void |
windowOpened(java.awt.event.WindowEvent e)
Called when the window is opened |
void |
write(int c)
Write the specified character to the console window. |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DjVuConsole()
| Method Detail |
|---|
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerpublic void write(int c)
write in class java.io.OutputStreamc - the character to write
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||