public interface ProgressMonitor
Modifier and Type | Method and Description |
---|---|
void |
addCurrent(int addition) |
void |
nextStep() |
void |
setCurrent(int current) |
void |
setStep(int step) |
void |
setStepCount(int stepCount) |
void |
setText(String text) |
void |
setTotal(int total) |
void setStepCount(int stepCount)
void setStep(int step)
void nextStep()
void setCurrent(int current)
void addCurrent(int addition)
void setTotal(int total)
void setText(String text)
Copyright © 2010–2015 Ifremer. All rights reserved.