com.notuvy.gui
Class Progress

java.lang.Object
  extended by com.notuvy.gui.Progress
All Implemented Interfaces:
Progressable

public class Progress
extends Object
implements Progressable

Encapsulate a progress bar exposed as the Progressable interface. User: murali Date: May 17, 2010 Time: 4:37:00 PM


Constructor Summary
Progress()
           
 
Method Summary
 void finished()
           
 int getMaximum()
           
 int getMinimum()
           
 JProgressBar getProgressBar()
           
 int getValue()
           
 void incrementValue(int pValue)
           
 void setMaximum(int pValue)
           
 void setMinimum(int pValue)
           
 void setString(String pString)
           
 void setValue(int pValue)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Progress

public Progress()
Method Detail

getProgressBar

public JProgressBar getProgressBar()

getMinimum

public int getMinimum()
Specified by:
getMinimum in interface Progressable

getMaximum

public int getMaximum()
Specified by:
getMaximum in interface Progressable

getValue

public int getValue()
Specified by:
getValue in interface Progressable

setMinimum

public void setMinimum(int pValue)
Specified by:
setMinimum in interface Progressable

setMaximum

public void setMaximum(int pValue)
Specified by:
setMaximum in interface Progressable

setValue

public void setValue(int pValue)
Specified by:
setValue in interface Progressable

incrementValue

public void incrementValue(int pValue)
Specified by:
incrementValue in interface Progressable

setString

public void setString(String pString)
Specified by:
setString in interface Progressable

start

public void start()
Specified by:
start in interface Progressable

finished

public void finished()
Specified by:
finished in interface Progressable


Copyright © 2013. All Rights Reserved.