com.esri.arcgis.catalogUI
Interface IGxContentsView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxContentsView, GxRasterCatalogContentView, IGxContentsViewProxy

public interface IGxContentsView
extends java.io.Serializable

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

Description: 'Provides access to members that control the GxContentsView.' 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 IIDda1862ea_95f8_11d2_af67_080009ec734b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void beginRename()
          Starts a rename operation on the current selection.
 int getDisplayStyle()
          The current display style.
 boolean isAllowMultiSelect()
          Indicates if multiple objects can be selected.
 void setAllowMultiSelect(boolean multiSelect)
          Indicates if multiple objects can be selected.
 void setDisplayStyle(int contentsStyle)
          The current display style.
 void setObjectFilterByRef(IGxObjectFilter rhs1)
          The object filter used for controlling what objects are displayed.
 

Field Detail

IIDda1862ea_95f8_11d2_af67_080009ec734b

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

getDisplayStyle

int getDisplayStyle()
                    throws java.io.IOException,
                           AutomationException
The current display style.

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

setDisplayStyle

void setDisplayStyle(int contentsStyle)
                     throws java.io.IOException,
                            AutomationException
The current display style.

Parameters:
contentsStyle - A com.esri.arcgis.catalogUI.esriContentsViewStyle constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAllowMultiSelect

boolean isAllowMultiSelect()
                           throws java.io.IOException,
                                  AutomationException
Indicates if multiple objects can be selected.

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

setAllowMultiSelect

void setAllowMultiSelect(boolean multiSelect)
                         throws java.io.IOException,
                                AutomationException
Indicates if multiple objects can be selected.

Parameters:
multiSelect - The multiSelect (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectFilterByRef

void setObjectFilterByRef(IGxObjectFilter rhs1)
                          throws java.io.IOException,
                                 AutomationException
The object filter used for controlling what objects are displayed.

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

beginRename

void beginRename()
                 throws java.io.IOException,
                        AutomationException
Starts a rename operation on the current selection.

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