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.BasicTitledPanelUISubstance-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.JXPanelcreateAndConfigureTopPanel(org.jdesktop.swingx.JXTitledPanel titledPanel)static ComponentUIcreateUI(JComponent comp)protected voidinstallComponents(org.jdesktop.swingx.JXTitledPanel titledPanel)protected voiduninstallDefaults(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:
installComponentsin classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
createAndConfigureTopPanel
protected org.jdesktop.swingx.JXPanel createAndConfigureTopPanel(org.jdesktop.swingx.JXTitledPanel titledPanel)
- Overrides:
createAndConfigureTopPanelin classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
uninstallDefaults
protected void uninstallDefaults(org.jdesktop.swingx.JXTitledPanel titledPanel)
- Overrides:
uninstallDefaultsin classorg.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
-
-