bibliothek.extension.gui.dock.preference
Interface PreferenceEditorFactory<V>

Type Parameters:
V - the kind of values the editors of this factory work with

public interface PreferenceEditorFactory<V>

A factory creating new PreferenceEditors.

Author:
Benjamin Sigg

Method Summary
 PreferenceEditor<V> create()
          Creates a new editor.
 

Method Detail

create

PreferenceEditor<V> create()
Creates a new editor.

Returns:
the new editor