Class WindowsClassicTaskPaneUI
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.WindowsClassicTaskPaneUI
Windows Classic (NT/2000) implementation of the
JXTaskPane UI.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) classThe border of the taskpane group paints the "text", the "icon", the "expanded" status and the "special" type.Nested classes/interfaces inherited from class BasicTaskPaneUI
BasicTaskPaneUI.ChevronIcon, BasicTaskPaneUI.ContentPaneBorder, BasicTaskPaneUI.PaneBorder -
Field Summary
Fields inherited from class BasicTaskPaneUI
group, mouseListener, mouseOver, propertyListener, roundHeight, titleHeight -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BorderCreates new border for task pane.static ComponentUIprotected voidInstalls default properties.Methods inherited from class BasicTaskPaneUI
configure, createAction, createContentPaneBorder, createMouseInputListener, createPropertyListener, ensureVisible, getPreferredSize, getRoundHeight, getTitleHeight, installKeyboardActions, installListeners, installUI, isInBorder, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
-
Constructor Details
-
WindowsClassicTaskPaneUI
public WindowsClassicTaskPaneUI()
-
-
Method Details
-
createUI
-
installDefaults
protected void installDefaults()Description copied from class:BasicTaskPaneUIInstalls default properties. Following properties are installed:- TaskPane.background
- TaskPane.foreground
- TaskPane.font
- TaskPane.borderColor
- TaskPane.titleForeground
- TaskPane.titleBackgroundGradientStart
- TaskPane.titleBackgroundGradientEnd
- TaskPane.titleOver
- TaskPane.specialTitleOver
- TaskPane.specialTitleForeground
- TaskPane.specialTitleBackground
- Overrides:
installDefaultsin classBasicTaskPaneUI
-
createPaneBorder
Description copied from class:BasicTaskPaneUICreates new border for task pane.- Overrides:
createPaneBorderin classBasicTaskPaneUI- Returns:
- Fresh border on every call.
-