Java Platform 1.2
Beta 4

Uses of Class
java.awt.event.InputEvent

Packages that use InputEvent
com.sun.java.swing.event Provides for events fired by Swing components.  
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.  
 

Uses of InputEvent in com.sun.java.swing.event
 

Subclasses of InputEvent in com.sun.java.swing.event
  MenuDragMouseEvent
          MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
  MenuKeyEvent
          MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
 

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. this state is cleared when a the gesture is completed, after the DragGestureListener is notified.
 

Uses of InputEvent in java.awt.event
 

Subclasses of InputEvent in java.awt.event
  KeyEvent
          An event which indicates that a keystroke occurred in a component.
  MouseEvent
          /** An event which indicates that a mouse action occurred in a component.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.