public class Logger extends java.io.OutputStream implements java.lang.Runnable, REpiceaUIObject
| Constructor and Description |
|---|
Logger()
Default constructor with 40 rows.
|
Logger(int nbRows)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
This method clears the JTextArea.
|
void |
connectToSystemOutputStream()
This method connects this instance to the System output streams (error and output).
|
void |
flush() |
javax.swing.JScrollPane |
getUI()
This method returns the GUI interface of the class that implements this interface.
|
boolean |
isVisible()
This method returns true if the GUI is visible.
|
void |
run() |
void |
write(int arg0) |
public Logger(int nbRows)
public Logger()
public void connectToSystemOutputStream()
public void clear()
public void run()
run in interface java.lang.Runnablepublic void flush()
flush in interface java.io.Flushableflush in class java.io.OutputStreampublic void write(int arg0)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic javax.swing.JScrollPane getUI()
REpiceaUIObjectgetUI in interface REpiceaUIObjectpublic boolean isVisible()
REpiceaUIObjectisVisible in interface REpiceaUIObject