org.nakedobjects.object.value
Class Label

java.lang.Object
  extended byorg.nakedobjects.object.value.AbstractNakedValue
      extended byorg.nakedobjects.object.value.TextString
          extended byorg.nakedobjects.object.value.Label
All Implemented Interfaces:
Naked, NakedValue, java.io.Serializable

public class Label
extends TextString

A read-only text string. This class does support value listeners.

See Also:
Serialized Form

Constructor Summary
Label()
           
Label(java.lang.String text)
           
 
Method Summary
 java.lang.String getObjectHelpText()
          Returns a textual desctiption of the object - its contents and possible uses.
 
Methods inherited from class org.nakedobjects.object.value.TextString
clear, contains, contains, copyObject, endsWith, endsWith, equals, getLogger, isCharDisallowed, isEmpty, isSameAs, isSameAs, isSameAs, isSameAs, isSameAs, parse, reset, restoreString, saveString, setText, setText, setValue, setValue, startsWith, startsWith, stringValue, title
 
Methods inherited from class org.nakedobjects.object.value.AbstractNakedValue
about, addNakedValueListener, checkCanOperate, contextualTitle, deepCopy, dumpObject, fireValueChanged, fireValueChanged, getClassName, getFullClassName, isNull, isValid, nakedValueListeners, removeNakedValueListener, setAbout, setNull, setValidity, summary, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Label

public Label()

Label

public Label(java.lang.String text)
Method Detail

getObjectHelpText

public java.lang.String getObjectHelpText()
Description copied from interface: Naked
Returns a textual desctiption of the object - its contents and possible uses.

Specified by:
getObjectHelpText in interface Naked
Overrides:
getObjectHelpText in class TextString