org.jdesktop.swingx.plaf.basic
Class BasicScrollUpUI

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.jdesktop.swingx.plaf.basic.BasicScrollUpUI
Direct Known Subclasses:
MetalScrollUpUI, WindowsScrollUpUI

public class BasicScrollUpUI
extends BasicTitledPanelUI

Adds logic for creating a different title bar component that handles alpha differently for enhanced scrollup/down behavior


Nested Class Summary
protected  class BasicScrollUpUI.ScrollUpTopPanel
           
 
Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
BasicTitledPanelUI.JGradientPanel
 
Field Summary
 
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
titledPanel
 
Constructor Summary
BasicScrollUpUI()
          Creates a new instance of BasicScrollUpUI
 
Method Summary
protected  BasicTitledPanelUI.JGradientPanel createTopPanel(JXTitledPanel panel)
           
 
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTitledPanelUI
addLeftDecoration, addRightDecoration, getTitleBar, installListeners, installProperty, installUI, paint, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScrollUpUI

public BasicScrollUpUI()
Creates a new instance of BasicScrollUpUI

Method Detail

createTopPanel

protected BasicTitledPanelUI.JGradientPanel createTopPanel(JXTitledPanel panel)
Overrides:
createTopPanel in class BasicTitledPanelUI