|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccPreferences
public class AccPreferences
The IAccPreferences interface is for getting/setting server-based or local preferences.
| Method Summary | |
|---|---|
boolean |
getBoolean(java.lang.String specifier)
Gets the specified boolean preference. |
AccVariant |
getChildSpecifiers(java.lang.String specifier)
Returns all immediate child preference specifiers. |
AccVariant |
getDefaultValue(java.lang.String specifier)
Gets a default for the specified preference. |
int |
getInt(java.lang.String specifier)
Gets the specified int preference. |
java.lang.String |
getString(java.lang.String specifier)
Gets the specified string preference. |
AccVariant |
getValue(java.lang.String specifier)
Gets the specified preference. |
int |
requestValue(java.lang.String specifier)
Requests the specified preference. |
void |
reset(java.lang.String specifier)
Reset the specified preference. |
void |
setValue(java.lang.String specifier,
AccBase value)
Sets the specified acc object preference. |
void |
setValue(java.lang.String specifier,
AccEnum value)
Sets the specified enum preference. |
void |
setValue(java.lang.String specifier,
AccVariant value)
Sets the specified preference. |
void |
setValue(java.lang.String specifier,
boolean value)
Sets the specified boolean preference. |
void |
setValue(java.lang.String specifier,
int value)
Sets the specified int preference. |
void |
setValue(java.lang.String specifier,
java.lang.String value)
Sets the specified string preference. |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AccVariant getValue(java.lang.String specifier)
throws AccException
AccException
public int requestValue(java.lang.String specifier)
throws AccException
AccException
public AccVariant getDefaultValue(java.lang.String specifier)
throws AccException
AccException
public void setValue(java.lang.String specifier,
AccVariant value)
throws AccException
AccException
public void reset(java.lang.String specifier)
throws AccException
AccException
public AccVariant getChildSpecifiers(java.lang.String specifier)
throws AccException
AccException
public void setValue(java.lang.String specifier,
int value)
throws AccException
AccException
public void setValue(java.lang.String specifier,
boolean value)
throws AccException
AccException
public void setValue(java.lang.String specifier,
AccEnum value)
throws AccException
AccException
public void setValue(java.lang.String specifier,
java.lang.String value)
throws AccException
AccException
public void setValue(java.lang.String specifier,
AccBase value)
throws AccException
AccException
public int getInt(java.lang.String specifier)
throws AccException
AccException
public boolean getBoolean(java.lang.String specifier)
throws AccException
AccException
public java.lang.String getString(java.lang.String specifier)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||