/[classpath]/classpath/java/awt/event/MouseWheelEvent.java
ViewVC logotype

Diff of /classpath/java/awt/event/MouseWheelEvent.java

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

revision 1.3 by mkoch, Wed Feb 16 10:39:26 2005 UTC revision 1.4 by trebligd, Tue Jun 28 15:00:15 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.awt.event;  package java.awt.event;
40    
41    import java.awt.Adjustable;
42  import java.awt.Component;  import java.awt.Component;
43    import java.awt.Rectangle;
44    import java.awt.ScrollPane;
45    
46    import javax.swing.JScrollPane;
47    import javax.swing.Scrollable;
48    
49  /**  /**
50   * This event is generated for a mouse wheel rotation. The wheel (the middle   * This event is generated for a mouse wheel rotation. The wheel (the middle
# Line 143  public class MouseWheelEvent extends Mou Line 149  public class MouseWheelEvent extends Mou
149    
150    /**    /**
151     * This method returns the scrolling pattern this event requests. Legal     * This method returns the scrolling pattern this event requests. Legal
152     * values are WHEEL_UNIT_SCROLL and WHEEL_BLOCK_SCROLL.     * values are {@link #WHEEL_UNIT_SCROLL} and {@link #WHEEL_BLOCK_SCROLL}.
153     *     *
154     * @return the scroll type     * @return the scroll type
155     * @see Adjustable#getUnitIncrement()     * @see Adjustable#getUnitIncrement()

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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