Class MaterialTaskPaneUI.MaterialPaneBorder

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

    protected class MaterialTaskPaneUI.MaterialPaneBorder
    extends java.lang.Object
    Define the Main Panel how the component should be inside is panel
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MaterialPaneBorder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Dimension getPreferredSize​(org.jdesktop.swingx.JXTaskPane group)  
      protected boolean isMouseOverBorder()  
      protected void paintChevronControls​(org.jdesktop.swingx.JXTaskPane group, java.awt.Graphics g, int x, int y, int width, int height)  
      protected void paintTitleBackground​(org.jdesktop.swingx.JXTaskPane group, java.awt.Graphics g)
      This set also the border to the component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaterialPaneBorder

        protected MaterialPaneBorder()
    • Method Detail

      • paintTitleBackground

        protected void paintTitleBackground​(org.jdesktop.swingx.JXTaskPane group,
                                            java.awt.Graphics g)
        This set also the border to the component.

        - is possible define with the propriety TaskPanel.arch if the TaskPane title should be a rectangle or with an arch

      • isMouseOverBorder

        protected boolean isMouseOverBorder()
      • getPreferredSize

        public java.awt.Dimension getPreferredSize​(org.jdesktop.swingx.JXTaskPane group)
      • paintChevronControls

        protected void paintChevronControls​(org.jdesktop.swingx.JXTaskPane group,
                                            java.awt.Graphics g,
                                            int x,
                                            int y,
                                            int width,
                                            int height)