Uses of Class
com.jidesoft.swing.StyleRange

Packages that use StyleRange
com.jidesoft.plaf.basic The package contains basic ComponentUI implementation for most of the JIDE components. 
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of StyleRange in com.jidesoft.plaf.basic
 

Fields in com.jidesoft.plaf.basic with type parameters of type StyleRange
static 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.
 

Constructors in com.jidesoft.swing with parameters of type StyleRange
StyleRange(StyleRange range)
          Creates a style range exactly the same with the existing range.
 



Copyright © 2013. All Rights Reserved.