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.

Author:
Frederic Lavigne

Constructor Summary
WindowsTaskPaneUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 void update(java.awt.Graphics g, javax.swing.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, getPreferredSize, installUI, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsTaskPaneUI

public WindowsTaskPaneUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

update

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

Overrides:
update in class javax.swing.plaf.ComponentUI