|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxObjectContainer
Provides access to properties and methods needed to manage a container of CJMTK Catalog Objects.
Method Summary | |
---|---|
ITxCatalogObject |
addChild(ITxCatalogObject child)
Adds a new child and returns a reference to it. |
void |
deleteChild(ITxCatalogObject child)
Deletes the specified child object. |
void |
empty()
Empty the container. |
IEnumTxObject |
getChildren()
An enumeration of the child objects. |
int |
getCount()
The number of Objects in the container. |
boolean |
isAreChildrenViewable()
Indicates if the objects children are available for viewing in the tree-view. |
boolean |
isHasChildren()
Indicates if the catalog object have any children. |
Method Detail |
---|
boolean isHasChildren() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTxObject 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.ITxCatalogObject addChild(ITxCatalogObject child) throws IOException, AutomationException
child
- A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteChild(ITxCatalogObject child) throws IOException, AutomationException
child
- A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void empty() throws IOException, AutomationException
This method empties the container.
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 |