com.esri.arcgis.catalogUI
Class QueryTableDialog

java.lang.Object
  extended by com.esri.arcgis.catalogUI.QueryTableDialog
All Implemented Interfaces:
IQueryTableDialog, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class QueryTableDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IQueryTableDialog

Dialog to create query layer.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Constructor Summary
QueryTableDialog()
          Constructs a QueryTableDialog using ArcGIS Engine.
QueryTableDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
QueryTableDialog theQueryTableDialog = (QueryTableDialog) obj;
 
Method Summary
 IQueryTableName doModalQueryTable(IQueryTableName pName, int hParent)
          Displays the dialog to define a query layer.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 
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

QueryTableDialog

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

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

QueryTableDialog

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

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

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

doModalQueryTable

public IQueryTableName doModalQueryTable(IQueryTableName pName,
                                         int hParent)
                                  throws IOException,
                                         AutomationException
Displays the dialog to define a query layer.

Product Availability

Available with ArcGIS Desktop.

Specified by:
doModalQueryTable in interface IQueryTableDialog
Parameters:
pName - A reference to a com.esri.arcgis.geodatabase.IQueryTableName (in)
hParent - The hParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryTableName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.