Uses of Class javax.swing.JLabel

Uses in package javax.swing

Classes derived from javax.swing.JLabel

class
The default implementation ListCellRenderer.
class
Subclasses DefaultListCellRenderers and implements UIResource.

Uses in package javax.swing.plaf.metal

Classes derived from javax.swing.JLabel

class
A renderer for the files and directories in the file chooser.
class
A renderer for the items in the file filter combo box.

Methods with parameter type javax.swing.JLabel

void
MetalLabelUI.paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)
Draws the text for a disabled label, using the color defined in the UIManager defaults with the key Label.disabledForeground.

Uses in package javax.swing.tree

Classes derived from javax.swing.JLabel

class
A default implementation of the TreeCellRenderer interface.

Uses in package javax.swing.plaf.basic

Classes derived from javax.swing.JLabel

class
A renderer for a JComboBox.
class
A subclass of BasicComboBoxRenderer that implements the UIResource interface.

Methods with parameter type javax.swing.JLabel

void
This method installs the components for this JLabel.
void
This method installs the defaults that are defined in the Basic look and feel for this JLabel.
void
Installs the keyboard actions for the given JLabel.
void
This method installs the listeners for the given JLabel.
String
BasicLabelUI.layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR)
This method is simply calls SwingUtilities's layoutCompoundLabel.
void
BasicLabelUI.paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)
Paints the text if the label is disabled.
void
BasicLabelUI.paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)
Paints the text if the label is enabled.
void
This method uninstalls the components for this JLabel.
void
This method uninstalls the defaults that are defined in the Basic look and feel for this JLabel.
void
This method uninstalls the keyboard actions for the given JLabel.
void
This method uninstalls the listeners for the given JLabel.

Uses in package javax.swing.table

Classes derived from javax.swing.JLabel

class
Class to display every cells.
class