com.esri.arcgis.framework
Interface IProgressDialogFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IProgressDialogFactoryProxy, ProgressDialogFactory

public interface IProgressDialogFactory
extends java.io.Serializable

COM Interface 'IProgressDialogFactory'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to a method that creates a progress dialog.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID31a6aeb1_f644_11d1_a248_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStepProgressor create(ITrackCancel trackCancel, int hWnd)
          Creates a progress dialog.
 

Field Detail

IID31a6aeb1_f644_11d1_a248_080009b6f22b

static final int IID31a6aeb1_f644_11d1_a248_080009b6f22b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

create

IStepProgressor create(ITrackCancel trackCancel,
                       int hWnd)
                       throws java.io.IOException,
                              AutomationException
Creates a progress dialog.

Parameters:
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.system.IStepProgressor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.