com.esri.arcgis.catalogUI
Interface esriTableDefFieldsPageContext

All Superinterfaces:
Serializable

public interface esriTableDefFieldsPageContext
extends Serializable

Table Definition Fields Property Pages Context.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriFieldsPageFeatureClass
          Use the fields property page for creating/editing feature classes.
static int esriFieldsPageRelationshipClass
          Use the fields property page for creating/editing relationship classes.
static int esriFieldsPageTable
          Use the fields property page for creating/editing tables.
 

Field Detail

esriFieldsPageTable

static final int esriFieldsPageTable
Use the fields property page for creating/editing tables.

See Also:
Constant Field Values

esriFieldsPageFeatureClass

static final int esriFieldsPageFeatureClass
Use the fields property page for creating/editing feature classes.

See Also:
Constant Field Values

esriFieldsPageRelationshipClass

static final int esriFieldsPageRelationshipClass
Use the fields property page for creating/editing relationship classes.

See Also:
Constant Field Values