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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsTaskPaneUI
public WindowsTaskPaneUI()
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