|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface containing attributes for use with progress applications (e.g.,
progress feedback).
Supported API: true
Extendable: true
Field Summary | |
static String |
COUNT
Label for the attribute. |
static String |
TOTAL
Label for the attribute. |
Method Summary | |
int |
getCount()
Gets the value of the attribute: COUNT. |
int |
getTotal()
Gets the value of the attribute: TOTAL. |
void |
setCount(int a_Count)
Sets the value of the attribute: COUNT. |
void |
setTotal(int a_Total)
Sets the value of the attribute: TOTAL. |
Field Detail |
public static final String COUNT
public static final String TOTAL
Method Detail |
public int getCount()
public void setCount(int a_Count) throws WTPropertyVetoException
a_Count
-
WTPropertyVetoException
public int getTotal()
public void setTotal(int a_Total) throws WTPropertyVetoException
a_Total
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |