com.esri.arcgis.arcmapui
Class AddQueryTableDialog

java.lang.Object
  extended by com.esri.arcgis.arcmapui.AddQueryTableDialog
All Implemented Interfaces:
IAddDataDialog, IAddDataDialog2, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class AddQueryTableDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IAddDataDialog, IAddDataDialog2

Add Query table dialog.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

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

AddQueryTableDialog

public AddQueryTableDialog()
                    throws IOException,
                           UnknownHostException
Constructs a AddQueryTableDialog using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

AddQueryTableDialog

public AddQueryTableDialog(Object obj)
                    throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AddQueryTableDialog theAddQueryTableDialog = (AddQueryTableDialog) obj;

Construct a AddQueryTableDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AddQueryTableDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setDocument

public void setDocument(IMxDocument rhs1)
                 throws IOException,
                        AutomationException
The document.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setDocument in interface IAddDataDialog
Parameters:
rhs1 - A reference to a com.esri.arcgis.arcmapui.IMxDocument (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMap

public void setMap(IMap rhs1)
            throws IOException,
                   AutomationException
The map.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setMap in interface IAddDataDialog
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

show

public void show(int parentHWnd,
                 boolean[] ok)
          throws IOException,
                 AutomationException
Indicates if the dialog is shown and adds the data.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
show in interface IAddDataDialog
Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
ok - The ok (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupLayer

public void setGroupLayer(IGroupLayer rhs1)
                   throws IOException,
                          AutomationException
The group layer to which data needs to be added.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setGroupLayer in interface IAddDataDialog2
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IGroupLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.