/[classpath]/classpath/javax/swing/BoundedRangeModel.java
ViewVC logotype

Diff of /classpath/javax/swing/BoundedRangeModel.java

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

revision 1.4.2.2 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.4.2.3 by gnu_andrew, Wed Nov 2 00:43:42 2005 UTC
# Line 165  public interface BoundedRangeModel Line 165  public interface BoundedRangeModel
165     *     *
166     * @param value the value     * @param value the value
167     * @param extent the extent     * @param extent the extent
168     * @param minnimum the minimum value     * @param minimum the minimum value
169     * @param maximum the maximum value     * @param maximum the maximum value
170     * @param adjusting a flag that indicates the model is being adjusted     * @param adjusting a flag that indicates the model is being adjusted
171     *                  continuously.     *                  continuously.
172     */     */
173    void setRangeProperties(int value, int extent, int minimum, int maximum,    void setRangeProperties(int value, int extent, int minimum, int maximum,
174                            boolean adjusting);                            boolean adjusting);
175    
176    /**    /**
177     * Adds a <code>ChangeListener</code> to this object.     * Adds a <code>ChangeListener</code> to this object.

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

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