|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxObjectContainer
Provides access to members that manage child GxObjects.
| Method Summary | |
|---|---|
IGxObject |
addChild(IGxObject child)
Adds a new child and returns a reference to it. |
void |
deleteChild(IGxObject child)
Deletes the specified child object. |
IEnumGxObject |
getChildren()
An enumeration of the child objects. |
boolean |
isAreChildrenViewable()
Indicates if the objects children are available for viewing in the tree-view. |
boolean |
isHasChildren()
Indicates if the object has any children. |
| Method Detail |
|---|
boolean isHasChildren()
throws IOException,
AutomationException
Note: This property always return True even when it has no children. This was done to improve the overall ArcCatalog browsing performance.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumGxObject getChildren()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAreChildrenViewable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGxObject addChild(IGxObject child)
throws IOException,
AutomationException
child - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteChild(IGxObject child)
throws IOException,
AutomationException
child - 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 | ||||||||