public class BasicHeaderBoxUI extends HeaderBoxUI
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicHeaderBoxUI.RolloverMouseInputAdapter |
| Modifier and Type | Field and Description |
|---|---|
protected ThemePainter |
_painter |
| Constructor and Description |
|---|
BasicHeaderBoxUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent c) |
protected void |
installDefaults(HeaderBox p) |
protected void |
installListeners(JComponent c) |
void |
installUI(JComponent c) |
void |
paint(Graphics g,
JComponent c) |
protected void |
paintBackground(Graphics g,
JComponent c) |
protected void |
paintBorder(Graphics g,
JComponent c) |
protected void |
uninstallDefaults(HeaderBox p) |
protected void |
uninstallListeners(JComponent c) |
void |
uninstallUI(JComponent c) |
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, updateprotected ThemePainter _painter
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI in class ComponentUIpublic void uninstallUI(JComponent c)
uninstallUI in class ComponentUIprotected void installListeners(JComponent c)
protected void uninstallListeners(JComponent c)
protected void installDefaults(HeaderBox p)
public void paint(Graphics g, JComponent c)
paint in class ComponentUIprotected void paintBorder(Graphics g, JComponent c)
protected void paintBackground(Graphics g, JComponent c)
protected void uninstallDefaults(HeaderBox p)
Copyright © 2017. All rights reserved.