|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProgressor
Provides access to members that report progress.
The IProgressor interface is a generic interface for progressors (for example a progress bar). There are methods to show, step, and hide the progressor and a property to set the message of the progressor.
IStepProgressor
Method Summary | |
---|---|
String |
getMessage()
The message displayed by the progressor. |
void |
hide()
Hides the progressor. |
void |
setMessage(String message)
The message displayed by the progressor. |
void |
show()
Shows the progressor. |
void |
step()
Animates or steps the progressor. |
Method Detail |
---|
void setMessage(String message) throws IOException, AutomationException
message
- The message (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMessage() throws IOException, AutomationException
This is a generic Message property for progressors (for example a progress bar).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show() throws IOException, AutomationException
This is a generic Show method for progressors (for example a progress bar).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void step() throws IOException, AutomationException
This is a generic Step method for progressors (for example a progress bar).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void hide() throws IOException, AutomationException
This is a generic Hide method for progressors (for example a progress bar).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |