|
|||||||||
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
Internal use class Proxy for COM Interface 'IGxCatalogAdmin'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members that manage the behavior of the GX catalog object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.catalog.IGxCatalogAdmin |
---|
IID, IID9598fb2f_22ba_11d3_9f58_00c04f6bc69e |
Constructor Summary | |
---|---|
|
IGxCatalogAdminProxy()
For internal use only |
|
IGxCatalogAdminProxy(java.lang.Object obj)
|
protected |
IGxCatalogAdminProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGxCatalogAdminProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGxCatalogAdminProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.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(java.lang.String iidStr,
java.lang.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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGxCatalogAdminProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGxCatalogAdminProxy()
public IGxCatalogAdminProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGxCatalogAdminProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGxCatalogAdminProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setCachedLocations(IEnumBSTR locations) throws java.io.IOException, AutomationException
setCachedLocations
in interface IGxCatalogAdmin
locations
- A reference to a com.esri.arcgis.system.IEnumBSTR (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumBSTR getCachedLocations() throws java.io.IOException, AutomationException
getCachedLocations
in interface IGxCatalogAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRootObjectCount() throws java.io.IOException, AutomationException
getRootObjectCount
in interface IGxCatalogAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxObject getRootObject(int index) throws java.io.IOException, AutomationException
getRootObject
in interface IGxCatalogAdmin
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRootObjectEnabled(int index) throws java.io.IOException, AutomationException
isRootObjectEnabled
in interface IGxCatalogAdmin
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enableRootObject(int index, boolean isEnabled) throws java.io.IOException, AutomationException
enableRootObject
in interface IGxCatalogAdmin
index
- The index (in)isEnabled
- The isEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshRootObjects() throws java.io.IOException, AutomationException
refreshRootObjects
in interface IGxCatalogAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHideExtensions(boolean isHidden) throws java.io.IOException, AutomationException
setHideExtensions
in interface IGxCatalogAdmin
isHidden
- The isHidden (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHideExtensions() throws java.io.IOException, AutomationException
isHideExtensions
in interface IGxCatalogAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnToLastLocation(boolean isSet) throws java.io.IOException, AutomationException
setReturnToLastLocation
in interface IGxCatalogAdmin
isSet
- The isSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnToLastLocation() throws java.io.IOException, AutomationException
isReturnToLastLocation
in interface IGxCatalogAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrescanFolders(boolean prescanFolders) throws java.io.IOException, AutomationException
setPrescanFolders
in interface IGxCatalogAdmin
prescanFolders
- The prescanFolders (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPrescanFolders() throws java.io.IOException, AutomationException
isPrescanFolders
in interface IGxCatalogAdmin
java.io.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 |