|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.catalogUI.IMetadataHelperProxy
public class IMetadataHelperProxy
Internal use class Proxy for COM Interface 'IMetadataHelper'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description: 'Provides access to members that change the Catalog's metadata settings.' 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.catalogUI.IMetadataHelper |
---|
IID, IID055b2b9a_f2c9_11d2_9fc1_00c04f8ed211 |
Constructor Summary | |
---|---|
|
IMetadataHelperProxy()
For internal use only |
|
IMetadataHelperProxy(java.lang.Object obj)
|
protected |
IMetadataHelperProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IMetadataHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IMetadataHelperProxy(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)
|
java.lang.String |
getDefaultStylesheet()
Name of the default stylesheet. |
IUID |
getEditor()
CLSID of the currently selected editor. |
java.lang.String |
getStylesheet()
Name of the currently selected stylesheet. |
java.lang.String |
getStylesheetPath()
Path to the Stylesheets directory. |
int |
getSynchronizationInterval()
The interval in seconds from the last update which must elapse before the Catalog will again update the metadata. |
int |
getSynchronizationOption()
When the Catalog creates and updates metadata automatically. |
java.lang.String |
getWebPagePath()
Path to the HTML directory. |
void |
refresh(IGxObject ipObject)
Refreshes the currently selected object in the Catalog. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setDefaultStylesheet(java.lang.String name)
Name of the default stylesheet. |
void |
setEditor(IUID editor)
CLSID of the currently selected editor. |
void |
setStylesheet(java.lang.String name)
Name of the currently selected stylesheet. |
void |
setSynchronizationInterval(int interval)
The interval in seconds from the last update which must elapse before the Catalog will again update the metadata. |
void |
setSynchronizationOption(int option)
When the Catalog creates and updates metadata automatically. |
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 IMetadataHelperProxy(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 IMetadataHelperProxy()
public IMetadataHelperProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMetadataHelperProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMetadataHelperProxy(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 refresh(IGxObject ipObject) throws java.io.IOException, AutomationException
refresh
in interface IMetadataHelper
ipObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditor(IUID editor) throws java.io.IOException, AutomationException
setEditor
in interface IMetadataHelper
editor
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getEditor() throws java.io.IOException, AutomationException
getEditor
in interface IMetadataHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStylesheet(java.lang.String name) throws java.io.IOException, AutomationException
setStylesheet
in interface IMetadataHelper
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStylesheet() throws java.io.IOException, AutomationException
getStylesheet
in interface IMetadataHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultStylesheet(java.lang.String name) throws java.io.IOException, AutomationException
setDefaultStylesheet
in interface IMetadataHelper
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultStylesheet() throws java.io.IOException, AutomationException
getDefaultStylesheet
in interface IMetadataHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStylesheetPath() throws java.io.IOException, AutomationException
getStylesheetPath
in interface IMetadataHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWebPagePath() throws java.io.IOException, AutomationException
getWebPagePath
in interface IMetadataHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSynchronizationOption(int option) throws java.io.IOException, AutomationException
setSynchronizationOption
in interface IMetadataHelper
option
- A com.esri.arcgis.catalog.esriSynchronizationOption constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSynchronizationOption() throws java.io.IOException, AutomationException
getSynchronizationOption
in interface IMetadataHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSynchronizationInterval(int interval) throws java.io.IOException, AutomationException
setSynchronizationInterval
in interface IMetadataHelper
interval
- The interval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSynchronizationInterval() throws java.io.IOException, AutomationException
getSynchronizationInterval
in interface IMetadataHelper
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 |