|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IARConfiguration
Provides access to members that control the ARConfiguration.
| Method Summary | |
|---|---|
Object |
getCustomProperty()
A property to associate data with an object. |
Object |
getSetting(String sName)
The configuration setting specified. |
String |
getTemplateFile()
The file name of the configuration file loaded into the control. |
boolean |
isBoolSetting(String sName)
The configuration setting specified, whose value is a boolean. |
void |
load(String sFilename)
Loads each configuration setting from the specified file into the control. |
void |
save(String sFilename)
Saves each of the control's current configuration settings into the specified file. |
void |
setBoolSetting(String sName,
boolean pVal)
The configuration setting specified, whose value is a boolean. |
void |
setCustomProperty(Object pVal)
A property to associate data with an object. |
void |
setDefaults()
Set each control configuration setting to its default value. |
void |
setSetting(String sName,
Object pVal)
The configuration setting specified. |
| Method Detail |
|---|
void setDefaults()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void load(String sFilename)
throws IOException,
AutomationException
sFilename - The sFilename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void save(String sFilename)
throws IOException,
AutomationException
sFilename - The sFilename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTemplateFile()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getSetting(String sName)
throws IOException,
AutomationException
sName - The sName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSetting(String sName,
Object pVal)
throws IOException,
AutomationException
sName - The sName (in)pVal - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isBoolSetting(String sName)
throws IOException,
AutomationException
sName - The sName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoolSetting(String sName,
boolean pVal)
throws IOException,
AutomationException
sName - The sName (in)pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getCustomProperty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCustomProperty(Object pVal)
throws IOException,
AutomationException
pVal - A Variant (in)
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 | ||||||||