|
||||||||||
| 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.PreferenceModelText
public abstract class PreferenceModelText
A text that is used by a PreferenceModel.
| Field Summary | |
|---|---|
static Path |
KIND_PREFERENCE_MODEL
what kind of UIValue this is |
| Fields inherited from class bibliothek.gui.dock.util.text.TextValue |
|---|
KIND_TEXT |
| Constructor Summary | |
|---|---|
PreferenceModelText(java.lang.String id,
PreferenceModel model)
Creates a new text. |
|
| Method Summary | |
|---|---|
PreferenceModel |
getModel()
Gets the model which is using 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_PREFERENCE_MODEL
UIValue this is
| Constructor Detail |
|---|
public PreferenceModelText(java.lang.String id,
PreferenceModel model)
id - the unique identifier of this UIValuemodel - the model that is using this text| Method Detail |
|---|
public PreferenceModel getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||