Uses of Class
net.sf.jso.text.Text

Packages that use Text
net.sf.jso.examples.various   
net.sf.jso.text   
 

Uses of Text in net.sf.jso.examples.various
 

Methods in net.sf.jso.examples.various that return Text
 Text User.getComments()
           
 

Methods in net.sf.jso.examples.various with parameters of type Text
 void User.setComments(Text someComments)
           
 

Uses of Text in net.sf.jso.text
 

Methods in net.sf.jso.text with parameters of type Text
 int Text.compareToIgnoreCase(Text t)
          Compares this text to another object, ignoring case considerations.
 boolean Text.equalsIgnoreCase(Text t)
          Compares this text to the specified object, ignoring case considerations.
 

Constructors in net.sf.jso.text with parameters of type Text
Text(Text original)
          Initializes a newly created Text object so that it represents the same sequence of characters as the argument; in other words, the newly created Text is a copy of the argument Text.