com.esri.arcgis.catalogUI
Class GxItemInfoHelper

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

public class GxItemInfoHelper
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IGxItemInfoHelper

Provides access to members of GxItemInfoHelper.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Constructor Summary
GxItemInfoHelper()
          Constructs a GxItemInfoHelper using ArcGIS Engine.
GxItemInfoHelper(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GxItemInfoHelper theGxItemInfoHelper = (GxItemInfoHelper) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 com.esri.arcgis.search.IItemInfo getItemInfo(IGxObject pGxObject)
          Item info of the selected object.
 int hashCode()
          the hashcode for this object
 void updateItemInfo(IGxObject pObject, com.esri.arcgis.search.IItemInfo[] pItemInfo)
          Update the item info of the specified 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

GxItemInfoHelper

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

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

GxItemInfoHelper

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

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

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

getItemInfo

public com.esri.arcgis.search.IItemInfo getItemInfo(IGxObject pGxObject)
                                             throws IOException,
                                                    AutomationException
Item info of the selected object.

Product Availability

Available with ArcGIS Desktop.

Specified by:
getItemInfo in interface IGxItemInfoHelper
Parameters:
pGxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Returns:
A reference to a com.esri.arcgis.search.IItemInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfo

public void updateItemInfo(IGxObject pObject,
                           com.esri.arcgis.search.IItemInfo[] pItemInfo)
                    throws IOException,
                           AutomationException
Update the item info of the specified object.

Product Availability

Available with ArcGIS Desktop.

Specified by:
updateItemInfo in interface IGxItemInfoHelper
Parameters:
pObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
pItemInfo - A reference to a com.esri.arcgis.search.IItemInfo (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.