Package org.jdesktop.swingx.plaf.windows
Class WindowsClassicTaskPaneUI.ClassicPaneBorder
java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
org.jdesktop.swingx.plaf.windows.WindowsClassicTaskPaneUI.ClassicPaneBorder
- All Implemented Interfaces:
Border
,UIResource
- Enclosing class:
WindowsClassicTaskPaneUI
The border of the taskpane group paints the "text", the "icon", the
"expanded" status and the "special" type.
-
Field Summary
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
borderColor, label, specialTitleBackground, specialTitleForeground, specialTitleOver, titleBackgroundGradientEnd, titleBackgroundGradientStart, titleForeground, titleOver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
paintExpandedControls
(JXTaskPane group, Graphics g, int x, int y, int width, int height) Paints expanded controls.Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
configureLabel, getBorderInsets, getPaintColor, getPreferredSize, isBorderOpaque, isMouseOverBorder, paintBorder, paintChevronControls, paintFocus, paintOvalAroundControls, paintRectAroundControls, paintTitle, paintTitleBackground
-
Constructor Details
-
ClassicPaneBorder
ClassicPaneBorder()
-
-
Method Details
-
paintExpandedControls
protected void paintExpandedControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) Description copied from class:BasicTaskPaneUI.PaneBorder
Paints expanded controls. Default implementation does nothing.- Overrides:
paintExpandedControls
in classBasicTaskPaneUI.PaneBorder
- Parameters:
group
- Expanded group.g
- Target graphics.x
- X coordinate of the top left corner.y
- Y coordinate of the top left corner.width
- Width of the box.height
- Height of the box.
-