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.Runnable
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
public void write(int arg0) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public javax.swing.JScrollPane getUI()
REpiceaUIObject
getUI
in interface REpiceaUIObject
public boolean isVisible()
REpiceaUIObject
isVisible
in interface REpiceaUIObject