buoy.event
Class WidgetKeyEvent
KeyEvent
buoy.event.WidgetKeyEvent
- WidgetEvent
public abstract class WidgetKeyEvent
extends KeyEvent
This class defines an event caused by a keyboard action. It is sent to the Widget that has
keyboard focus. This is an abstract class, with subclasses for particular types of events.
Object | getSource() - Get the object which generated this event.
|
Widget | getWidget() - Get the Widget which generated this event.
|
getSource
public Object getSource()
Get the object which generated this event.
Written by Peter Eastman.