|
||||||||||
| 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.gui.dock.util.text.DialogText
public abstract class DialogText
A text that is shown on or by a JDialog.
| Field Summary | |
|---|---|
static Path |
KIND_DIALOG
what kind of UIValue this is |
| Fields inherited from class bibliothek.gui.dock.util.text.TextValue |
|---|
KIND_TEXT |
| Constructor Summary | |
|---|---|
DialogText(java.lang.String id,
javax.swing.JDialog dialog)
Creates a new text |
|
| Method Summary | |
|---|---|
javax.swing.JDialog |
getDialog()
Gets the dialog for which the text is used. |
| 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_DIALOG
UIValue this is
| Constructor Detail |
|---|
public DialogText(java.lang.String id,
javax.swing.JDialog dialog)
id - the unique identifier of this textdialog - the dialog which is using the text| Method Detail |
|---|
public javax.swing.JDialog getDialog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||