com.esri.arcgis.systemUI
Interface IProgressDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IProgressDialogProxy, ProgressDialog

public interface IProgressDialog
extends java.io.Serializable

COM Interface 'IProgressDialog'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to members that work with 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 IID923a1b5a_90e5_4d23_add8_eca3d7d6b1c8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void hideDialog()
          Hides the progress dialog.
 boolean isCancelEnabled()
          Indicates if the cancel button is enabled.
 void setCancelEnabled(boolean bVal)
          Indicates if the cancel button is enabled.
 void showDialog()
          Shows the progress dialog.
 

Field Detail

IID923a1b5a_90e5_4d23_add8_eca3d7d6b1c8

static final int IID923a1b5a_90e5_4d23_add8_eca3d7d6b1c8
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

showDialog

void showDialog()
                throws java.io.IOException,
                       AutomationException
Shows the progress dialog.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hideDialog

void hideDialog()
                throws java.io.IOException,
                       AutomationException
Hides the progress dialog.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCancelEnabled

boolean isCancelEnabled()
                        throws java.io.IOException,
                               AutomationException
Indicates if the cancel button is enabled.

Returns:
The bVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCancelEnabled

void setCancelEnabled(boolean bVal)
                      throws java.io.IOException,
                             AutomationException
Indicates if the cancel button is enabled.

Parameters:
bVal - The bVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.