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