com.esri.arcgis.framework
Interface IProgressDialog2

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

public interface IProgressDialog2
extends java.io.Serializable

COM Interface 'IProgressDialog2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.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 IID0e21fd01_1dc9_4230_95cd_64ee2c4266a1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAnimation()
          The animation type displayed in the dialog.
 java.lang.String getDescription()
          The description displayed in the dialog.
 java.lang.String getTitle()
          The caption displayed in the dialog.
 void hideDialog()
          Hides the progress dialog.
 boolean isCancelEnabled()
          Indicates if the Cancel button is enabled.
 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 setTitle(java.lang.String title)
          The caption displayed in the dialog.
 void showDialog()
          Shows the progress dialog.
 

Field Detail

IID0e21fd01_1dc9_4230_95cd_64ee2c4266a1

static final int IID0e21fd01_1dc9_4230_95cd_64ee2c4266a1
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.

setDescription

void setDescription(java.lang.String status)
                    throws java.io.IOException,
                           AutomationException
The description displayed in the dialog.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description displayed in the dialog.

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

setTitle

void setTitle(java.lang.String title)
              throws java.io.IOException,
                     AutomationException
The caption displayed in the dialog.

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

getTitle

java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
The caption displayed in the dialog.

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

setAnimation

void setAnimation(int type)
                  throws java.io.IOException,
                         AutomationException
The animation type displayed in the dialog.

Parameters:
type - A com.esri.arcgis.framework.esriProgressAnimationTypes constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimation

int getAnimation()
                 throws java.io.IOException,
                        AutomationException
The animation type displayed in the dialog.

Returns:
A com.esri.arcgis.framework.esriProgressAnimationTypes constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.