|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.klots.util.LinkProgramProgressMonitor
public class LinkProgramProgressMonitor
Simple implementation of ToolProgressMonitor.
Constructor Summary | |
---|---|
LinkProgramProgressMonitor(StringBuffer messageBuffer)
|
Method Summary | |
---|---|
boolean |
isCanceled()
Is tool canceled?. |
void |
log(String message)
Notification about some progress information. |
void |
operation(String message)
Notification change of operation. |
void |
progress(int progress)
Notification about progress. |
void |
setVerbose(boolean verbose)
Be verbose? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkProgramProgressMonitor(StringBuffer messageBuffer)
messageBuffer
- Method Detail |
---|
public void operation(String message)
operation
in interface ToolProgressMonitor
message
- human readable description of current operationpublic void log(String message)
log
in interface ToolProgressMonitor
message
- human readable message about progresspublic void progress(int progress)
progress
in interface ToolProgressMonitor
progress
- progress (0-1000)public boolean isCanceled()
isCanceled
in interface ToolProgressMonitor
public void setVerbose(boolean verbose)
setVerbose
in interface ToolProgressMonitor
verbose
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |