com.esri.arcgis.catalogUI
Interface ISDEditorPropertyPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSDiscoveryCachingGeneralPage, ISDEditorPropertyPageProxy

public interface ISDEditorPropertyPage
extends java.io.Serializable

COM Interface 'ISDEditorPropertyPage'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Optional Method called by the framework to allow the property page to validate itself at the very just before saving.' 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 IID6cc28b3a_1e8a_4932_88e4_b8080f76ac36
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertyPage validateData(ITrackCancel pTrackCancel, java.lang.Object vParameters)
          Optional Method called by the framework to allow the property page to validate itself at the very just before saving.
 

Field Detail

IID6cc28b3a_1e8a_4932_88e4_b8080f76ac36

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

validateData

IPropertyPage validateData(ITrackCancel pTrackCancel,
                           java.lang.Object vParameters)
                           throws java.io.IOException,
                                  AutomationException
Optional Method called by the framework to allow the property page to validate itself at the very just before saving.

Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
vParameters - A Variant (in)
Returns:
A reference to a com.esri.arcgis.framework.IPropertyPage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.