|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxTreeView
Provides access to members that control the GxTreeView.
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.
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 |
---|
void expandSelection(IGxSelection selection) throws IOException, AutomationException
selection
- A reference to a com.esri.arcgis.catalog.IGxSelection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beginRename() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void ensureVisible(IGxObject object) throws IOException, AutomationException
object
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |