com.esri.arcgis.catalogUI
Interface IGxTreeView

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxTreeView, IGxTreeViewProxy

public interface IGxTreeView
extends Serializable

Provides access to members that control the GxTreeView.

Remarks

The IGxTreeView interface is implemented only by the GxTreeView object and provides the ability to manipulate the select object in tree view. Through this interface the developer can begin a rename process, ensure the visibility of the object, or expand the node in the tree view.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

expandSelection

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

beginRename

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

ensureVisible

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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