com.esri.arcgis.framework
Interface esriProgressAnimationTypes

All Superinterfaces:
java.io.Serializable

public interface esriProgressAnimationTypes
extends java.io.Serializable

Constants from esriProgressAnimationTypes' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Progress animation types.' 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 int esriDownloadFile
          Downloading file animation.
static int esriNoAnimation
          No animation.
static int esriProgressGlobe
          Spinning globe animation.
static int esriProgressSpiral
          Spiral file animation.
 

Field Detail

esriProgressGlobe

static final int esriProgressGlobe
Spinning globe animation.

See Also:
Constant Field Values

esriDownloadFile

static final int esriDownloadFile
Downloading file animation.

See Also:
Constant Field Values

esriNoAnimation

static final int esriNoAnimation
No animation.

See Also:
Constant Field Values

esriProgressSpiral

static final int esriProgressSpiral
Spiral file animation.

See Also:
Constant Field Values