|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.AbstractUIValue<String,TextValue>
bibliothek.gui.dock.util.text.TextValue
public abstract class TextValue
An observer to a TextManager.
| Field Summary | |
|---|---|
static Path |
KIND_TEXT
What kind of UIValue this is |
| Constructor Summary | |
|---|---|
TextValue(String id,
Path kind)
Creates a new TextValue. |
|
TextValue(String id,
Path kind,
String backup)
Creates a new TextValue. |
|
| Method Summary | |
|---|---|
protected TextValue |
me()
Returns this. |
void |
setController(DockController controller)
Sets the IconManager of controller |
| 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_TEXT
UIValue this is
| Constructor Detail |
|---|
public TextValue(String id,
Path kind)
TextValue.
id - the unique identifier of this stringkind - what kind of UIValue this is
public TextValue(String id,
Path kind,
String backup)
TextValue.
id - the unique identifier of this stringkind - what kind of UIValue this isbackup - the string to be used if no other string is found| Method Detail |
|---|
public void setController(DockController controller)
IconManager of controller
controller - the controller to observe, can be nullprotected TextValue me()
AbstractUIValuethis. This method can only be implemented when
the generic boundaries are met, so this methods ensures that this
is really an U, or abstract.
me in class AbstractUIValue<String,TextValue>this
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||