|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.framework.ProgressDialogFactory
public class ProgressDialogFactory
Progress Dialog Factory object.
Instead of reporting the progress of an operation in the status bar, you can display a progress dialog box instead. The progress dialog box displays an animation and a step progress bar. The ProgressDialogFactory coclass creates and displays a new progress dialog box.
Constructor Summary | |
---|---|
ProgressDialogFactory()
Constructs a ProgressDialogFactory using ArcGIS Engine. |
|
ProgressDialogFactory(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ProgressDialogFactory theProgressDialogFactory = (ProgressDialogFactory) obj; |
Method Summary | |
---|---|
IStepProgressor |
create(ITrackCancel trackCancel,
int hWnd)
Creates a progress dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ProgressDialogFactory() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ProgressDialogFactory(Object obj) throws IOException
ProgressDialogFactory theProgressDialogFactory = (ProgressDialogFactory) obj;
obj
to ProgressDialogFactory
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IStepProgressor create(ITrackCancel trackCancel, int hWnd) throws IOException, AutomationException
The Create method creates and displays a progress dialog box. You can pass a CancelTracker object into this method to allow the user to cancel the process.
This method returns a ProgressDialog object so that you can set the properties of the dialog and the progressor.
create
in interface IProgressDialogFactory
trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)hWnd
- The hWnd (A COM typedef) (in)
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 |