|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.Meter
@ThreadSafe public class Meter
meters show progress.
Nested Class Summary | |
---|---|
static class |
Meter.State
Enumeration of possible states |
Method Summary | |
---|---|
void |
addEventListener(MeterEventListener l)
add the given listener to the meter |
void |
cancel()
request that the underlying process cancel |
java.lang.String |
getCaption()
|
boolean |
getHasGauge()
|
boolean |
getHasLabel()
|
java.lang.String |
getLabel()
|
double |
getLevel()
|
double |
getMaximumLevel()
|
double |
getMinimumLevel()
|
Meter.State |
getState()
|
boolean |
isCancelable()
|
void |
removeEventListener(MeterEventListener l)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addEventListener(MeterEventListener l)
public void cancel()
public java.lang.String getCaption()
public boolean getHasLabel()
public boolean getHasGauge()
public java.lang.String getLabel()
public double getLevel()
public double getMaximumLevel()
public double getMinimumLevel()
public Meter.State getState()
public boolean isCancelable()
public void removeEventListener(MeterEventListener l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |