Class FlatTaskPaneUI


  • public class FlatTaskPaneUI
    extends org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
    Provides the Flat LaF UI delegate for JXTaskPane.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  FlatTaskPaneUI.FlatContentPaneBorder
      The content pane border.
      private class  FlatTaskPaneUI.FlatPaneBorder  
      • Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI

        org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.ChevronIcon, org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.ContentPaneBorder, org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.PaneBorder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Color background  
      • Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI

        group, mouseListener, mouseOver, propertyListener, roundHeight, titleHeight
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatTaskPaneUI()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.swing.border.Border createContentPaneBorder()  
      protected javax.swing.border.Border createPaneBorder()  
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      protected int getRoundHeight()  
      protected int getTitleHeight​(java.awt.Component c)  
      protected void installDefaults()  
      void uninstallUI​(javax.swing.JComponent c)  
      • Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI

        configure, createAction, createMouseInputListener, createPropertyListener, ensureVisible, getPreferredSize, installKeyboardActions, installListeners, installUI, isInBorder, uninstallListeners
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
      • Methods inherited from class java.lang.Object

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

      • background

        private java.awt.Color background
    • Constructor Detail

      • FlatTaskPaneUI

        public FlatTaskPaneUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      • installDefaults

        protected void installDefaults()
        Overrides:
        installDefaults in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
      • uninstallUI

        public void uninstallUI​(javax.swing.JComponent c)
        Overrides:
        uninstallUI in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
      • getTitleHeight

        protected int getTitleHeight​(java.awt.Component c)
        Overrides:
        getTitleHeight in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
      • getRoundHeight

        protected int getRoundHeight()
        Overrides:
        getRoundHeight in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
      • createPaneBorder

        protected javax.swing.border.Border createPaneBorder()
        Overrides:
        createPaneBorder in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
      • createContentPaneBorder

        protected javax.swing.border.Border createContentPaneBorder()
        Overrides:
        createContentPaneBorder in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI