| javax.swing.plaf.basic.BasicLabelUI org.jvnet.substance.SubstanceLabelUI
SubstanceLabelUI | public class SubstanceLabelUI extends BasicLabelUI (Code) | | UI for labels in Substance look and feel.
author: Kirill Grouchnikov |
Constructor Summary | |
public | SubstanceLabelUI() Creates a new UI delegate for labels. |
SubstanceLabelUI | public SubstanceLabelUI()(Code) | | Creates a new UI delegate for labels.
|
installDefaults | protected void installDefaults(JLabel c)(Code) | | |
installListeners | protected void installListeners(JLabel c)(Code) | | |
replaceThemedIcon | protected void replaceThemedIcon(JLabel label)(Code) | | Replaces the label icon with a themed version of that icon.
Parameters: label - Label. |
uninstallDefaults | protected void uninstallDefaults(JLabel c)(Code) | | |
uninstallListeners | protected void uninstallListeners(JLabel c)(Code) | | |
Methods inherited from javax.swing.plaf.basic.BasicLabelUI | public static ComponentUI createUI(JComponent c)(Code)(Java Doc) public int getBaseline(JComponent c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)(Code)(Java Doc) public Dimension getMaximumSize(JComponent c)(Code)(Java Doc) public Dimension getMinimumSize(JComponent c)(Code)(Java Doc) public Dimension getPreferredSize(JComponent c)(Code)(Java Doc) protected void installComponents(JLabel c)(Code)(Java Doc) protected void installDefaults(JLabel c)(Code)(Java Doc) protected void installKeyboardActions(JLabel l)(Code)(Java Doc) protected void installListeners(JLabel c)(Code)(Java Doc) public void installUI(JComponent c)(Code)(Java Doc) protected String layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR)(Code)(Java Doc) public void paint(Graphics g, JComponent c)(Code)(Java Doc) protected void paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)(Code)(Java Doc) protected void paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)(Code)(Java Doc) public void propertyChange(PropertyChangeEvent e)(Code)(Java Doc) protected void uninstallComponents(JLabel c)(Code)(Java Doc) protected void uninstallDefaults(JLabel c)(Code)(Java Doc) protected void uninstallKeyboardActions(JLabel c)(Code)(Java Doc) protected void uninstallListeners(JLabel c)(Code)(Java Doc) public void uninstallUI(JComponent c)(Code)(Java Doc)
|
|
|