Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

MetalLabelUI Class Reference

Inherits javax::swing::plaf::basic::BasicLabelUI.

List of all members.


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")

Member Function Documentation

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.


Member Data Documentation

MetalLabelUI metalLabelUI [static, protected]

Color disabledForeground = UIManager.getColor("Label.disabledForeground") [private]