com.esri.arcgis.geodatabaseui
Interface ICalculatorUI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalculatorUI, ICalculatorUIProxy

public interface ICalculatorUI
extends java.io.Serializable

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

Description: 'Provides access to members that control the field calculator.' 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 IID309194d6_cceb_11d2_9f24_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope doModal(int parentWindow)
          Displays the dialog used to perform calculations.
 void setCallbackByRef(ITableDataCallback rhs1)
          The call back routine.
 void setField(java.lang.String rhs1)
          Field to perform calculation on.
 void setQueryFilterByRef(IQueryFilter rhs1)
          QueryFilter used for reading and writing data (optional).
 void setSelectionSetByRef(ISelectionSet rhs1)
          SelectionSet to perform calculation on (optional).
 void setTableByRef(ITable rhs1)
          Table to perform calculation on.
 

Field Detail

IID309194d6_cceb_11d2_9f24_00c04f6bc886

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

setTableByRef

void setTableByRef(ITable rhs1)
                   throws java.io.IOException,
                          AutomationException
Table to perform calculation on.

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

setSelectionSetByRef

void setSelectionSetByRef(ISelectionSet rhs1)
                          throws java.io.IOException,
                                 AutomationException
SelectionSet to perform calculation on (optional).

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

setQueryFilterByRef

void setQueryFilterByRef(IQueryFilter rhs1)
                         throws java.io.IOException,
                                AutomationException
QueryFilter used for reading and writing data (optional).

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

setCallbackByRef

void setCallbackByRef(ITableDataCallback rhs1)
                      throws java.io.IOException,
                             AutomationException
The call back routine.

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

setField

void setField(java.lang.String rhs1)
              throws java.io.IOException,
                     AutomationException
Field to perform calculation on.

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

doModal

IEnvelope doModal(int parentWindow)
                  throws java.io.IOException,
                         AutomationException
Displays the dialog used to perform calculations.

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