JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicHeaderBoxUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by com.jidesoft.plaf.HeaderBoxUI
              extended by com.jidesoft.plaf.basic.BasicHeaderBoxUI

public class BasicHeaderBoxUI
extends HeaderBoxUI

JideButtonUI implementation


Nested Class Summary
protected  class BasicHeaderBoxUI.RolloverMouseInputAdapter
           
 
Field Summary
protected  ThemePainter _painter
           
 
Constructor Summary
BasicHeaderBoxUI()
           
 
Method Summary
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)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_painter

protected ThemePainter _painter
Constructor Detail

BasicHeaderBoxUI

public BasicHeaderBoxUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI

installListeners

protected void installListeners(JComponent c)

uninstallListeners

protected void uninstallListeners(JComponent c)

installDefaults

protected void installDefaults(HeaderBox p)

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class ComponentUI

paintBorder

protected void paintBorder(Graphics g,
                           JComponent c)

paintBackground

protected void paintBackground(Graphics g,
                               JComponent c)

uninstallDefaults

protected void uninstallDefaults(HeaderBox p)

JIDE 3.5.15