bibliothek.extension.gui.dock.preference.editor
Class EditorText

java.lang.Object
  extended by bibliothek.gui.dock.util.AbstractUIValue<java.lang.String,TextValue>
      extended by bibliothek.gui.dock.util.text.TextValue
          extended by bibliothek.extension.gui.dock.preference.editor.EditorText
All Implemented Interfaces:
UIValue<java.lang.String>

public abstract class EditorText
extends TextValue

A text that is used by a PreferenceEditor.

Author:
Benjamin Sigg

Field Summary
static Path KIND_EDITOR
          what kind of UIValue this is
 
Fields inherited from class bibliothek.gui.dock.util.text.TextValue
KIND_TEXT
 
Constructor Summary
EditorText(java.lang.String id, PreferenceEditor<?> editor)
          Creates a new text.
 
Method Summary
 PreferenceEditor<?> getEditor()
          Gets the editor which is used by this text.
 
Methods inherited from class bibliothek.gui.dock.util.text.TextValue
me, setController
 
Methods inherited from class bibliothek.gui.dock.util.AbstractUIValue
changed, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIND_EDITOR

public static final Path KIND_EDITOR
what kind of UIValue this is

Constructor Detail

EditorText

public EditorText(java.lang.String id,
                  PreferenceEditor<?> editor)
Creates a new text.

Parameters:
id - a unique identifier for this text
editor - the editor using this text
Method Detail

getEditor

public PreferenceEditor<?> getEditor()
Gets the editor which is used by this text.

Returns:
the editor