|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IARConfiguration
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 | |
---|---|
static java.lang.String |
DISPID_1_NAME
|
static java.lang.String |
DISPID_2_NAME
|
static java.lang.String |
DISPID_3_NAME
|
static java.lang.String |
DISPID_4_GET_NAME
|
static java.lang.String |
DISPID_5_GET_NAME
|
static java.lang.String |
DISPID_5_PUT_NAME
|
static java.lang.String |
DISPID_6_GET_NAME
|
static java.lang.String |
DISPID_6_PUT_NAME
|
static java.lang.String |
DISPID_7_GET_NAME
|
static java.lang.String |
DISPID_7_PUT_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID671c12b9_56d0_440a_8cf8_75b9fbd0a65e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
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. |
Field Detail |
---|
static final int IID671c12b9_56d0_440a_8cf8_75b9fbd0a65e
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_NAME
static final java.lang.String DISPID_2_NAME
static final java.lang.String DISPID_3_NAME
static final java.lang.String DISPID_4_GET_NAME
static final java.lang.String DISPID_5_GET_NAME
static final java.lang.String DISPID_5_PUT_NAME
static final java.lang.String DISPID_6_GET_NAME
static final java.lang.String DISPID_6_PUT_NAME
static final java.lang.String DISPID_7_GET_NAME
static final java.lang.String DISPID_7_PUT_NAME
Method Detail |
---|
void setDefaults() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void load(java.lang.String sFilename) throws java.io.IOException, AutomationException
sFilename
- The sFilename (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void save(java.lang.String sFilename) throws java.io.IOException, AutomationException
sFilename
- The sFilename (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTemplateFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getSetting(java.lang.String sName) throws java.io.IOException, AutomationException
sName
- The sName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSetting(java.lang.String sName, java.lang.Object pVal) throws java.io.IOException, AutomationException
sName
- The sName (in)pVal
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBoolSetting(java.lang.String sName) throws java.io.IOException, AutomationException
sName
- The sName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoolSetting(java.lang.String sName, boolean pVal) throws java.io.IOException, AutomationException
sName
- The sName (in)pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomProperty(java.lang.Object pVal) throws java.io.IOException, AutomationException
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 |