com.esri.arcgis.carto
Interface ICFDataSourcePageExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CFDataSourcePageExtension, ICFDataSourcePageExtensionProxy

public interface ICFDataSourcePageExtension
extends java.io.Serializable

COM Interface 'ICFDataSourcePageExtension'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the ICFDataSourcePageExtension interface.' 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 IID8b3c1ebb_07bf_4b1a_90f5_917e2b572ca5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isDataSourceReadOnly()
          Indicates if the data source can be changed.
 void setDataSourceReadOnly(boolean flag)
          Indicates if the data source can be changed.
 

Field Detail

IID8b3c1ebb_07bf_4b1a_90f5_917e2b572ca5

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

isDataSourceReadOnly

boolean isDataSourceReadOnly()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the data source can be changed.

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

setDataSourceReadOnly

void setDataSourceReadOnly(boolean flag)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the data source can be changed.

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