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 voidclear()JComponentgetGUIComponent()booleanisEmpty()voidpost(String text)voidpost(LogEntry logEntry)voidprintTimeTaken(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:
postin classAbstractLogger
-
post
public void post(String text)
- Specified by:
postin classAbstractLogger
-
printTimeTaken
public void printTimeTaken(Log log)
- Specified by:
printTimeTakenin classAbstractLogger
-
clear
public void clear()
- Specified by:
clearin classAbstractLogger
-
getGUIComponent
public JComponent getGUIComponent()
- Specified by:
getGUIComponentin classAbstractLogger
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin classAbstractLogger
-
-