MDateSelector

mseries.plaf.basic
Class BasicHeaderUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by mseries.plaf.basic.BasicHeaderUI
Direct Known Subclasses:
MetalHeaderUI, MotifHeaderUI, WindowsHeaderUI

public class BasicHeaderUI
extends ComponentUI


Field Summary
protected  Header header
           
 
Constructor Summary
BasicHeaderUI()
           
 
Method Summary
static ComponentUI createUI(JComponent x)
          This method is called by the UIManager to get an instance of this class and must be overridden in subclasses.
protected  Dimension getCellSize()
           
 Font getFont()
           
protected  void installDefaults()
           
 void installUI(JComponent c)
           
 boolean isOpaque()
           
 void paint(Graphics g, JComponent c)
           
protected  void uninstallDefaults()
           
 void uninstallUI(JComponent c)
           
 void update(Graphics g, JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected Header header
Constructor Detail

BasicHeaderUI

public BasicHeaderUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent x)
This method is called by the UIManager to get an instance of this class and must be overridden in subclasses.


installUI

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

uninstallUI

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

installDefaults

protected void installDefaults()

uninstallDefaults

protected void uninstallDefaults()

update

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

getFont

public Font getFont()

paint

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

isOpaque

public boolean isOpaque()

getCellSize

protected Dimension getCellSize()

MDateSelector

Copyright © 2001-2007 M Newstead. All Rights Reserved.