Uses of Class
com.alee.extended.label.StyleRange

Packages that use StyleRange
com.alee.extended.label   
 

Uses of StyleRange in com.alee.extended.label
 

Fields in com.alee.extended.label declared as StyleRange
 StyleRange TextRange.styleRange
          Text part style.
 

Fields in com.alee.extended.label with type parameters of type StyleRange
protected  java.util.List<StyleRange> WebStyledLabel.styleRanges
          StyleRange list.
 

Methods in com.alee.extended.label that return StyleRange
protected  StyleRange WebStyledLabel.addStyleRangeImpl(StyleRange styleRange)
          Adds style range into this label.
protected  StyleRange WebStyledLabel.clearSimilarRangeImpl(int start, int length)
          Removes any style range found in the same range as the specified one.
 StyleRange TextRange.getStyleRange()
          Returns text part style.
 

Methods in com.alee.extended.label that return types with arguments of type StyleRange
 java.util.List<StyleRange> WebStyledLabel.getStyleRanges()
          Returns added style ranges.
protected  java.util.List<StyleRange> WebStyledLabel.getStyleRangesImpl()
          Returns added style ranges.
 

Methods in com.alee.extended.label with parameters of type StyleRange
 void WebStyledLabel.addStyleRange(StyleRange styleRange)
          Adds style range into this label.
protected  StyleRange WebStyledLabel.addStyleRangeImpl(StyleRange styleRange)
          Adds style range into this label.
 int StyleRangeComparator.compare(StyleRange r1, StyleRange r2)
          
protected static CustomStyle[] StyleRange.getCustomStyles(StyleRange styleRange)
          Returns custom styles array.
 void WebStyledLabel.removeStyleRange(StyleRange styleRange)
          Removes style range from this label.
protected  void WebStyledLabel.removeStyleRangeImpl(StyleRange styleRange)
          Removes style range from this label.
 

Method parameters in com.alee.extended.label with type arguments of type StyleRange
 void WebStyledLabel.addStyleRanges(java.util.List<StyleRange> styleRanges)
          Adds style ranges into this label.
protected  void WebStyledLabel.addStyleRangesImpl(java.util.List<StyleRange> styleRanges)
          Adds style ranges into this label.
static java.lang.String StyledLabelUtils.getPlainText(java.lang.String text, java.util.List<StyleRange> styles)
           
 void WebStyledLabel.removeStyleRanges(java.util.List<StyleRange> styleRanges)
          Removes style ranges from this label.
protected  void WebStyledLabel.removeStyleRangesImpl(java.util.List<StyleRange> styleRanges)
          Removes style ranges from this label.
 void WebStyledLabel.setStyleRanges(java.util.List<StyleRange> styleRanges)
          Clears all style ranges and adds new ones.
 

Constructors in com.alee.extended.label with parameters of type StyleRange
StyleRange(StyleRange styleRange)
          Constructs new StyleRange based on another StyleRange settings.
TextRange(java.lang.String text, StyleRange styleRange)
          Constructs new TextRange with the specified style.