com.jgoodies.looks.windows
Class WindowsToolBarSeparatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SeparatorUI
          extended by javax.swing.plaf.basic.BasicSeparatorUI
              extended by javax.swing.plaf.basic.BasicToolBarSeparatorUI
                  extended by com.jgoodies.looks.windows.WindowsToolBarSeparatorUI

public final class WindowsToolBarSeparatorUI
extends BasicToolBarSeparatorUI

A Windows tool bar separator that honors the tool bar's border. Used in in 1.4.0, 1.4.1 and 1.4.2 with XP turned off. In addition this class reuses a single UI instance.

Version:
$Revision: 1.2 $
Author:
Karsten Lentzsch

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Constructor Summary
WindowsToolBarSeparatorUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicToolBarSeparatorUI
getPreferredSize, installDefaults
 
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsToolBarSeparatorUI

public WindowsToolBarSeparatorUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paint

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


Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.