Package | Description |
---|---|
bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
Modifier and Type | Field and Description |
---|---|
static PreferenceFactory<Boolean> |
PreferenceFactory.FACTORY_BOOLEAN
a factory for handling
Boolean |
static PreferenceFactory<Integer> |
PreferenceFactory.FACTORY_INT
a factory for handling
Integer |
static PreferenceFactory<KeyStroke> |
PreferenceFactory.FACTORY_KEYSTROKE
a factory for handling
KeyStroke |
static PreferenceFactory<ModifierMask> |
PreferenceFactory.FACTORY_MODIFIER_MASK
a factory for
ModifierMask s |
static PreferenceFactory<String> |
PreferenceFactory.FACTORY_STRING
A factory for handling
String |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceStorage.addFactory(Path type,
PreferenceFactory<?> factory)
Adds a new factory to this storage, the factory will be responsible to
write or read some kind of preferences.
|