Uses of Interface buoy.event.WidgetEvent

Uses in package buoy.event

Classes implementing buoy.event.WidgetEvent

class
A CellValueChangedEvent is generated when the user edits the value in a cell of a BTable.
class
This event represents a user action that issues a command, such as pressing a button or selecting a menu item.
class
A DocumentLinkEvents is generated when the user clicks on a hyperlink inside a BDocumentViewer.
class
This is an event corresponding to a Widget gaining keyboard focus.
class
This is an event corresponding to a Widget losing keyboard focus.
class
This is an event corresponding to a key on the keyboard being pressed.
class
This is an event corresponding to a key on the keyboard being released.
class
This is an event corresponding to a Unicode character being generated by the user interacting with the keyboard.
class
This is an event corresponding to the mouse button being pressed and released.
class
This is an event corresponding to the mouse being dragged inside a Widget.
class
This is an event corresponding to the mouse entering a Widget.
class
This is an event corresponding to the mouse exiting a Widget.
class
This is an event corresponding to the mouse being moved inside a Widget.
class
This is an event corresponding to the mouse button being pressed.
class
This is an event corresponding to the mouse button being released.
class
This class defines an event caused by rotating the scroll wheel on a mouse.
class
A RepaintEvent is generated by certain Widgets (including CustomWidgets and many WidgetContainers) whenever a portion of it needs to be repainted.
class
SelectionChangedEvents are generated by Widgets that allow the user to select part of their contents, whenever the selection changes.
class
This event indicates that the user has performed the series of actions which signal that a tool tip should be displayed.
class
ValueChangedEvents are generated by Widgets that allow the user to enter a value, whenever the value changes.
class
This class defines an event caused by a change in whether a Widget has keyboard focus.
class
This class defines an event caused by a keyboard action.
class
This class defines an event caused by the mouse interacting with a Widget.
class
This class defines an event caused by the user interacting with a window.
class
This is an event corresponding to a window becoming the active window.
class
This event indicates that the user is attempting to close a window, such as by clicking on its close box.
class
This is an event corresponding to a window ceasing to be the active window.
class
This event indicates that a window has been deiconified by the user.
class
This event indicates that a window has been iconified by the user.
class
This event indicates that a window has been resized by the user.

Written by Peter Eastman.