edu.stanford.smi.protegex.owl.jena.creator
Interface ProgressDisplay
- All Known Implementing Classes:
- ModalProgressBarManager
- public interface ProgressDisplay
An interface for objects that can display the progress of the JenaCreator.
The usual contract is start() (setProgressText() | setProgressValue())* stop()
- Author:
- Holger Knublauch
setProgressText
public void setProgressText(String str)
setProgressValue
public void setProgressValue(double value)
- Parameters:
value
- 0..1
start
public void start()
stop
public void stop()