All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.multiplayer.TrackSliderUI

java.lang.Object
   |
   +----com.sun.java.swing.plaf.ComponentUI
           |
           +----com.sun.java.swing.plaf.SliderUI
                   |
                   +----com.sun.java.swing.plaf.basic.BasicSliderUI
                           |
                           +----ejmf.toolkit.multiplayer.TrackSliderUI

public class TrackSliderUI
extends BasicSliderUI
L&F for TrackSlider


Constructor Index

 o TrackSliderUI(JSlider)
Create TrackSliderUI

Method Index

 o calculateThumbBounds()
Calculate the bounds of the slider bounds
 o createUI(JComponent)
Create UI for UIManager
 o getScrollTimer()
 o getSlider()
 o getTrackBuffer()
 o installUI(JComponent)
Install UI
 o uninstallUI(JComponent)
Uninstall UI
 o valueForXPosition(int)

Constructors

 o TrackSliderUI
 public TrackSliderUI(JSlider s)
Create TrackSliderUI

Methods

 o createUI
 public static ComponentUI createUI(JComponent c)
Create UI for UIManager

Returns:
A ComponentUI
See Also:
ComponentUI
 o calculateThumbBounds
 public void calculateThumbBounds()
Calculate the bounds of the slider bounds

Overrides:
calculateThumbBounds in class BasicSliderUI
 o installUI
 public void installUI(JComponent c)
Install UI

Parameters:
c - JComponent depicting UI
Overrides:
installUI in class BasicSliderUI
See Also:
ComponentUI
 o uninstallUI
 public void uninstallUI(JComponent c)
Uninstall UI

Parameters:
c - JComponent depicting UI
Overrides:
uninstallUI in class BasicSliderUI
See Also:
ComponentUI
 o getSlider
 protected JSlider getSlider()
Returns:
the JSlider used to display this TrackSliderUI
 o getScrollTimer
 protected Timer getScrollTimer()
 o getTrackBuffer
 protected int getTrackBuffer()
 o valueForXPosition
 public int valueForXPosition(int xPos)

All Packages  Class Hierarchy  This Package  Previous  Next  Index