org.jdesktop.swingx.plaf.windows
Class WindowsClassicTaskPaneUI

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.WindowsClassicTaskPaneUI

public class WindowsClassicTaskPaneUI
extends BasicTaskPaneUI

Windows Classic (NT/2000) implementation of the JXTaskPane UI.


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, roundHeight, titleHeight
 
Constructor Summary
WindowsClassicTaskPaneUI()
           
 
Method Summary
protected  Border createPaneBorder()
          Creates new border for task pane.
static ComponentUI createUI(JComponent c)
           
protected  void installDefaults()
          Installs default properties.
 
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
configure, createAction, createContentPaneBorder, createMouseInputListener, createPropertyListener, ensureVisible, getPreferredSize, getRoundHeight, getTitleHeight, installKeyboardActions, installListeners, installUI, isInBorder, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsClassicTaskPaneUI

public WindowsClassicTaskPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

protected void installDefaults()
Description copied from class: BasicTaskPaneUI
Installs default properties. Following properties are installed:

Overrides:
installDefaults in class BasicTaskPaneUI

createPaneBorder

protected Border createPaneBorder()
Description copied from class: BasicTaskPaneUI
Creates new border for task pane.

Overrides:
createPaneBorder in class BasicTaskPaneUI
Returns:
Fresh border on every call.