/[classpath]/classpath/javax/swing/plaf/metal/MetalSliderUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalSliderUI.java

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

revision 1.1.2.4 by gnu_andrew, Sat Sep 10 15:31:53 2005 UTC revision 1.1.2.5 by gnu_andrew, Wed Nov 2 00:44:01 2005 UTC
# Line 56  import javax.swing.plaf.basic.BasicSlide Line 56  import javax.swing.plaf.basic.BasicSlide
56  /**  /**
57   * A UI delegate for the {@link JSlider} component.   * A UI delegate for the {@link JSlider} component.
58   */   */
59  public class MetalSliderUI  public class MetalSliderUI extends BasicSliderUI
   extends BasicSliderUI  
60  {  {
61    /**    /**
62     * A property change handler that updates the rendered component in response     * A property change handler that updates the rendered component in response
# Line 66  public class MetalSliderUI Line 65  public class MetalSliderUI
65     * the {@link MetalLookAndFeel}.     * the {@link MetalLookAndFeel}.
66     */     */
67    protected class MetalPropertyListener    protected class MetalPropertyListener
68        extends BasicSliderUI.PropertyChangeHandler      extends BasicSliderUI.PropertyChangeHandler
69    {    {
70      /**      /**
71       * Creates a new listener.       * Creates a new listener.
72       */       */
73      protected MetalPropertyListener()      protected MetalPropertyListener()
74      {      {
75          // Nothing to do here.
76      }      }
77            
78      /**      /**
# Line 149  public class MetalSliderUI Line 149  public class MetalSliderUI
149    }    }
150    
151    /**    /**
152     * Returns an instance of MetalSliderUI.     * Returns a new instance of <code>MetalSliderUI</code>.
153     *     *
154     * @param component the component (ignored).     * @param component the component (ignored).
155     *     *
156     * @return an instance of MetalSliderUI     * @return A new instance of <code>MetalSliderUI</code>.
157     */     */
158    public static ComponentUI createUI(JComponent component)    public static ComponentUI createUI(JComponent component)
159    {    {

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

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