com.esri.arcgis.catalogUI
Class GxRasterCatalogSubPropertyView

java.lang.Object
  extended by com.esri.arcgis.catalogUI.GxRasterCatalogSubPropertyView
All Implemented Interfaces:
IGxRasterCatalogSubView, IGxView, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class GxRasterCatalogSubPropertyView
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IGxView, IGxRasterCatalogSubView

COM Class 'GxRasterCatalogSubPropertyView'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description 'The property sub-view of RasterCatalog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.catalogUI.IGxView
IID, IIDb1de27ab_d892_11d1_aa81_064342000000, xxDummy
 
Fields inherited from interface com.esri.arcgis.catalogUI.IGxRasterCatalogSubView
IID, IID0eda5f3d_fe01_40d1_9018_1b2e4a01fd2e, xxDummy
 
Constructor Summary
GxRasterCatalogSubPropertyView(java.lang.Object obj)
          Construct a GxRasterCatalogSubPropertyView using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void activate(IGxApplication application, IGxCatalog catalog)
          Activates the view.
 boolean applies(IGxObject selection)
          Indicates if the view can display the given object.
 void deactivate()
          Deactivates the view.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IUID getClassID()
          The class ID of the view.
 IUID getDefaultToolbarCLSID()
          The class ID of the view's default toolbar.
 int getHWnd()
          The view's window handle.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          The name of the view.
 int hashCode()
          the hashcode for this object
 boolean isSupportMultiSelection()
          Indicates whether the multiple selection is supported.
 boolean isSupportsTools()
          Indicates if the view supports tools.
 void refresh()
          Refreshes the view.
 void release()
          Release a GxRasterCatalogSubPropertyView.
 void systemSettingChanged(int flag, java.lang.String section)
          Informs the view that a system setting has changed.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GxRasterCatalogSubPropertyView

public GxRasterCatalogSubPropertyView(java.lang.Object obj)
                               throws java.io.IOException
Construct a GxRasterCatalogSubPropertyView using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GxRasterCatalogSubPropertyView.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
GxRasterCatalogSubPropertyView o = (GxRasterCatalogSubPropertyView)obj; // will not work

GxRasterCatalogSubPropertyView o = new GxRasterCatalogSubPropertyView(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems GxRasterCatalogSubPropertyView theGxRasterCatalogSubPropertyView = (GxRasterCatalogSubPropertyView) obj;
Method Detail

equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a GxRasterCatalogSubPropertyView.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the view.

Specified by:
getName in interface IGxView
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public IUID getClassID()
                throws java.io.IOException,
                       AutomationException
The class ID of the view.

Specified by:
getClassID in interface IGxView
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHWnd

public int getHWnd()
            throws java.io.IOException,
                   AutomationException
The view's window handle.

Specified by:
getHWnd in interface IGxView
Returns:
The window (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultToolbarCLSID

public IUID getDefaultToolbarCLSID()
                            throws java.io.IOException,
                                   AutomationException
The class ID of the view's default toolbar. Not currently used.

Specified by:
getDefaultToolbarCLSID in interface IGxView
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportsTools

public boolean isSupportsTools()
                        throws java.io.IOException,
                               AutomationException
Indicates if the view supports tools.

Specified by:
isSupportsTools in interface IGxView
Returns:
The supportsTools
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applies

public boolean applies(IGxObject selection)
                throws java.io.IOException,
                       AutomationException
Indicates if the view can display the given object.

Specified by:
applies in interface IGxView
Parameters:
selection - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Returns:
The applies
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

activate

public void activate(IGxApplication application,
                     IGxCatalog catalog)
              throws java.io.IOException,
                     AutomationException
Activates the view.

Specified by:
activate in interface IGxView
Parameters:
application - A reference to a com.esri.arcgis.catalogUI.IGxApplication (in)
catalog - A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deactivate

public void deactivate()
                throws java.io.IOException,
                       AutomationException
Deactivates the view.

Specified by:
deactivate in interface IGxView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

public void refresh()
             throws java.io.IOException,
                    AutomationException
Refreshes the view.

Specified by:
refresh in interface IGxView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

systemSettingChanged

public void systemSettingChanged(int flag,
                                 java.lang.String section)
                          throws java.io.IOException,
                                 AutomationException
Informs the view that a system setting has changed.

Specified by:
systemSettingChanged in interface IGxView
Parameters:
flag - The flag (in)
section - The section (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportMultiSelection

public boolean isSupportMultiSelection()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the multiple selection is supported.

Specified by:
isSupportMultiSelection in interface IGxRasterCatalogSubView
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.