|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxCatalogAdmin
Provides access to members that manage the behavior of the GX catalog object.
| Method Summary | |
|---|---|
void |
enableRootObject(int index,
boolean isEnabled)
Enables or disables the specified root-level object within the catalog. |
IEnumBSTR |
getCachedLocations()
The cached locations. |
IGxObject |
getRootObject(int index)
The specified root-level object. |
int |
getRootObjectCount()
The number of root-level objects in the catalog. |
boolean |
isHideExtensions()
Indicates if file extensions are hidden. |
boolean |
isPrescanFolders()
Indicates if ArcCatalog should prescan folders and display them with a special icon if they contain GIS data. |
boolean |
isReturnToLastLocation()
Indicates if ArcCatalog should return to last location on startup. |
boolean |
isRootObjectEnabled(int index)
Indicates if the specified root-level object is enabled within the catalog. |
void |
refreshRootObjects()
Refreshes the catalog's root objects without refreshing disk connections. |
void |
setCachedLocations(IEnumBSTR locations)
The cached locations. |
void |
setHideExtensions(boolean isHidden)
Indicates if file extensions are hidden. |
void |
setPrescanFolders(boolean prescanFolders)
Indicates if ArcCatalog should prescan folders and display them with a special icon if they contain GIS data. |
void |
setReturnToLastLocation(boolean isSet)
Indicates if ArcCatalog should return to last location on startup. |
| Method Detail |
|---|
void setCachedLocations(IEnumBSTR locations)
throws IOException,
AutomationException
locations - A reference to a com.esri.arcgis.system.IEnumBSTR (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR getCachedLocations()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRootObjectCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGxObject getRootObject(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRootObjectEnabled(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableRootObject(int index,
boolean isEnabled)
throws IOException,
AutomationException
index - The index (in)isEnabled - The isEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshRootObjects()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHideExtensions(boolean isHidden)
throws IOException,
AutomationException
isHidden - The isHidden (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHideExtensions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnToLastLocation(boolean isSet)
throws IOException,
AutomationException
isSet - The isSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnToLastLocation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPrescanFolders(boolean prescanFolders)
throws IOException,
AutomationException
prescanFolders - The prescanFolders (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPrescanFolders()
throws IOException,
AutomationException
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 | ||||||||