public class SubstanceLabelUI
extends javax.swing.plaf.basic.BasicLabelUI
Modifier and Type | Field and Description |
---|---|
protected java.beans.PropertyChangeListener |
substancePropertyChangeListener
Property change listener.
|
Constructor and Description |
---|
SubstanceLabelUI() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent comp) |
protected void |
installListeners(javax.swing.JLabel c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
uninstallListeners(javax.swing.JLabel c) |
void |
update(java.awt.Graphics g,
javax.swing.JComponent c) |
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installUI, layoutCL, paintDisabledText, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI
protected java.beans.PropertyChangeListener substancePropertyChangeListener
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
protected void installListeners(javax.swing.JLabel c)
installListeners
in class javax.swing.plaf.basic.BasicLabelUI
protected void uninstallListeners(javax.swing.JLabel c)
uninstallListeners
in class javax.swing.plaf.basic.BasicLabelUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicLabelUI
public void update(java.awt.Graphics g, javax.swing.JComponent c)
update
in class javax.swing.plaf.ComponentUI