com.esri.arcgis.catalogUI
Interface IGxPreview

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxPreview, GxRasterCatalogContentView, IGxPreviewProxy

public interface IGxPreview
extends java.io.Serializable

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

Description: 'Provides access to members that control the GxPreview.' 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 IIDda1862ec_95f8_11d2_af67_080009ec734b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISet getSupportedViewClassIDs()
          A list of the class IDs for the views that are supported given the current selection.
 IGxView getView()
          The current view.
 IUID getViewClassID()
          The class ID of the current view.
 void setViewClassID(IUID viewClassID)
          The class ID of the current view.
 

Field Detail

IIDda1862ec_95f8_11d2_af67_080009ec734b

static final int IIDda1862ec_95f8_11d2_af67_080009ec734b
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

getView

IGxView getView()
                throws java.io.IOException,
                       AutomationException
The current view.

Returns:
A reference to a com.esri.arcgis.catalogUI.IGxView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getViewClassID

IUID getViewClassID()
                    throws java.io.IOException,
                           AutomationException
The class ID of the current 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.

setViewClassID

void setViewClassID(IUID viewClassID)
                    throws java.io.IOException,
                           AutomationException
The class ID of the current view.

Parameters:
viewClassID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSupportedViewClassIDs

ISet getSupportedViewClassIDs()
                              throws java.io.IOException,
                                     AutomationException
A list of the class IDs for the views that are supported given the current selection.

Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.