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.BasicTitledPanelUI
Provides the Flat LaF UI delegate for
JXTitledPanel
.-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
caption, left, right, titleChangeListener, topPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
protected Insets
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
-
Constructor Details
-
FlatTitledPanelUI
public FlatTitledPanelUI()
-
-
Method Details
-
createUI
-
installDefaults
protected void installDefaults(org.jdesktop.swingx.JXTitledPanel titledPanel) - Overrides:
installDefaults
in classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
installComponents
protected void installComponents(org.jdesktop.swingx.JXTitledPanel titledPanel) - Overrides:
installComponents
in classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
getCaptionInsets
- Overrides:
getCaptionInsets
in classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-