| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<StyleRange> |
BasicStyledLabelUI._comparator |
| Modifier and Type | Method and Description |
|---|---|
StyleRange[] |
StyledLabel.getStyleRanges()
Gets the array of StyledText.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
StyleRange(StyleRange range)
Creates a style range exactly the same with the existing range.
|