|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProgressData
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 |
|---|
static final String COUNT
static final String TOTAL
| Method Detail |
|---|
int getCount()
void setCount(int a_Count)
throws WTPropertyVetoException
a_Count -
WTPropertyVetoExceptionint getTotal()
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 | ||||||||