public final class EditorSettingsStorage<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l) |
void |
delete(MimePath mimePath,
String profile,
boolean defaults) |
static <K,V> EditorSettingsStorage<K,V> |
find(String settingsTypeId) |
static <K,V> EditorSettingsStorage<K,V> |
get(String settingsTypeId) |
Map<K,V> |
load(MimePath mimePath,
String profile,
boolean defaults) |
void |
removePropertyChangeListener(PropertyChangeListener l) |
void |
save(MimePath mimePath,
String profile,
boolean defaults,
Map<K,V> data) |
public static final String PROP_DATA
public static <K,V> EditorSettingsStorage<K,V> get(String settingsTypeId)
public static <K,V> EditorSettingsStorage<K,V> find(String settingsTypeId)
public Map<K,V> load(MimePath mimePath, String profile, boolean defaults) throws IOException
IOExceptionpublic void save(MimePath mimePath, String profile, boolean defaults, Map<K,V> data) throws IOException
IOExceptionpublic void delete(MimePath mimePath, String profile, boolean defaults) throws IOException
IOExceptionpublic void addPropertyChangeListener(PropertyChangeListener l)
public void removePropertyChangeListener(PropertyChangeListener l)
Built on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.