org.pushingpixels.substance.swingx
Class SubstanceTaskPaneContainerUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TaskPaneContainerUI
org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
org.pushingpixels.substance.swingx.SubstanceTaskPaneContainerUI
public class SubstanceTaskPaneContainerUI
- extends org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
Substance-consistent UI delegate for JXTaskPaneContainer
.
Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI |
org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI.VerticalLayoutUIResource |
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI |
taskPane |
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI |
createDefaultLayout, 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 |
SubstanceTaskPaneContainerUI
public SubstanceTaskPaneContainerUI()
- Creates a new UI delegate.
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
installUI
in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
installDefaults
protected void installDefaults()
- Overrides:
installDefaults
in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
uninstallDefaults
protected void uninstallDefaults()
- Overrides:
uninstallDefaults
in class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
paint
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
- Overrides:
paint
in class javax.swing.plaf.ComponentUI