com.esri.arcgis.system
Interface IProgressor

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAnimationProgressor, ICheckProgressor, IStepProgressor
All Known Implementing Classes:
GPServerTrackCancel, IAnimationProgressorProxy, ICheckProgressorProxy, IProgressorProxy, IStepProgressorProxy, ProgressAnimation, ProgressBar, ProgressDialog

public interface IProgressor
extends java.io.Serializable

COM Interface 'IProgressor'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that report progress.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3141f2f1_38e2_11d1_8809_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getMessage()
          The message displayed by the progressor.
 void hide()
          Hides the progressor.
 void setMessage(java.lang.String message)
          The message displayed by the progressor.
 void show()
          Shows the progressor.
 void step()
          Animates or steps the progressor.
 

Field Detail

IID3141f2f1_38e2_11d1_8809_080009ec732a

static final int IID3141f2f1_38e2_11d1_8809_080009ec732a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setMessage

void setMessage(java.lang.String message)
                throws java.io.IOException,
                       AutomationException
The message displayed by the progressor.

Parameters:
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessage

java.lang.String getMessage()
                            throws java.io.IOException,
                                   AutomationException
The message displayed by the progressor.

Returns:
The message
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

show

void show()
          throws java.io.IOException,
                 AutomationException
Shows the progressor.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

step

void step()
          throws java.io.IOException,
                 AutomationException
Animates or steps the progressor.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hide

void hide()
          throws java.io.IOException,
                 AutomationException
Hides the progressor.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.