public interface IStepProgressor extends IProgressor, java.io.Serializable
Description: 'Provides access to members that report progress in stepped increments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDccdad2c7_8ebc_11d1_8732_0000f8751720 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3141f2f1_38e2_11d1_8809_080009ec732a
Modifier and Type | Method and Description |
---|---|
int |
getMaxRange()
The maximum range of the progression.
|
int |
getMinRange()
The minimum range of the progression.
|
int |
getPosition()
The current position of the progression.
|
int |
getStepValue()
The step increment of the progression.
|
int |
offsetPosition(int offsetValue)
Offsets the position of the progression.
|
void |
setMaxRange(int maxRange)
The maximum range of the progression.
|
void |
setMinRange(int minRange)
The minimum range of the progression.
|
void |
setPosition(int position)
The current position of the progression.
|
void |
setStepValue(int step)
The step increment of the progression.
|
getMessage, hide, setMessage, show, step
static final int IIDccdad2c7_8ebc_11d1_8732_0000f8751720
static final int xxDummy
static final java.lang.String IID
void setMinRange(int minRange) throws java.io.IOException, AutomationException
minRange
- The minRange (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMinRange() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxRange(int maxRange) throws java.io.IOException, AutomationException
maxRange
- The maxRange (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxRange() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStepValue(int step) throws java.io.IOException, AutomationException
step
- The step (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStepValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPosition(int position) throws java.io.IOException, AutomationException
position
- The position (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int offsetPosition(int offsetValue) throws java.io.IOException, AutomationException
offsetValue
- The offsetValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.