com.esri.arcgis.geodatabaseui
Interface ITableCalculator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableCalculatorProxy, TableProperties

public interface ITableCalculator
extends java.io.Serializable

COM Interface 'ITableCalculator'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that control the characteristics the calculator form the table.' 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 IID1c1b8ce1_d23b_4ede_9a0e_2f65af61f1d1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isFireRowChangedEventsForJoins()
          Indicates if row changed events should be fires for join tables.
 void setFireRowChangedEventsForJoins(boolean pFireRowEvents)
          Indicates if row changed events should be fires for join tables.
 

Field Detail

IID1c1b8ce1_d23b_4ede_9a0e_2f65af61f1d1

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

isFireRowChangedEventsForJoins

boolean isFireRowChangedEventsForJoins()
                                       throws java.io.IOException,
                                              AutomationException
Indicates if row changed events should be fires for join tables.

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

setFireRowChangedEventsForJoins

void setFireRowChangedEventsForJoins(boolean pFireRowEvents)
                                     throws java.io.IOException,
                                            AutomationException
Indicates if row changed events should be fires for join tables.

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