|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.SummarizeUI
public class SummarizeUI
Window to display the summarize dialog in ArcMap.
| Constructor Summary | |
|---|---|
SummarizeUI()
Constructs a SummarizeUI using ArcGIS Engine. |
|
SummarizeUI(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SummarizeUI theSummarizeUI = (SummarizeUI) obj; |
|
| Method Summary | |
|---|---|
void |
doModal(int parentWindow)
Shows or hides the window. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SummarizeUI()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SummarizeUI(Object obj)
throws IOException
SummarizeUI theSummarizeUI = (SummarizeUI) obj;
obj to SummarizeUI.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public 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.
setSummarizeTableByRef in interface ISummarizeUIrhs1 - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSummarizeFieldByRef(IField rhs1)
throws IOException,
AutomationException
setSummarizeFieldByRef in interface ISummarizeUIrhs1 - A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSummarizeOnSelectedOnly(boolean rhs1)
throws IOException,
AutomationException
setSummarizeOnSelectedOnly in interface ISummarizeUIrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setApplicationByRef(Object rhs1)
throws IOException,
AutomationException
setApplicationByRef in interface ISummarizeUIrhs1 - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void doModal(int parentWindow)
throws IOException,
AutomationException
doModal in interface ISummarizeUIparentWindow - 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 | ||||||||