org.pushingpixels.substance.swingx
Class SubstanceTitledPanelUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.TitledPanelUI
              extended by org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
                  extended by org.pushingpixels.substance.swingx.SubstanceTitledPanelUI

public class SubstanceTitledPanelUI
extends org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI

Substance-consistent UI delegate for JXTitledPanel.


Field Summary
 
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
caption, left, right, titleChangeListener, topPanel
 
Constructor Summary
SubstanceTitledPanelUI()
           
 
Method Summary
protected  org.jdesktop.swingx.JXPanel createAndConfigureTopPanel(org.jdesktop.swingx.JXTitledPanel titledPanel)
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceTitledPanelUI

public SubstanceTitledPanelUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)

installComponents

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

createAndConfigureTopPanel

protected org.jdesktop.swingx.JXPanel createAndConfigureTopPanel(org.jdesktop.swingx.JXTitledPanel titledPanel)
Overrides:
createAndConfigureTopPanel in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI

uninstallDefaults

protected void uninstallDefaults(org.jdesktop.swingx.JXTitledPanel titledPanel)
Overrides:
uninstallDefaults in class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI