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 void
clear()
JComponent
getGUIComponent()
boolean
isEmpty()
void
post(String text)
void
post(LogEntry logEntry)
void
postAll()
void
printTimeTaken(Log log)
-
Methods inherited from class pulse.tasks.logs.AbstractLogger
callUpdate, describe, getUpdateExecutor, update
-
-
-
-
Method Detail
-
getGUIComponent
public JComponent getGUIComponent()
- Specified by:
getGUIComponent
in classAbstractLogger
-
printTimeTaken
public void printTimeTaken(Log log)
- Specified by:
printTimeTaken
in classAbstractLogger
-
post
public void post(LogEntry logEntry)
- Specified by:
post
in classAbstractLogger
-
postAll
public void postAll()
- Overrides:
postAll
in classAbstractLogger
-
post
public void post(String text)
- Specified by:
post
in classAbstractLogger
-
clear
public void clear()
- Specified by:
clear
in classAbstractLogger
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in classAbstractLogger
-
-