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

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

Methods in bibliothek.extension.gui.dock.preference with parameters of type PreferenceEditorCallback
 void PreferenceEditor.setCallback(PreferenceEditorCallback<V> callback)
          Sets a callback, a callback can be used to read the value that has to be edited or to store the edited value.
Note: this editor should call set(Object) whenever this editor shows a new valid value.
 

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

Methods in bibliothek.extension.gui.dock.preference.editor with parameters of type PreferenceEditorCallback
 void BooleanEditor.setCallback(PreferenceEditorCallback<Boolean> callback)
           
 void KeyStrokeEditor.setCallback(PreferenceEditorCallback<KeyStroke> callback)
           
 void ModifierMaskEditor.setCallback(PreferenceEditorCallback<ModifierMask> callback)
           
 void LabelEditor.setCallback(PreferenceEditorCallback<Object> callback)
           
 void ChoiceEditor.setCallback(PreferenceEditorCallback<String> callback)
           
 void StringEditor.setCallback(PreferenceEditorCallback<String> callback)