| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.LabelUI javax.swing.plaf.basic.BasicLabelUI
All known Subclasses: javax.swing.plaf.metal.MetalLabelUI,
Method Summary | |
public static ComponentUI | createUI(JComponent c) | public Dimension | getPreferredSize(JComponent c) | protected void | installComponents(JLabel label) | protected void | installDefaults(JLabel label) | protected void | installKeyboardActions(JLabel label) | protected void | installListeners(JLabel label) | public void | installUI(JComponent c) | protected String | layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR) | public void | paint(Graphics g, JComponent c) | protected void | paintDisabledText(JLabel label, Graphics g, String clippedText, int textX, int textY) | protected void | paintEnabledText(JLabel label, Graphics g, String clippedText, int textX, int textY) | public void | propertyChange(PropertyChangeEvent e) | protected void | uninstallComponents(JLabel label) | protected void | uninstallDefaults(JLabel label) | protected void | uninstallKeyboardActions(JLabel label) | protected void | uninstallListeners(JLabel label) | public void | uninstallUI(JComponent c) |
installComponents | protected void installComponents(JLabel label)(Code) | | |
installDefaults | protected void installDefaults(JLabel label)(Code) | | |
installKeyboardActions | protected void installKeyboardActions(JLabel label)(Code) | | |
installListeners | protected void installListeners(JLabel label)(Code) | | |
uninstallComponents | protected void uninstallComponents(JLabel label)(Code) | | |
uninstallDefaults | protected void uninstallDefaults(JLabel label)(Code) | | |
uninstallKeyboardActions | protected void uninstallKeyboardActions(JLabel label)(Code) | | |
uninstallListeners | protected void uninstallListeners(JLabel label)(Code) | | |
|
|