com.esri.arcgis.catalogUI
Interface IGxTreeView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxTreeView, IGxTreeViewProxy

public interface IGxTreeView
extends java.io.Serializable

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

Description: 'Provides access to members that control the GxTreeView.' 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 IID2ef87699_ec64_11d1_aa96_00c04fa375e3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void beginRename()
          Starts a rename operation on the current selection.
 void ensureVisible(IGxObject object)
          Ensures that the current selection is visible, scrolling/expanding if necessary.
 void expandSelection(IGxSelection selection)
          Instructs the tree view to expand the current selection.
 

Field Detail

IID2ef87699_ec64_11d1_aa96_00c04fa375e3

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

expandSelection

void expandSelection(IGxSelection selection)
                     throws java.io.IOException,
                            AutomationException
Instructs the tree view to expand the current selection.

Parameters:
selection - A reference to a com.esri.arcgis.catalog.IGxSelection (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.

ensureVisible

void ensureVisible(IGxObject object)
                   throws java.io.IOException,
                          AutomationException
Ensures that the current selection is visible, scrolling/expanding if necessary.

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