Package org.gnu.gtk.event

Interface Summary
ActionEntryListener  
ActionListener  
AdjustmentListener Listener for the Adjustment object.
ButtonListener Listener for the Button widget.
CalendarListener Listener for the Calendar widget.
CellEditableListener Listener for the CellEditable class.
CellRendererTextListener Listener CellRendererText widgets.
CellRendererToggleListener Listener CellRendererText widgets.
CheckMenuItemListener This is the listener interface for receiving CheckMenuItem events.
ColorButtonListener This is the listener interface for receiving ColorButton events.
ColorSelectionListener This is the listener interface for receiving ColorSelection events.
ComboBoxListener This is the listener interface for receiving ComboBox events.
ConfigureListener This is the listener interface for receiving Configure events.
ContainerListener This is the listener interface for receiving container events on a Container.
DialogListener This is the listener interface for receiving dialog events.
DragDestinationListener Deprecated. Use DragTargetListener instead.
DragOriginListener  
DragSourceListener Deprecated. Use DragOriginListener instead.
DragTargetListener  
EntryCompletionListener This is the listener interface for receiving EntryCompletion events.
EntryListener This is the listener interface for receiving entry events.
ExpanderListener This is the listener interface for receiving Expander events.
ExposeListener This is the listener interface for receiving expose events for a Widget.
FileChooserListener  
FocusListener  
FontButtonListener This is the listener interface for receiving FontButton events.
HandleBoxListener This is the listener interface for receiving HandleBox events.
IconViewListener This is the listener interface for receiving IconView events.
ItemListener Listener for the Item widget.
KeyListener This is the listener interface for receiving keyboard events on a Widget.
LifeCycleListener This is the listener interface for receiving life cycle realted events for a Widget.
MenuItemListener  
MouseListener  
MouseMotionListener This is the listener interface for receiving mouse motion events for a Widget.
NotebookListener  
OptionMenuListener Deprecated. Use ComboBoxListener instead.
RadioActionEntryListener  
RangeListener Listener for widgets derived from the Range class.
ScaleListener Listener for the Scale widget.
SpinListener Listener for the SpinButton widget.
StatusBarListener Listener for the StatusBar widget.
TextBufferListener This is the listener interface for receiving text buffer events.
TextViewListener This is the listener interface for receiving text view realted events for a Widget.
ToggleActionEntryListener  
ToggleListener A Listener interface for toggle events.
ToggleToolButtonListener This is the listener interface for receiving ToggleToolButton events.
ToolBarListener This is the listener interface for receiving ToolBar events.
ToolButtonListener This is the listener interface for receiving ToolButton events.
TreeModelListener Listener for the TreeModel class.
TreeSelectionListener Listener for the TreeSelectionEvent.
TreeViewColumnListener Listener for the TreeViewColumnEvent.
TreeViewListener Listener for the TreeView class.
UIManagerListener Listener for the UIManager object.
 

