Package pulse.ui.components
Class TextLogPane
- java.lang.Object
-
- pulse.tasks.logs.AbstractLogger
-
- pulse.ui.components.TextLogPane
-
- All Implemented Interfaces:
Serializable
,Descriptive
public class TextLogPane extends AbstractLogger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextLogPane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
JComponent
getGUIComponent()
boolean
isEmpty()
void
post(String text)
void
post(LogEntry logEntry)
void
printTimeTaken(Log log)
-
Methods inherited from class pulse.tasks.logs.AbstractLogger
callUpdate, describe, getUpdateExecutor, postAll, update
-
-
-
-
Method Detail
-
post
public void post(LogEntry logEntry)
- Specified by:
post
in classAbstractLogger
-
post
public void post(String text)
- Specified by:
post
in classAbstractLogger
-
printTimeTaken
public void printTimeTaken(Log log)
- Specified by:
printTimeTaken
in classAbstractLogger
-
clear
public void clear()
- Specified by:
clear
in classAbstractLogger
-
getGUIComponent
public JComponent getGUIComponent()
- Specified by:
getGUIComponent
in classAbstractLogger
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in classAbstractLogger
-
-