public interface IlvDashboardPreferences
| Modifier and Type | Method and Description | 
|---|---|
| String | get(String key,
   String defaultValue)Returns a preference value. | 
| void | put(String key,
   String value)Stores the  valueassociated withkey | 
| void | remove(String key)Removes a specified preference. | 
String get(String key, String defaultValue)
key - The keyword of the preference.defaultValue - The default value.defaultValue if 
         the preference is not found.void put(String key, String value)
value associated with keykey - The key of the preference.value - The value of the preference.void remove(String key)
key - The key of the preference to be removed.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.