|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.AddQueryTableDialog
public class AddQueryTableDialog
Add Query table dialog.
| Constructor Summary | |
|---|---|
AddQueryTableDialog()
Constructs a AddQueryTableDialog using ArcGIS Engine. |
|
AddQueryTableDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AddQueryTableDialog theAddQueryTableDialog = (AddQueryTableDialog) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
setDocument(IMxDocument rhs1)
The document. |
void |
setGroupLayer(IGroupLayer rhs1)
The group layer to which data needs to be added. |
void |
setMap(IMap rhs1)
The map. |
void |
show(int parentHWnd,
boolean[] ok)
Indicates if the dialog is shown and adds the data. |
| 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 AddQueryTableDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public AddQueryTableDialog(Object obj)
throws IOException
AddQueryTableDialog theAddQueryTableDialog = (AddQueryTableDialog) obj;
obj to AddQueryTableDialog.
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 setDocument(IMxDocument rhs1)
throws IOException,
AutomationException
setDocument in interface IAddDataDialogrhs1 - A reference to a com.esri.arcgis.arcmapui.IMxDocument (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMap(IMap rhs1)
throws IOException,
AutomationException
setMap in interface IAddDataDialogrhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void show(int parentHWnd,
boolean[] ok)
throws IOException,
AutomationException
show in interface IAddDataDialogparentHWnd - The parentHWnd (A COM typedef) (in)ok - The ok (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGroupLayer(IGroupLayer rhs1)
throws IOException,
AutomationException
setGroupLayer in interface IAddDataDialog2rhs1 - A reference to a com.esri.arcgis.carto.IGroupLayer (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 | ||||||||