|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic 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 IProgressormessage - 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 IProgressorjava.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 IProgressorjava.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 IProgressorjava.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 IProgressorjava.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 IProgressDialog2showDialog in interface IProgressDialogjava.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 IProgressDialog2hideDialog in interface IProgressDialogjava.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 IProgressDialog2isCancelEnabled in interface IProgressDialogjava.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 IProgressDialog2setCancelEnabled in interface IProgressDialogbVal - 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 IProgressDialog2status - 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 IProgressDialog2java.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 IProgressDialog2title - 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 IProgressDialog2java.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 IProgressDialog2type - 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 IProgressDialog2java.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 IStepProgressorminRange - 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 IStepProgressorjava.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 IStepProgressormaxRange - 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 IStepProgressorjava.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 IStepProgressorstep - 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 IStepProgressorjava.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 IStepProgressorposition - 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 IStepProgressorjava.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 IStepProgressoroffsetValue - 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 | ||||||||