Class FlatTitledPanelUI


  • public class FlatTitledPanelUI
    extends org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
    Provides the Flat LaF UI delegate for JXTitledPanel.
    • Field Summary

      • Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI

        caption, left, right, titleChangeListener, topPanel
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      protected java.awt.Insets getCaptionInsets()  
      protected void installComponents​(org.jdesktop.swingx.JXTitledPanel titledPanel)  
      protected void installDefaults​(org.jdesktop.swingx.JXTitledPanel titledPanel)  
      • Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI

        createAndConfigureCaption, createAndConfigureTopPanel, getLeftDecoration, getRightDecoration, getTitleBar, installListeners, installProperty, installUI, paint, setLeftDecoration, setRightDecoration, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
      • Methods inherited from class javax.swing.plaf.ComponentUI

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

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

      • FlatTitledPanelUI

        public FlatTitledPanelUI()
    • Method Detail

      • createUI

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

        protected void installDefaults​(org.jdesktop.swingx.JXTitledPanel titledPanel)
        Overrides:
        installDefaults in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
      • installComponents

        protected void installComponents​(org.jdesktop.swingx.JXTitledPanel titledPanel)
        Overrides:
        installComponents in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
      • getCaptionInsets

        protected java.awt.Insets getCaptionInsets()
        Overrides:
        getCaptionInsets in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI