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

Packages that use PreferenceEditor
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 PreferenceEditor in bibliothek.extension.gui.dock
 

Methods in bibliothek.extension.gui.dock that return PreferenceEditor
protected
<V> PreferenceEditor<V>
PreferenceTable.createEditor(Path type)
          Creates a new editor for type.
 

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

Methods in bibliothek.extension.gui.dock.preference that return PreferenceEditor
 PreferenceEditor<V> PreferenceEditorFactory.create()
          Creates a new editor.
 

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

Classes in bibliothek.extension.gui.dock.preference.editor that implement PreferenceEditor
 class BooleanEditor
          An editor intended to be used for Path.TYPE_BOOLEAN_PATH.
 class ChoiceEditor
          An editor using a Choice to let the user select one string-identifier.
 class KeyStrokeEditor
          An editor for KeyStrokes.
 class LabelEditor
          A label editor just shows some object, but does not modify the object.
 class ModifierMaskEditor
          An editor for ModifierMasks.
 class StringEditor
          An editor used to edit Strings.
 

Methods in bibliothek.extension.gui.dock.preference.editor that return PreferenceEditor
 PreferenceEditor<?> EditorText.getEditor()
          Gets the editor which is used by this text.
 

Constructors in bibliothek.extension.gui.dock.preference.editor with parameters of type PreferenceEditor
EditorText(String id, PreferenceEditor<?> editor)
          Creates a new text.