swingx
Version 2005-08-19

org.jdesktop.swingx.plaf.basic
Class BasicMultiThumbSliderUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by org.jdesktop.swingx.plaf.MultiThumbSliderUI
          extended by org.jdesktop.swingx.plaf.basic.BasicMultiThumbSliderUI

public class BasicMultiThumbSliderUI
extends MultiThumbSliderUI


Field Summary
protected  JXMultiThumbSlider slider
           
 
Constructor Summary
BasicMultiThumbSliderUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void installUI(JComponent c)
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slider

protected JXMultiThumbSlider slider
Constructor Detail

BasicMultiThumbSliderUI

public BasicMultiThumbSliderUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI

swingx
Version 2005-08-19