| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputEvent | |
| java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. | 
| java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. | 
| javax.swing.event | Provides for events fired by Swing components. | 
| Uses of InputEvent in java.awt.dnd | 
| Methods in java.awt.dnd that return InputEvent | |
|  InputEvent | DragGestureEvent.getTriggerEvent() | 
|  InputEvent | DragGestureRecognizer.getTriggerEvent() | 
| Methods in java.awt.dnd with parameters of type InputEvent | |
| protected  void | DragGestureRecognizer.appendEvent(InputEvent awtie)Listeners registered on the Component by this Recognizer shall record all Events that are recognized as part of the series of Events that go to comprise a Drag and Drop initiating gesture via this API. | 
| Uses of InputEvent in java.awt.event | 
| Subclasses of InputEvent in java.awt.event | |
|  class | KeyEventAn event which indicates that a keystroke occurred in a component. | 
|  class | MouseEvent/** An event which indicates that a mouse action occurred in a component. | 
| Uses of InputEvent in javax.swing.event | 
| Subclasses of InputEvent in javax.swing.event | |
|  class | MenuDragMouseEventMenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions. | 
|  class | MenuKeyEventMenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree. | 
| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||