Uses of Class
org.nakedobjects.applib.util.TitleBuffer

Packages that use TitleBuffer
org.nakedobjects.applib.util   
 

Uses of TitleBuffer in org.nakedobjects.applib.util
 

Methods in org.nakedobjects.applib.util that return TitleBuffer
 TitleBuffer TitleBuffer.append(int number)
           
 TitleBuffer TitleBuffer.append(Object object)
          Append the title of the specified object.
 TitleBuffer TitleBuffer.append(Object object, String defaultValue)
          Appends the title of the specified object, or the specified text if the objects title is null or empty.
 TitleBuffer TitleBuffer.append(String text)
          Appends a space (if there is already some text in this title object) and then the specified text.
 TitleBuffer TitleBuffer.append(String joiner, Object object)
          Appends the joining string and the title of the specified object (from its toString method).
 TitleBuffer TitleBuffer.append(String joiner, Object object, String defaultTitle)
          Append the joiner text, a space, and the title of the specified naked object (object) (got by calling the objects title() method) to the text of this TitleString object.
 TitleBuffer TitleBuffer.append(String joiner, String text)
          Appends the joiner text, a space, and the text to the text of this TitleString object.
 TitleBuffer TitleBuffer.appendSpace()
          Append a space to the text of this TitleString object if, and only if, there is some existing text i.e., a space is only added to existing text and will not create a text entry consisting of only one space.
 TitleBuffer TitleBuffer.concat(Object object)
          Concatenate the the title value (the result of calling an objects label() method) to this TitleString object.
 TitleBuffer TitleBuffer.concat(Object object, String defaultValue)
          Concatenate the the title value (the result of calling an objects label() method), or the specified default value if the title is equal to null or is empty, to this TitleString object.
 TitleBuffer TitleBuffer.concat(String text)
          Concatenate the specified text on to the end of the text of this TitleString.
 TitleBuffer TitleBuffer.concat(String joiner, Object object)
           
 TitleBuffer TitleBuffer.concat(String joiner, Object object, String defaultValue)
           
 TitleBuffer TitleBuffer.truncate(int noWords)
          Truncates this title so it has a maximum number of words.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.