|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISummarizeUI
Provides access to members that summarize a table by an attribute.
This interface allows you to use the summarize dialog to create a summary table for a layer or a StandaloneTable.
Method Summary | |
---|---|
void |
doModal(int parentWindow)
Shows or hides the window. |
void |
setApplicationByRef(Object rhs1)
The reference to the application to which this window belongs. |
void |
setSummarizeFieldByRef(IField rhs1)
The summarize field. |
void |
setSummarizeOnSelectedOnly(boolean rhs1)
Indicates whether to summarize only on selected records. |
void |
setSummarizeTableByRef(ITable rhs1)
The summarize table. |
Method Detail |
---|
void setSummarizeTableByRef(ITable rhs1) throws IOException, AutomationException
The table must be a reference to a Layer or a StandaloneTable object. It should not be a reference to the underlying Table object.
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 setSummarizeFieldByRef(IField rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSummarizeOnSelectedOnly(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setApplicationByRef(Object rhs1) throws IOException, AutomationException
rhs1
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void 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 |