|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.ProgressDialog
public class ProgressDialog
COM Class 'ProgressDialog'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Progress dialog 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.systemUI.IProgressDialog |
---|
IID, IID923a1b5a_90e5_4d23_add8_eca3d7d6b1c8, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IProgressDialog2 |
---|
IID, IID0e21fd01_1dc9_4230_95cd_64ee2c4266a1, xxDummy |
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 | |
---|---|
ProgressDialog(java.lang.Object obj)
Construct a ProgressDialog 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 |
int |
getAnimation()
The animation type displayed in the dialog. |
java.lang.String |
getDescription()
The description displayed in the dialog. |
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. |
java.lang.String |
getTitle()
The caption displayed in the dialog. |
int |
hashCode()
the hashcode for this object |
void |
hide()
Hides the progressor. |
void |
hideDialog()
Hides the progress dialog. |
boolean |
isCancelEnabled()
Indicates if the cancel button is enabled. |
int |
offsetPosition(int offsetValue)
Offsets the position of the progression. |
void |
release()
Release a ProgressDialog. |
void |
setAnimation(int type)
The animation type displayed in the dialog. |
void |
setCancelEnabled(boolean bVal)
Indicates if the cancel button is enabled. |
void |
setDescription(java.lang.String status)
The description displayed in the dialog. |
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 |
setTitle(java.lang.String title)
The caption displayed in the dialog. |
void |
show()
Shows the progressor. |
void |
showDialog()
Shows the progress dialog. |
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 ProgressDialog(java.lang.Object obj) throws java.io.IOException
obj
to ProgressDialog
. *
ProgressDialog o = (ProgressDialog)obj; // will not work
ProgressDialog o = new ProgressDialog(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ProgressDialog theProgressDialog = (ProgressDialog) 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 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.public void showDialog() throws java.io.IOException, AutomationException
showDialog
in interface IProgressDialog2
showDialog
in interface IProgressDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hideDialog() throws java.io.IOException, AutomationException
hideDialog
in interface IProgressDialog2
hideDialog
in interface IProgressDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCancelEnabled() throws java.io.IOException, AutomationException
isCancelEnabled
in interface IProgressDialog2
isCancelEnabled
in interface IProgressDialog
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCancelEnabled(boolean bVal) throws java.io.IOException, AutomationException
setCancelEnabled
in interface IProgressDialog2
setCancelEnabled
in interface IProgressDialog
bVal
- The bVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String status) throws java.io.IOException, AutomationException
setDescription
in interface IProgressDialog2
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IProgressDialog2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTitle(java.lang.String title) throws java.io.IOException, AutomationException
setTitle
in interface IProgressDialog2
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTitle() throws java.io.IOException, AutomationException
getTitle
in interface IProgressDialog2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimation(int type) throws java.io.IOException, AutomationException
setAnimation
in interface IProgressDialog2
type
- A com.esri.arcgis.framework.esriProgressAnimationTypes constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAnimation() throws java.io.IOException, AutomationException
getAnimation
in interface IProgressDialog2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |