|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_object
f_progressMonitor
f_subProgressMonitor
public class f_subProgressMonitor
Classe SubProgressMonitor
| Field Summary | |
|---|---|
static Number |
PREPEND_MAIN_LABEL_TO_SUBTASK
Style constant indicating that the main task label should be prepended to the subtask label. |
static Number |
SUPPRESS_SUBTASK_LABEL
Style constant indicating that calls to subTask
should not have any effect. |
| Fields inherited from class f_progressMonitor |
|---|
UNKNOWN |
| Method Summary | |
|---|---|
void |
f_cancel()
Cancel the progress monitor. |
void |
f_done()
Notifies that the work is done; that is, either the main task is completed or the user canceled it. |
boolean |
f_isCanceled()
Returns whether cancelation of current operation has been requested. |
void |
f_setTaskName(String name)
Sets the task name to the given value. |
void |
f_subTask(String name)
Notifies that a subtask of the main task is beginning. |
| Methods inherited from class f_progressMonitor |
|---|
f_beginTask, f_cancel, f_done, f_isCanceled, f_setTaskName, f_subTask, f_worked |
| Methods inherited from class f_object |
|---|
f_getClass, toString |
| Methods inherited from class Object |
|---|
toString |
| Field Detail |
|---|
public static final Number SUPPRESS_SUBTASK_LABEL
subTask
should not have any effect.
#SubProgressMonitor(IProgressMonitor,int,int)public static final Number PREPEND_MAIN_LABEL_TO_SUBTASK
#SubProgressMonitor(IProgressMonitor,int,int)| Method Detail |
|---|
public void f_done()
f_done in class f_progressMonitorpublic void f_cancel()
f_cancel in class f_progressMonitor#isCanceled()public void f_subTask(String name)
f_subTask in class f_progressMonitorname - the name (or description) of the subtaskpublic void f_setTaskName(String name)
f_setTaskName in class f_progressMonitorname - the name (or description) of the main task#beginTask(java.lang.String,public boolean f_isCanceled()
f_isCanceled in class f_progressMonitortrue if cancellation has been requested,
and false otherwise#setCanceled(boolean)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||