com.esri.arcgis.arcmapui
Interface ISummarizeUI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISummarizeUIProxy, SummarizeUI

public interface ISummarizeUI
extends java.io.Serializable

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

Description: 'Provides access to members that summarize a table by an attribute.' 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 IID6ea934a3_1f85_11d4_a69e_0008c7d3ae8d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(int parentWindow)
          Shows or hides the window.
 void setApplicationByRef(java.lang.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.
 

Field Detail

IID6ea934a3_1f85_11d4_a69e_0008c7d3ae8d

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

setSummarizeTableByRef

void setSummarizeTableByRef(ITable rhs1)
                            throws java.io.IOException,
                                   AutomationException
The summarize table.

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.

setSummarizeFieldByRef

void setSummarizeFieldByRef(IField rhs1)
                            throws java.io.IOException,
                                   AutomationException
The summarize field.

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

setSummarizeOnSelectedOnly

void setSummarizeOnSelectedOnly(boolean rhs1)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether to summarize only on selected records.

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

setApplicationByRef

void setApplicationByRef(java.lang.Object rhs1)
                         throws java.io.IOException,
                                AutomationException
The reference to the application to which this window belongs.

Parameters:
rhs1 - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

void doModal(int parentWindow)
             throws java.io.IOException,
                    AutomationException
Shows or hides the window.

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