Package org.apache.uima.tools.jcasgen
Class GuiProgressMonitor
java.lang.Object
org.apache.uima.tools.jcasgen.GuiProgressMonitor
- All Implemented Interfaces:
- IProgressMonitor
The Class GuiProgressMonitor.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidBegin task.voiddone()Done.voidinternalWorked(double work) Internal worked.booleanChecks if is canceled.voidsetCanceled(boolean value) Sets the canceled.voidsetTaskName(String name) Sets the task name.voidSub task.voidworked(int work) Worked.
- 
Constructor Details- 
GuiProgressMonitorpublic GuiProgressMonitor()
 
- 
- 
Method Details- 
beginTaskDescription copied from interface:IProgressMonitorBegin task.- Specified by:
- beginTaskin interface- IProgressMonitor
- Parameters:
- name- the name
- totalWork- the total worked
 
- 
donepublic void done()Description copied from interface:IProgressMonitorDone.- Specified by:
- donein interface- IProgressMonitor
 
- 
subTaskDescription copied from interface:IProgressMonitorSub task.- Specified by:
- subTaskin interface- IProgressMonitor
- Parameters:
- message- the name
 
- 
workedpublic void worked(int work) Description copied from interface:IProgressMonitorWorked.- Specified by:
- workedin interface- IProgressMonitor
- Parameters:
- work- the work
 
- 
internalWorkedpublic void internalWorked(double work) Internal worked.- Parameters:
- work- the work
 
- 
isCanceledpublic boolean isCanceled()Checks if is canceled.- Returns:
- true, if is canceled
 
- 
setCanceledpublic void setCanceled(boolean value) Sets the canceled.- Parameters:
- value- the new canceled
 
- 
setTaskNameSets the task name.- Parameters:
- name- the new task name
 
 
-