|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.catalog.IGxCatalogAdminProxy
public class IGxCatalogAdminProxy
Provides access to members that manage the behavior of the GX catalog object.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGxCatalogAdminProxy()
|
|
IGxCatalogAdminProxy(Object obj)
|
protected |
IGxCatalogAdminProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IGxCatalogAdminProxy()
public IGxCatalogAdminProxy(Object obj) throws IOException
IOException
protected IGxCatalogAdminProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setCachedLocations(IEnumBSTR locations) throws IOException, AutomationException
setCachedLocations
in interface IGxCatalogAdmin
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.public IEnumBSTR getCachedLocations() throws IOException, AutomationException
getCachedLocations
in interface IGxCatalogAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRootObjectCount() throws IOException, AutomationException
getRootObjectCount
in interface IGxCatalogAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxObject getRootObject(int index) throws IOException, AutomationException
getRootObject
in interface IGxCatalogAdmin
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRootObjectEnabled(int index) throws IOException, AutomationException
isRootObjectEnabled
in interface IGxCatalogAdmin
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enableRootObject(int index, boolean isEnabled) throws IOException, AutomationException
enableRootObject
in interface IGxCatalogAdmin
index
- The index (in)isEnabled
- The isEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshRootObjects() throws IOException, AutomationException
refreshRootObjects
in interface IGxCatalogAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHideExtensions(boolean isHidden) throws IOException, AutomationException
setHideExtensions
in interface IGxCatalogAdmin
isHidden
- The isHidden (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHideExtensions() throws IOException, AutomationException
isHideExtensions
in interface IGxCatalogAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnToLastLocation(boolean isSet) throws IOException, AutomationException
setReturnToLastLocation
in interface IGxCatalogAdmin
isSet
- The isSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnToLastLocation() throws IOException, AutomationException
isReturnToLastLocation
in interface IGxCatalogAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrescanFolders(boolean prescanFolders) throws IOException, AutomationException
setPrescanFolders
in interface IGxCatalogAdmin
prescanFolders
- The prescanFolders (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPrescanFolders() throws IOException, AutomationException
isPrescanFolders
in interface IGxCatalogAdmin
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 |