com.esri.arcgis.catalogUI
Interface IGxViewContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Application, GxPreview, IGxViewContainerProxy

public interface IGxViewContainer
extends java.io.Serializable

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

Description: 'Provides access to members that control the GxViewContainer.' 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 IIDe7e3da73_f904_11d3_a68c_0008c7d3ae8d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGxView findView(IUID pUID, boolean bRecursive)
          Finds a view by CLSID.
 IEnumGxView getViews()
          All Gxviews in the application.
 

Field Detail

IIDe7e3da73_f904_11d3_a68c_0008c7d3ae8d

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

findView

IGxView findView(IUID pUID,
                 boolean bRecursive)
                 throws java.io.IOException,
                        AutomationException
Finds a view by CLSID. If recursive is true, it will return views in a container view.

Parameters:
pUID - A reference to a com.esri.arcgis.system.IUID (in)
bRecursive - The bRecursive (in, optional, pass false if not required)
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.

getViews

IEnumGxView getViews()
                     throws java.io.IOException,
                            AutomationException
All Gxviews in the application.

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