public class JavascriptPreferences extends PreferencesMap
| Constructor and Description |
|---|
JavascriptPreferences() |
| Modifier and Type | Method and Description |
|---|---|
protected PreferencesMap |
createChild(String myKey) |
int |
getInstructionCount() |
double |
getMemoryThreshhold() |
protected Object |
getPrefValueFromString(String prefName,
String value) |
int |
getScriptTimeOutInterval() |
PreferencesMap |
newInstance()
Get the new instance of the type
|
void |
setInstructionCount(int instructionCount) |
void |
setMemoryThreshhold(double memoryThreshhold) |
void |
setScriptTimeOutInterval(int scriptTimeOutInterval) |
clone, get, getNonCloneableKeys, getPreference, put, setPreferenceprotected PreferencesMap createChild(String myKey)
createChild in class PreferencesMapprotected Object getPrefValueFromString(String prefName, String value)
getPrefValueFromString in class PreferencesMappublic PreferencesMap newInstance()
PreferencesMapnewInstance in class PreferencesMappublic void setMemoryThreshhold(double memoryThreshhold)
public double getMemoryThreshhold()
public void setInstructionCount(int instructionCount)
public int getInstructionCount()
public void setScriptTimeOutInterval(int scriptTimeOutInterval)
public int getScriptTimeOutInterval()
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.