|
|
javax > javax.swing > javax.swing.plaf > javax.swing.plaf.basic > javax.swing.plaf.basic.basiclabelui >
Class: javax.swing.plaf.basic.BasicLabelUI java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.LabelUI javax.swing.plaf.basic.BasicLabelUI
public class BasicLabelUI extends LabelUI implements PropertyChangeListener
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public static | ComponentUI | createUI(JComponent c) Overrides: ComponentUI |
| | public | int | getBaseline(JComponent c, int width, int height) Throws: NullPointerException Throws: IllegalArgumentException Overrides: ComponentUI |
| | public | Component.BaselineResizeBehavior | getBaselineResizeBehavior(JComponent c) Throws: NullPointerException Overrides: ComponentUI |
| | public | Dimension | getMaximumSize(JComponent c) Overrides: ComponentUI |
| | public | Dimension | getMinimumSize(JComponent c) Overrides: ComponentUI |
| | public | Dimension | getPreferredSize(JComponent c) Overrides: ComponentUI |
| | protected | void | installComponents(JLabel c) |
| | protected | void | installDefaults(JLabel c) |
| | protected | void | installKeyboardActions(JLabel l) |
| | protected | void | installListeners(JLabel c) |
| | public | void | installUI(JComponent c) Overrides: ComponentUI |
| | protected | String | layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR) |
| | public | void | paint(Graphics g, JComponent c) Overrides: ComponentUI |
| | protected | void | paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY) |
| | protected | void | paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY) |
| | public | void | propertyChange(PropertyChangeEvent e) |
| | protected | void | uninstallComponents(JLabel c) |
| | protected | void | uninstallDefaults(JLabel c) |
| | protected | void | uninstallKeyboardActions(JLabel c) |
| | protected | void | uninstallListeners(JLabel c) |
| | public | void | uninstallUI(JComponent c) Overrides: ComponentUI |
| |
|
|
|
INHERITED METHODS:
| installUI(javax.swing.JComponent), uninstallUI(javax.swing.JComponent), paint(java.awt.Graphics, javax.swing.JComponent), update(java.awt.Graphics, javax.swing.JComponent), getPreferredSize(javax.swing.JComponent), getMinimumSize(javax.swing.JComponent), getMaximumSize(javax.swing.JComponent), contains(javax.swing.JComponent, int, int), createUI(javax.swing.JComponent), getBaseline(javax.swing.JComponent, int, int), getBaselineResizeBehavior(javax.swing.JComponent), getAccessibleChildrenCount(javax.swing.JComponent), getAccessibleChild(javax.swing.JComponent, int), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|