Class Summary
ActionEvent An event representing the activation of an Action object
ActionEvent.Type The type of the ActionEvent
AdjustmentEvent An event represeting action by a Adjustment object.
AdjustmentEvent.Type  
ButtonEvent An event representing action by a Button widget.
ButtonEvent.Type Type of a ButtonEvent
CalendarEvent An event represeting action by a Calendar widget.
CalendarEvent.Type Type of a CalendarEvent
CellEditableEvent An event represeting action by a CellEditable class.
CellEditableEvent.Type Type of a CellEditableEvent
CellRendererTextEvent An event representing action by a CellRendererText widget.
CellRendererTextEvent.Type  
CellRendererToggleEvent An event represeting action by a CellRendererToggle widget.
CellRendererToggleEvent.Type  
CheckMenuItemEvent This event is used to identify when a CheckMenuItem receives an event
CheckMenuItemEvent.Type  
ColorButtonEvent This event is used to identify when a ColorButton receives an event
ColorButtonEvent.Type  
ColorSelectionEvent This event is used to identify when a ColorSelection receives an event
ColorSelectionEvent.Type  
ComboBoxEvent This event is used to identify when a ComboBox receives an event
ComboBoxEvent.Type  
ConfigureEvent This event is used to identify a Configure event on a Widget.
ConfigureEvent.Type  
ContainerEvent  
ContainerEvent.Type  
DeleteDragDataEvent  
DeleteDragDataEvent.Type  
DialogEvent This event is used to identify when a dialog receives an event
DialogEvent.Type  
DragEvent  
DragMotionEvent  
DragMotionEvent.Type  
DragOriginAdapter  
DragTargetAdapter  
DropDragEvent  
DropDragEvent.Type  
EndDragEvent  
EndDragEvent.Type  
EntryCompletionEvent This event is used to identify when a EntryCompletion receives an event
EntryCompletionEvent.Type  
EntryEvent This event is used to identify when an entry receives an event
EntryEvent.Type  
ExpanderEvent This event is used to identify when a Expander receives an event
ExpanderEvent.Type  
ExposeEvent This event object is used to identify how expose has changed.
ExposeEvent.Type  
FileChooserEvent  
FileChooserEvent.Type  
FocusEvent  
FocusEvent.Type  
FontButtonEvent This event is used to identify when a FontButton receives an event
FontButtonEvent.Type  
GtkEvent  
HandleBoxEvent This event is used to identify when a HandleBox receives an event
HandleBoxEvent.Type  
IconViewEvent This event is used to identify when a IconView receives an event
IconViewEvent.Type  
ItemEvent An event represeting action by a Item widget.
ItemEvent.Type Type of a ItemEvent
KeyEvent This event object is used to identify when a key has been pressed and released.
KeyEvent.Type  
LeaveDragDestinationEvent  
LeaveDragDestinationEvent.Type  
LifeCycleEvent This event is used to identify life cycle events that effect a widget.
LifeCycleEvent.Type  
MenuItemEvent An event represeting action by a MenuItem widget.
MenuItemEvent.Type  
MouseEvent This event represents mouse events.
MouseEvent.Type  
MouseMotionEvent This event object is used to identify how mouseMotion has changed.
MouseMotionEvent.Type  
NotebookEvent An event represeting action by a Notebook widget.
NotebookEvent.Type  
OptionMenuEvent Deprecated. Use ComboBoxEvent instead.
OptionMenuEvent.Type Type of a OptionMenuEvent
RangeEvent An event represeting action by a Range widget.
RangeEvent.Type  
ReceiveDragDataEvent  
ReceiveDragDataEvent.Type  
RequestDragDataEvent  
RequestDragDataEvent.Type  
ScaleEvent An event representing a request for formatting information for the label of a scale widget
ScaleEvent.Type  
SpinEvent An event represeting action by a SpinButton widget.
SpinEvent.Type  
StartDragEvent  
StartDragEvent.Type  
StatusBarEvent An event represeting action by a StatusBar widget.
StatusBarEvent.Type Type of a StatusBarEvent
TextBufferEvent This event represents TextBuffer events
TextBufferEvent.Type  
TextViewEvent This event is used to identify events of the TextView widget.
TextViewEvent.Type Used to describe the type of event.
ToggleEvent This is an event for the toggling of ToggleButton widgets.
ToggleEvent.Type  
ToggleToolButtonEvent This event is used to identify when a ToggleToolButton receives an event
ToggleToolButtonEvent.Type  
ToolBarEvent This event is used to identify when a ToolBar receives an event
ToolBarEvent.Type  
ToolButtonEvent This event is used to identify when a ToolButton receives an event
ToolButtonEvent.Type  
TreeModelEvent An event represeting action by a TreeModel class.
TreeModelEvent.Type Type of a TreeModelEvent
TreeSelectionEvent An event fired when a cell has been selected in a TreeView widget.
TreeSelectionEvent.Type  
TreeViewColumnEvent An event generated when a column header in a TreeView widget has been clicked.
TreeViewColumnEvent.Type  
TreeViewEvent An event represeting action by a TreeView widget.
TreeViewEvent.Type Which type of TreeModelEvent was received
UIManagerEvent An event represeting action by a UIManager object.
UIManagerEvent.Type