Uses of Interface
bibliothek.extension.gui.dock.preference.PreferenceEditorFactory

Packages that use PreferenceEditorFactory
bibliothek.extension.gui.dock Extensions to the Core framework, including the BubbleTheme, EclipseTheme and the preference mechanism. 
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.preference.editor A set of PreferenceEditors for types that are often used. 
 

Uses of PreferenceEditorFactory in bibliothek.extension.gui.dock
 

Methods in bibliothek.extension.gui.dock that return PreferenceEditorFactory
<V> PreferenceEditorFactory<V>
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 factory that should be used to create an editor for some type of object.
 void PreferenceTreePanel.setEditorFactory(Path type, PreferenceEditorFactory<?> factory)
          Sets an editor for some type.
 

Uses of PreferenceEditorFactory in bibliothek.extension.gui.dock.preference
 

Methods in bibliothek.extension.gui.dock.preference with parameters of type PreferenceEditorFactory
 void PreferenceDialog.setEditorFactory(Path type, PreferenceEditorFactory<?> factory)
          Sets an editor for some type of values.
 void PreferenceTreeDialog.setEditorFactory(Path type, PreferenceEditorFactory<?> factory)
          Sets an editor for some type of values.
 

Uses of PreferenceEditorFactory in bibliothek.extension.gui.dock.preference.editor
 

Fields in bibliothek.extension.gui.dock.preference.editor declared as PreferenceEditorFactory
static PreferenceEditorFactory<Boolean> BooleanEditor.FACTORY
          A factory creating BooleanEditors.
static PreferenceEditorFactory<String> ChoiceEditor.FACTORY
          a factory creating new ChoiceEditors
static PreferenceEditorFactory<KeyStroke> KeyStrokeEditor.FACTORY
          A factory for KeyStrokeEditors.
static PreferenceEditorFactory<Object> LabelEditor.FACTORY
          A factory creating new LabelEditors.
static PreferenceEditorFactory<ModifierMask> ModifierMaskEditor.FACTORY
          factory for new ModifierMaskEditors
static PreferenceEditorFactory<String> StringEditor.FACTORY
          a factory creating StringEditors