com.esri.arcgis.catalogUI
Class RelationshipClassDialog

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

public class RelationshipClassDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRelationshipClassDialog

Provides access to the relationship class dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
RelationshipClassDialog()
          Constructs a RelationshipClassDialog using ArcGIS Engine.
RelationshipClassDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RelationshipClassDialog theRelationshipClassDialog = (RelationshipClassDialog) obj;
 
Method Summary
 IRelationshipClass doModalCreate(Object pUnk, int hParent)
          Prompts the user to define a new relationship class.
 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

RelationshipClassDialog

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

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

RelationshipClassDialog

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

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

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

doModalCreate

public IRelationshipClass doModalCreate(Object pUnk,
                                        int hParent)
                                 throws IOException,
                                        AutomationException
Prompts the user to define a new relationship class.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
doModalCreate in interface IRelationshipClassDialog
Parameters:
pUnk - A reference to another Object (IUnknown) (in)
hParent - The hParent (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRelationshipClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.