Uses of Class javax.swing.plaf.LabelUI

Uses in package javax.swing.plaf.multi

Classes derived from javax.swing.plaf.LabelUI

class
A UI delegate that that coordinates multiple LabelUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).

Uses in package javax.swing

Methods with parameter type javax.swing.plaf.LabelUI

void
Sets the label's UI delegate.

Methods with return type javax.swing.plaf.LabelUI

LabelUI
Returns the label's UI delegate.

Uses in package javax.swing.plaf.metal

Classes derived from javax.swing.plaf.LabelUI

class
A UI delegate for the JLabel component.

Uses in package javax.swing.plaf.basic

Classes derived from javax.swing.plaf.LabelUI

class
This is the Basic Look and Feel class for the JLabel.