public abstract class PreferenceModelText extends TextValue
PreferenceModel.| Modifier and Type | Field and Description |
|---|---|
static Path |
KIND_PREFERENCE_MODEL
what kind of
UIValue this is |
| Constructor and Description |
|---|
PreferenceModelText(String id,
PreferenceModel model)
Creates a new text.
|
| Modifier and Type | Method and Description |
|---|---|
PreferenceModel |
getModel()
Gets the model which is using this text.
|
me, setControllerpublic PreferenceModelText(String id, PreferenceModel model)
id - the unique identifier of this UIValuemodel - the model that is using this textpublic PreferenceModel getModel()
Copyright © 2017 Docking Frames. All rights reserved.