public abstract class CommonPreferencesImpl extends PreferencesMap implements CommonPreferences
| Modifier | Constructor and Description |
|---|---|
protected |
CommonPreferencesImpl()
Initializes the Common PreferencesStore
|
protected |
CommonPreferencesImpl(RevocationCheckStyle revCheckStyle)
Initializes the Common PreferencesStore
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getPrefValueFromString(String prefName,
String value) |
RevocationCheckStyle |
getRevocationCheck()
Gets the Revocation Check preference
|
void |
setRevocationCheck(RevocationCheckStyle revCheckStyle)
Sets the revocation check preference
|
clone, createChild, get, getNonCloneableKeys, getPreference, newInstance, put, setPreferenceprotected CommonPreferencesImpl()
protected CommonPreferencesImpl(RevocationCheckStyle revCheckStyle)
revCheckStyle - Whether revocation checking as to be done or not.public RevocationCheckStyle getRevocationCheck()
getRevocationCheck in interface CommonPreferencespublic void setRevocationCheck(RevocationCheckStyle revCheckStyle)
revCheckStyle - revocation check preferenceprotected Object getPrefValueFromString(String prefName, String value)
getPrefValueFromString in class PreferencesMapCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.