|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferenceEditorFactory | |
---|---|
bibliothek.extension.gui.dock | |
bibliothek.extension.gui.dock.preference.editor | A set of PreferenceEditor s
for types that are often used. |
Uses of PreferenceEditorFactory in bibliothek.extension.gui.dock |
---|
Methods in bibliothek.extension.gui.dock that return PreferenceEditorFactory | ||
---|---|---|
|
PreferenceTable.getEditorFactory(Path type)
Gets the factory which is responsible to create editors for type -objects. |
Methods in bibliothek.extension.gui.dock with parameters of type PreferenceEditorFactory | |
---|---|
void |
PreferenceTable.setEditorFactory(Path type,
PreferenceEditorFactory<?> factory)
Sets the kind of factory that should be used to edit some type of object. |
Uses of PreferenceEditorFactory in bibliothek.extension.gui.dock.preference.editor |
---|
Fields in bibliothek.extension.gui.dock.preference.editor declared as PreferenceEditorFactory | |
---|---|
static PreferenceEditorFactory<String> |
ChoiceEditor.FACTORY
a factory creating new ChoiceEditor s |
static PreferenceEditorFactory<KeyStroke> |
KeyStrokeEditor.FACTORY
A factory for KeyStrokeEditor s. |
static PreferenceEditorFactory<ModifierMask> |
ModifierMaskEditor.FACTORY
factory for new ModifierMaskEditor s |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |