|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.ProgressBar
public class ProgressBar
COM Class 'ProgressBar'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'ProgressBar object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.system.IStepProgressor |
---|
IID, IIDccdad2c7_8ebc_11d1_8732_0000f8751720, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IProgressor |
---|
IID3141f2f1_38e2_11d1_8809_080009ec732a |
Constructor Summary | |
---|---|
ProgressBar(java.lang.Object obj)
Construct a ProgressBar using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMaxRange()
The maximum range of the progression. |
java.lang.String |
getMessage()
The message displayed by the progressor. |
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 |
hashCode()
the hashcode for this object |
void |
hide()
Hides the progressor. |
int |
offsetPosition(int offsetValue)
Offsets the position of the progression. |
void |
release()
Release a ProgressBar. |
void |
setMaxRange(int maxRange)
The maximum range of the progression. |
void |
setMessage(java.lang.String message)
The message displayed by the progressor. |
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. |
void |
show()
Shows the progressor. |
void |
step()
Animates or steps the progressor. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressBar(java.lang.Object obj) throws java.io.IOException
obj
to ProgressBar
. *
ProgressBar o = (ProgressBar)obj; // will not work
ProgressBar o = new ProgressBar(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ProgressBar theProgressBar = (ProgressBar) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setMinRange(int minRange) throws java.io.IOException, AutomationException
setMinRange
in interface IStepProgressor
minRange
- The minRange (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinRange() throws java.io.IOException, AutomationException
getMinRange
in interface IStepProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxRange(int maxRange) throws java.io.IOException, AutomationException
setMaxRange
in interface IStepProgressor
maxRange
- The maxRange (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxRange() throws java.io.IOException, AutomationException
getMaxRange
in interface IStepProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStepValue(int step) throws java.io.IOException, AutomationException
setStepValue
in interface IStepProgressor
step
- The step (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStepValue() throws java.io.IOException, AutomationException
getStepValue
in interface IStepProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPosition(int position) throws java.io.IOException, AutomationException
setPosition
in interface IStepProgressor
position
- The position (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPosition() throws java.io.IOException, AutomationException
getPosition
in interface IStepProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int offsetPosition(int offsetValue) throws java.io.IOException, AutomationException
offsetPosition
in interface IStepProgressor
offsetValue
- The offsetValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMessage(java.lang.String message) throws java.io.IOException, AutomationException
setMessage
in interface IProgressor
message
- The message (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMessage() throws java.io.IOException, AutomationException
getMessage
in interface IProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show() throws java.io.IOException, AutomationException
show
in interface IProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void step() throws java.io.IOException, AutomationException
step
in interface IProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hide() throws java.io.IOException, AutomationException
hide
in interface IProgressor
java.io.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 |