public abstract class EditorText extends TextValue
PreferenceEditor
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_EDITOR
what kind of
UIValue this is |
Constructor and Description |
---|
EditorText(String id,
PreferenceEditor<?> editor)
Creates a new text.
|
Modifier and Type | Method and Description |
---|---|
PreferenceEditor<?> |
getEditor()
Gets the editor which is used by this text.
|
me, setController
public EditorText(String id, PreferenceEditor<?> editor)
id
- a unique identifier for this texteditor
- the editor using this textpublic PreferenceEditor<?> getEditor()