Class WindowsClassicTaskPaneUI.ClassicPaneBorder

  • All Implemented Interfaces:
    javax.swing.border.Border, javax.swing.plaf.UIResource
    Enclosing class:
    WindowsClassicTaskPaneUI

    class WindowsClassicTaskPaneUI.ClassicPaneBorder
    extends BasicTaskPaneUI.PaneBorder
    The border of the taskpane group paints the "text", the "icon", the "expanded" status and the "special" type.
    • Constructor Detail

      • ClassicPaneBorder

        ClassicPaneBorder()
    • Method Detail

      • paintExpandedControls

        protected void paintExpandedControls​(JXTaskPane group,
                                             java.awt.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 class BasicTaskPaneUI.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.