|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Platform.WorkStationOptions
Platform specific options saved in local workstation .ini files A Windows & a Unix implementation are available Applications should have no reason to implement this interface
| Method Summary | |
|---|---|
java.lang.String |
getLocationMsg()
the location (path to .ini file) of this option |
java.lang.String |
getOption(java.lang.String option)
Returns the value stored for the option |
void |
setOption(java.lang.String option,
java.lang.String value)
sets a value for a specified option (key) |
| Method Detail |
|---|
java.lang.String getOption(java.lang.String option)
option - the key to look for
void setOption(java.lang.String option,
java.lang.String value)
option - the option to setvalue - the value of that optionjava.lang.String getLocationMsg()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||