![]() |
|
Contents |
Static Public Member Functions | |
| static ComponentUI | createUI (final JComponent c) |
Protected Member Functions | |
| void | paintDisabledText (final JLabel label, final Graphics g, final String clippedText, final int textX, final int textY) |
Static Protected Attributes | |
| static MetalLabelUI | metalLabelUI |
Private Attributes | |
| Color | disabledForeground = UIManager.getColor("Label.disabledForeground") |
| static ComponentUI createUI | ( | final JComponent | c | ) | [static] |
Reimplemented from BasicLabelUI.
| void paintDisabledText | ( | final JLabel | label, | |
| final Graphics | g, | |||
| final String | clippedText, | |||
| final int | textX, | |||
| final int | textY | |||
| ) | [protected] |
Reimplemented from BasicLabelUI.
MetalLabelUI metalLabelUI [static, protected] |
Color disabledForeground = UIManager.getColor("Label.disabledForeground") [private] |