|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalculatorUI
Provides access to members that control the field calculator.
Method Summary | |
---|---|
IEnvelope |
doModal(int parentWindow)
Displays the dialog used to perform calculations. |
void |
setCallbackByRef(ITableDataCallback rhs1)
The call back routine. |
void |
setField(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. |
Method Detail |
---|
void setTableByRef(ITable rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionSetByRef(ISelectionSet rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryFilterByRef(IQueryFilter rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCallbackByRef(ITableDataCallback rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabaseui.ITableDataCallback (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope doModal(int parentWindow) throws IOException, AutomationException
parentWindow
- The parentWindow (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |