Class SubstanceLabelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.LabelUI
-
- javax.swing.plaf.basic.BasicLabelUI
-
- org.pushingpixels.substance.internal.ui.SubstanceLabelUI
-
- All Implemented Interfaces:
PropertyChangeListener,EventListener
public class SubstanceLabelUI extends BasicLabelUI
UI for labels in Substance look and feel.
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyChangeListenersubstancePropertyChangeListenerProperty change listener.-
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
-
-
Constructor Summary
Constructors Constructor Description SubstanceLabelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent comp)protected voidinstallListeners(JLabel c)voidpaint(Graphics g, JComponent c)protected voiduninstallListeners(JLabel c)voidupdate(Graphics g, JComponent c)-
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installUI, layoutCL, paintDisabledText, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
-
-
-
-
Field Detail
-
substancePropertyChangeListener
protected PropertyChangeListener substancePropertyChangeListener
Property change listener.
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent comp)
-
installListeners
protected void installListeners(JLabel c)
- Overrides:
installListenersin classBasicLabelUI
-
uninstallListeners
protected void uninstallListeners(JLabel c)
- Overrides:
uninstallListenersin classBasicLabelUI
-
paint
public void paint(Graphics g, JComponent c)
- Overrides:
paintin classBasicLabelUI
-
update
public void update(Graphics g, JComponent c)
- Overrides:
updatein classComponentUI
-
-