Uses of Class
com.arsdigita.toolbox.rebop.FormattedText

Packages that use FormattedText
com.arsdigita.toolbox.rebop "Rebop" is a lightweight collection of AWT-based components suitable for using in applet development. 
 

Uses of FormattedText in com.arsdigita.toolbox.rebop
 

Subclasses of FormattedText in com.arsdigita.toolbox.rebop
 class WrappedRun
          Represents a "run" of text with a single set of style attributes.
 

Methods in com.arsdigita.toolbox.rebop that return FormattedText
 FormattedText StyledText.getFormattedTextAt(int index)
           
 

Methods in com.arsdigita.toolbox.rebop with parameters of type FormattedText
 void StyledText.addRun(FormattedText run)
          Adds a run of text that uses the same font and color.
 void StyledText.setFormattedTextAt(int index, FormattedText ft)
          Replaces an existing run with a new one
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC