swingx
Version 2005-08-19

org.jdesktop.swingx.plaf.windows
Class WindowsTaskPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.TaskPaneUI
              extended by org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
                  extended by org.jdesktop.swingx.plaf.windows.WindowsTaskPaneUI

public class WindowsTaskPaneUI
extends BasicTaskPaneUI

Windows implementation of the TaskPaneUI.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
BasicTaskPaneUI.ChevronIcon, BasicTaskPaneUI.ContentPaneBorder, BasicTaskPaneUI.PaneBorder
 
Field Summary
 
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
group, mouseListener, mouseOver, propertyListener, ROUND_HEIGHT, TITLE_HEIGHT
 
Constructor Summary
WindowsTaskPaneUI()
           
 
Method Summary
protected  Border createPaneBorder()
           
static ComponentUI createUI(JComponent c)
           
 void update(Graphics g, JComponent c)
          Overriden to paint the background of the component but keeping the rounded corners.
 
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
createAction, createContentPaneBorder, createMouseInputListener, createPropertyListener, ensureVisible, getPreferredSize, getTitleHeight, installDefaults, installKeyboardActions, installListeners, installUI, isInBorder, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsTaskPaneUI

public WindowsTaskPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

createPaneBorder

protected Border createPaneBorder()
Overrides:
createPaneBorder in class BasicTaskPaneUI

update

public void update(Graphics g,
                   JComponent c)
Overriden to paint the background of the component but keeping the rounded corners.

Overrides:
update in class ComponentUI

swingx
Version 2005-08-19