com.esri.arcgis.catalogUI
Interface IGxView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxContentsView, GxDataGraphView, GxDocumentationView, GxGeographicView, GxMSDFileView, GxPreview, GxRasterCatalogContentView, GxRasterCatalogSubPropertyView, GxTableView, GxTreeView, IGxViewProxy

public interface IGxView
extends java.io.Serializable

COM Interface 'IGxView'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the GxView.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb1de27ab_d892_11d1_aa81_064342000000
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 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.
 java.lang.String getName()
          The name of the view.
 boolean isSupportsTools()
          Indicates if the view supports tools.
 void refresh()
          Refreshes the view.
 void systemSettingChanged(int flag, java.lang.String section)
          Informs the view that a system setting has changed.
 

Field Detail

IIDb1de27ab_d892_11d1_aa81_064342000000

static final int IIDb1de27ab_d892_11d1_aa81_064342000000
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

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

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

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

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

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

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

getDefaultToolbarCLSID

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

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

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

Returns:
The supportsTools
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applies

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

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

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

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

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

systemSettingChanged

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

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.