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

Method Summary
 void setProgressText(String str)
           
 void setProgressValue(double value)
           
 void start()
           
 void stop()
           
 

Method Detail

setProgressText

public void setProgressText(String str)

setProgressValue

public void setProgressValue(double value)
Parameters:
value - 0..1

start

public void start()

stop

public void stop()