/[classpath]/classpath/javax/swing/plaf/basic/BasicSliderUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicSliderUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.5 by gnu_andrew, Thu Apr 28 23:00:14 2005 UTC revision 1.6.2.6 by gnu_andrew, Sun Jun 5 19:36:39 2005 UTC
# Line 138  public class BasicSliderUI extends Slide Line 138  public class BasicSliderUI extends Slide
138  {  {
139    /**    /**
140     * Helper class that listens to the {@link JSlider}'s model for changes.     * Helper class that listens to the {@link JSlider}'s model for changes.
141       *
142       * @specnote Apparently this class was intended to be protected,
143       *           but was made public by a compiler bug and is now
144       *           public for compatibility.
145     */     */
146    public class ChangeHandler implements ChangeListener    public class ChangeHandler implements ChangeListener
147    {    {
# Line 160  public class BasicSliderUI extends Slide Line 164  public class BasicSliderUI extends Slide
164    
165    /**    /**
166     * Helper class that listens for resize events.     * Helper class that listens for resize events.
167       *
168       * @specnote Apparently this class was intended to be protected,
169       *           but was made public by a compiler bug and is now
170       *           public for compatibility.
171     */     */
172    protected class ComponentHandler extends ComponentAdapter    public class ComponentHandler extends ComponentAdapter
173    {    {
174      /**      /**
175       * Called when the size of the component changes. The UI delegate should       * Called when the size of the component changes. The UI delegate should
# Line 181  public class BasicSliderUI extends Slide Line 189  public class BasicSliderUI extends Slide
189    
190    /**    /**
191     * Helper class that listens for focus events.     * Helper class that listens for focus events.
192       *
193       * @specnote Apparently this class was intended to be protected,
194       *           but was made public by a compiler bug and is now
195       *           public for compatibility.
196     */     */
197    public class FocusHandler implements FocusListener    public class FocusHandler implements FocusListener
198    {    {
# Line 246  public class BasicSliderUI extends Slide Line 258  public class BasicSliderUI extends Slide
258     * Helper class that listens to our swing timer. This class is responsible     * Helper class that listens to our swing timer. This class is responsible
259     * for listening to the timer and moving the thumb in the proper direction     * for listening to the timer and moving the thumb in the proper direction
260     * every interval.     * every interval.
261       *
262       * @specnote Apparently this class was intended to be protected,
263       *           but was made public by a compiler bug and is now
264       *           public for compatibility.
265     */     */
266    public class ScrollListener implements ActionListener    public class ScrollListener implements ActionListener
267    {    {
# Line 320  public class BasicSliderUI extends Slide Line 336  public class BasicSliderUI extends Slide
336    
337    /**    /**
338     * Helper class that listens for mouse events.     * Helper class that listens for mouse events.
339       *
340       * @specnote Apparently this class was intended to be protected,
341       *           but was made public by a compiler bug and is now
342       *           public for compatibility.
343     */     */
344    public class TrackListener extends MouseInputAdapter    public class TrackListener extends MouseInputAdapter
345    {    {

Legend:
Removed from v.1.6.2.5  
changed lines
  Added in v.1.6.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26