|
|||||||||
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.controls.IARConfigurationProxy
public class IARConfigurationProxy
Internal use class Proxy for COM Interface 'IARConfiguration'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'
Description: 'Provides access to members that control the ARConfiguration.' 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.controls.IARConfiguration |
---|
DISPID_1_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_GET_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, DISPID_6_GET_NAME, DISPID_6_PUT_NAME, DISPID_7_GET_NAME, DISPID_7_PUT_NAME, IID, IID671c12b9_56d0_440a_8cf8_75b9fbd0a65e |
Constructor Summary | |
---|---|
|
IARConfigurationProxy()
For internal use only |
|
IARConfigurationProxy(java.lang.Object obj)
|
protected |
IARConfigurationProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IARConfigurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IARConfigurationProxy(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.Object |
getCustomProperty()
A property to associate data with an object. |
java.lang.Object |
getSetting(java.lang.String sName)
The configuration setting specified. |
java.lang.String |
getTemplateFile()
The file name of the configuration file loaded into the control. |
boolean |
isBoolSetting(java.lang.String sName)
The configuration setting specified, whose value is a boolean. |
void |
load(java.lang.String sFilename)
Loads each configuration setting from the specified file into the control. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
save(java.lang.String sFilename)
Saves each of the control's current configuration settings into the specified file. |
void |
setBoolSetting(java.lang.String sName,
boolean pVal)
The configuration setting specified, whose value is a boolean. |
void |
setCustomProperty(java.lang.Object pVal)
A property to associate data with an object. |
void |
setDefaults()
Set each control configuration setting to its default value. |
void |
setSetting(java.lang.String sName,
java.lang.Object pVal)
The configuration setting specified. |
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 IARConfigurationProxy(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 IARConfigurationProxy()
public IARConfigurationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IARConfigurationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IARConfigurationProxy(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 setDefaults() throws java.io.IOException, AutomationException
setDefaults
in interface IARConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(java.lang.String sFilename) throws java.io.IOException, AutomationException
load
in interface IARConfiguration
sFilename
- The sFilename (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(java.lang.String sFilename) throws java.io.IOException, AutomationException
save
in interface IARConfiguration
sFilename
- The sFilename (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTemplateFile() throws java.io.IOException, AutomationException
getTemplateFile
in interface IARConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getSetting(java.lang.String sName) throws java.io.IOException, AutomationException
getSetting
in interface IARConfiguration
sName
- The sName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSetting(java.lang.String sName, java.lang.Object pVal) throws java.io.IOException, AutomationException
setSetting
in interface IARConfiguration
sName
- The sName (in)pVal
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBoolSetting(java.lang.String sName) throws java.io.IOException, AutomationException
isBoolSetting
in interface IARConfiguration
sName
- The sName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBoolSetting(java.lang.String sName, boolean pVal) throws java.io.IOException, AutomationException
setBoolSetting
in interface IARConfiguration
sName
- The sName (in)pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
getCustomProperty
in interface IARConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomProperty(java.lang.Object pVal) throws java.io.IOException, AutomationException
setCustomProperty
in interface IARConfiguration
pVal
- A Variant (in)
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 |