|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |