jdk/src/java.desktop/macosx/classes/com/apple/eawt/event/package.html
changeset 46338 e84b501fa52e
parent 46337 307e52ec20cd
parent 44236 d1cab6c7e608
child 46339 b80e814907b1
equal deleted inserted replaced
46337:307e52ec20cd 46338:e84b501fa52e
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <title></title>
       
     5 </head>
       
     6 <body bgcolor="white">
       
     7 Classes for receiving gesture events.
       
     8 
       
     9 Provides a mechanism to receive various gesture events on JComponents. Gesture notifications are relayed up the component hierarchy from the deepest component under the cursor to the top-level container. Events may be consumed by deeper components to prevent them from propagating to higher components.
       
    10 
       
    11 Gesture listeners are added to components using the GestureUtilities helper class.
       
    12 </body>
       
    13 </html>