com.esri.arcgis.catalogUI
Interface ITableDefFieldsPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableDefFieldsPageProxy, TableDefFieldsPage

public interface ITableDefFieldsPage
extends java.io.Serializable

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

Description: 'Provides access to members that control the Table Definition Fields Page.' 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 IIDb8eb61d1_6223_11d3_9ff0_00c04f6bc626
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getFields()
          The fields specified in the property page.
 void onSetActive()
          Notifies the property page when it becomes active.
 void setPageContext(int rhs1)
          The context of the property page.
 void setWorkspaceDomainsByRef(IWorkspaceDomains rhs1)
          The workspace domains property.
 void wizardNext()
          Notifies the property page that the Next button on the wizard has been selected.
 

Field Detail

IIDb8eb61d1_6223_11d3_9ff0_00c04f6bc626

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

setPageContext

void setPageContext(int rhs1)
                    throws java.io.IOException,
                           AutomationException
The context of the property page.

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

setWorkspaceDomainsByRef

void setWorkspaceDomainsByRef(IWorkspaceDomains rhs1)
                              throws java.io.IOException,
                                     AutomationException
The workspace domains property.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IWorkspaceDomains (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFields

IFields getFields()
                  throws java.io.IOException,
                         AutomationException
The fields specified in the property page.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

wizardNext

void wizardNext()
                throws java.io.IOException,
                       AutomationException
Notifies the property page that the Next button on the wizard has been selected.

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

onSetActive

void onSetActive()
                 throws java.io.IOException,
                        AutomationException
Notifies the property page when it becomes active.

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