org.jdesktop.swingx.plaf.windows
Class WindowsTaskPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TaskPaneUI
org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
org.jdesktop.swingx.plaf.windows.WindowsTaskPaneUI
public class WindowsTaskPaneUI
- extends BasicTaskPaneUI
Windows implementation of the TaskPaneUI.
- Author:
- Frederic Lavigne
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 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 |
WindowsTaskPaneUI
public WindowsTaskPaneUI()
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