public class BasicHeaderBoxUI extends HeaderBoxUI
Modifier and Type | Class | Description |
---|---|---|
protected class |
BasicHeaderBoxUI.RolloverMouseInputAdapter |
Modifier and Type | Field | Description |
---|---|---|
protected ThemePainter |
_painter |
Constructor | Description |
---|---|
BasicHeaderBoxUI() |
Modifier and Type | Method | 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, update
protected ThemePainter _painter
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI
in class ComponentUI
public void uninstallUI(JComponent c)
uninstallUI
in class ComponentUI
protected void installListeners(JComponent c)
protected void uninstallListeners(JComponent c)
protected void installDefaults(HeaderBox p)
public void paint(Graphics g, JComponent c)
paint
in class ComponentUI
protected void paintBorder(Graphics g, JComponent c)
protected void paintBackground(Graphics g, JComponent c)
protected void uninstallDefaults(HeaderBox p)