bibliothek.gui.dock.util.text
Class DialogText

java.lang.Object
  extended by bibliothek.gui.dock.util.AbstractUIValue<String,TextValue>
      extended by bibliothek.gui.dock.util.text.TextValue
          extended by bibliothek.gui.dock.util.text.DialogText
All Implemented Interfaces:
UIValue<String>

public abstract class DialogText
extends TextValue

A text that is shown on or by a JDialog.

Author:
Benjamin Sigg

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(String id, JDialog dialog)
          Creates a new text
 
Method Summary
 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

KIND_DIALOG

public static final Path KIND_DIALOG
what kind of UIValue this is

Constructor Detail

DialogText

public DialogText(String id,
                  JDialog dialog)
Creates a new text

Parameters:
id - the unique identifier of this text
dialog - the dialog which is using the text
Method Detail

getDialog

public JDialog getDialog()
Gets the dialog for which the text is used.

Returns:
the dialog