|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.AbstractUIValue<java.lang.String,TextValue>
bibliothek.gui.dock.util.text.TextValue
bibliothek.extension.gui.dock.preference.editor.EditorText
public abstract class EditorText
A text that is used by a PreferenceEditor.
| 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 |
|---|
public static final Path KIND_EDITOR
UIValue this is
| Constructor Detail |
|---|
public EditorText(java.lang.String id,
PreferenceEditor<?> editor)
id - a unique identifier for this texteditor - the editor using this text| Method Detail |
|---|
public PreferenceEditor<?> getEditor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||