|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StyledLabel | |
|---|---|
| com.jidesoft.list | |
| 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. |
| com.jidesoft.tree | |
| Uses of StyledLabel in com.jidesoft.list |
|---|
| Subclasses of StyledLabel in com.jidesoft.list | |
|---|---|
class |
StyledListCellRenderer
A list cell renderer based on StyledLabel. |
static class |
StyledListCellRenderer.UIResource
A subclass of DefaultListCellRenderer that implements UIResource. |
| Uses of StyledLabel in com.jidesoft.plaf.basic |
|---|
| Methods in com.jidesoft.plaf.basic with parameters of type StyledLabel | |
|---|---|
protected void |
BasicStyledLabelUI.buildStyledText(StyledLabel label)
|
protected Font |
BasicStyledLabelUI.getFont(StyledLabel label)
Gets the font from the label. |
protected Dimension |
BasicStyledLabelUI.getPreferredSize(StyledLabel label)
Gets the preferred size of the text portion of the StyledLabel including the icon. |
protected void |
BasicStyledLabelUI.paintStyledText(StyledLabel label,
Graphics g,
int textX,
int textY)
|
| Uses of StyledLabel in com.jidesoft.swing |
|---|
| Subclasses of StyledLabel in com.jidesoft.swing | |
|---|---|
class |
ClickThroughStyledLabel
ClickThroughStyledLabel is a special ClickThroughStyledLabel that will retarget all mouse events to specified target component. |
| Methods in com.jidesoft.swing that return StyledLabel | |
|---|---|
StyledLabel |
StyledLabelBuilder.configure(StyledLabel label)
|
StyledLabel |
StyledLabelBuilder.configure(StyledLabel label,
String style)
|
StyledLabel |
StyledLabelBuilder.createLabel()
|
static StyledLabel |
StyledLabelBuilder.createStyledLabel(String text)
|
| Methods in com.jidesoft.swing with parameters of type StyledLabel | |
|---|---|
StyledLabel |
StyledLabelBuilder.configure(StyledLabel label)
|
StyledLabel |
StyledLabelBuilder.configure(StyledLabel label,
String style)
|
static void |
StyledLabelBuilder.setStyledText(StyledLabel label,
char[] text)
Before your call this method, you need call {link@ #parseToVoidStyledTextConfusion(String)} to make sure the text will not contain confusion "\" or "{" |
static void |
StyledLabelBuilder.setStyledText(StyledLabel label,
String text)
Before your call this method, you need call {link@ #parseToVoidStyledTextConfusion(String)} to make sure the text will not contain confusion "\" or "{" |
| Uses of StyledLabel in com.jidesoft.tree |
|---|
| Subclasses of StyledLabel in com.jidesoft.tree | |
|---|---|
class |
StyledTreeCellRenderer
A tree cell renderer based on StyledLabel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||