com.esri.arcgis.catalogUI
Interface ITableDefinitionDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableDefinitionDialogProxy, TableDefinitionDialog

public interface ITableDefinitionDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the Table Definition Dialog.' 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 IID5dbede6b_4cde_11d2_aad2_00c04fa33a15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureClass doModalCreateFeatureClass(java.lang.Object parent, int hParent)
          Displays the dialog to define a new feature class.
 ITable doModalCreateTable(IFeatureWorkspace workspace, int hParent)
          Displays the dialog to define a new table.
 

Field Detail

IID5dbede6b_4cde_11d2_aad2_00c04fa33a15

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

doModalCreateTable

ITable doModalCreateTable(IFeatureWorkspace workspace,
                          int hParent)
                          throws java.io.IOException,
                                 AutomationException
Displays the dialog to define a new table.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)
hParent - The hParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalCreateFeatureClass

IFeatureClass doModalCreateFeatureClass(java.lang.Object parent,
                                        int hParent)
                                        throws java.io.IOException,
                                               AutomationException
Displays the dialog to define a new feature class.

Parameters:
parent - A reference to another Object (IUnknown) (in)
hParent - The hParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.