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, setPreference
protected PreferencesMap createChild(String myKey)
createChild
in class PreferencesMap
protected Object getPrefValueFromString(String prefName, String value)
getPrefValueFromString
in class PreferencesMap
public PreferencesMap newInstance()
PreferencesMap
newInstance
in class PreferencesMap
public 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–2022 Adobe Systems Inc.. All rights reserved.