Uses of Class
com.jidesoft.swing.StyleRange

Packages that use StyleRange
com.jidesoft.plaf.basic   
com.jidesoft.swing   
 

Uses of StyleRange in com.jidesoft.plaf.basic
 

Fields in com.jidesoft.plaf.basic with type parameters of type StyleRange
static java.util.Comparator<StyleRange> BasicStyledLabelUI._comparator
           
 

Uses of StyleRange in com.jidesoft.swing
 

Methods in com.jidesoft.swing that return StyleRange
 StyleRange[] StyledLabel.getStyleRanges()
          Gets the array of StyledText.
 

Methods in com.jidesoft.swing with parameters of type StyleRange
 void StyledLabel.addStyleRange(StyleRange styleRange)
          Adds a StyleRange into this StyledLabel.
 void StyledLabel.addStyleRanges(StyleRange[] styleRanges)
          Adds a list of StyleRanges into this StyledLabel.
 void StyledLabel.clearStyleRange(StyleRange styleRange)
          Removes the StyleRange.
 void StyledLabel.setStyleRanges(StyleRange[] styleRanges)
          Clears all the old StyleRanges and adds a list of StyleRanges into this StyledLabel.
 



Copyright © 2008. All Rights Reserved.