Class SubstanceTitledPanelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.TitledPanelUI
-
- org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
- org.pushingpixels.substance.swingx.SubstanceTitledPanelUI
-
public class SubstanceTitledPanelUI extends org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
Substance-consistent UI delegate forJXTitledPanel
.
-
-
Constructor Summary
Constructors Constructor Description SubstanceTitledPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jdesktop.swingx.JXPanel
createAndConfigureTopPanel(org.jdesktop.swingx.JXTitledPanel titledPanel)
static ComponentUI
createUI(JComponent comp)
protected void
installComponents(org.jdesktop.swingx.JXTitledPanel titledPanel)
protected void
uninstallDefaults(org.jdesktop.swingx.JXTitledPanel titledPanel)
-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
createAndConfigureCaption, getCaptionInsets, getLeftDecoration, getRightDecoration, getTitleBar, installDefaults, installListeners, installProperty, installUI, paint, setLeftDecoration, setRightDecoration, uninstallComponents, 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 comp)
-
installComponents
protected void installComponents(org.jdesktop.swingx.JXTitledPanel titledPanel)
- Overrides:
installComponents
in classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
createAndConfigureTopPanel
protected org.jdesktop.swingx.JXPanel createAndConfigureTopPanel(org.jdesktop.swingx.JXTitledPanel titledPanel)
- Overrides:
createAndConfigureTopPanel
in classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
uninstallDefaults
protected void uninstallDefaults(org.jdesktop.swingx.JXTitledPanel titledPanel)
- Overrides:
uninstallDefaults
in classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
-