com.esri.arcgis.display
Interface esriScreenCache

All Superinterfaces:
java.io.Serializable

public interface esriScreenCache
extends java.io.Serializable

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

Description: 'Esri screen caching flags.' 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 esriAllScreenCaches
          Apply action to all caches.
static int esriNoScreenCache
          Apply action directly to window.
static int esriScreenRecording
          Apply action to recording.
 

Field Detail

esriNoScreenCache

static final int esriNoScreenCache
Apply action directly to window.

See Also:
Constant Field Values

esriAllScreenCaches

static final int esriAllScreenCaches
Apply action to all caches.

See Also:
Constant Field Values

esriScreenRecording

static final int esriScreenRecording
Apply action to recording.

See Also:
Constant Field Values