org.jdesktop.swingx.plaf.misc
Class GlossyTaskPaneUI

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.misc.GlossyTaskPaneUI

public class GlossyTaskPaneUI
extends BasicTaskPaneUI

Paints the JXTaskPane with a gradient in the title bar.

Author:
Frederic Lavigne

Constructor Summary
GlossyTaskPaneUI()
           
 
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

GlossyTaskPaneUI

public GlossyTaskPaneUI()
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