Package com.formdev.flatlaf.swingx.ui
Class FlatTitledPanelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.TitledPanelUI
-
- org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
- com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
-
public class FlatTitledPanelUI extends org.jdesktop.swingx.plaf.basic.BasicTitledPanelUIProvides the Flat LaF UI delegate forJXTitledPanel.
-
-
Constructor Summary
Constructors Constructor Description FlatTitledPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent c)protected InsetsgetCaptionInsets()protected voidinstallComponents(org.jdesktop.swingx.JXTitledPanel titledPanel)protected voidinstallDefaults(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
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
installDefaults
protected void installDefaults(org.jdesktop.swingx.JXTitledPanel titledPanel)
- Overrides:
installDefaultsin classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
installComponents
protected void installComponents(org.jdesktop.swingx.JXTitledPanel titledPanel)
- Overrides:
installComponentsin classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
getCaptionInsets
protected Insets getCaptionInsets()
- Overrides:
getCaptionInsetsin classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
-