|
Gridarta Editor
|
An FilePreferences that represents an internal (non-root) node. More...
Inheritance diagram for net.sf.gridarta.preferences.FilePreferencesNode:
Collaboration diagram for net.sf.gridarta.preferences.FilePreferencesNode:Public Member Functions | |
| FilePreferencesNode (@NotNull final FilePreferences parent, @NotNull final String name, @NotNull final NodeType nodeType) | |
| Create a new instance. More... | |
Public Member Functions inherited from net.sf.gridarta.preferences.FilePreferences | |
| void | flush () throws BackingStoreException |
| RefusedBequest More... | |
| String | get (@NotNull final String key, @Nullable final String def) |
| RefusedBequest More... | |
| boolean | getBoolean (@NotNull final String key, final boolean def) |
| double | getDouble (@NotNull final String key, final double def) |
| float | getFloat (@NotNull final String key, final float def) |
| int | getInt (@NotNull final String key, final int def) |
| long | getLong (@NotNull final String key, final long def) |
| void | sync () throws BackingStoreException |
| RefusedBequest More... | |
Additional Inherited Members | |
Protected Member Functions inherited from net.sf.gridarta.preferences.FilePreferences | |
| String [] | childrenNamesSpi () throws BackingStoreException |
| AbstractPreferences | childSpi (@NotNull final String name) |
| FilePreferences (@Nullable final AbstractPreferences parent, @NotNull final String name, @NotNull final NodeType nodeType, @NotNull final Storage storage) | |
| Create a new instance. More... | |
| void | flushSpi () throws BackingStoreException |
| String | getSpi (@NotNull final String key) |
| Storage | getStorage () |
| Return the storage instance used for loading/saving values. More... | |
| String [] | keysSpi () throws BackingStoreException |
| void | putSpi (@NotNull final String key, @NotNull final String value) |
| void | removeNodeSpi () throws BackingStoreException |
| void | removeSpi (@NotNull final String key) |
| void | syncSpi () throws BackingStoreException |
An FilePreferences that represents an internal (non-root) node.
Definition at line 28 of file FilePreferencesNode.java.
| net.sf.gridarta.preferences.FilePreferencesNode.FilePreferencesNode | ( | @NotNull final FilePreferences | parent, |
| @NotNull final String | name, | ||
| @NotNull final NodeType | nodeType | ||
| ) |
Create a new instance.
| parent | the parent node |
| name | the node name |
| nodeType | the node type of this node |
Definition at line 36 of file FilePreferencesNode.java.