|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.command.common.delegate.CommandDelegateExecutionFeedback
com.ptc.core.command.common.delegate.MacroCommandDelegateExecutionProgressFeedback
public class MacroCommandDelegateExecutionProgressFeedback
Feedback object for displaying progress feedback that is generated within
a MacroCommandDelegate.
Supported API: true
Extendable: true
| Field Summary |
|---|
| Fields inherited from interface wt.util.ProgressData |
|---|
COUNT, TOTAL |
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getCount()
getCount in interface ProgressData
public void setCount(int a_Count)
throws WTPropertyVetoException
setCount in interface ProgressDataa_Count -
WTPropertyVetoExceptionpublic int getTotal()
getTotal in interface ProgressData
public void setTotal(int a_Total)
throws WTPropertyVetoException
setTotal in interface ProgressDataa_Total -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||