Uses of Interface
buoy.event.WidgetEvent

Packages that use WidgetEvent
buoy.event   
 

Uses of WidgetEvent in buoy.event
 

Classes in buoy.event that implement WidgetEvent
 class CellValueChangedEvent
          A CellValueChangedEvent is generated when the user edits the value in a cell of a BTable.
 class CommandEvent
          This event represents a user action that issues a command, such as pressing a button or selecting a menu item.
 class DocumentLinkEvent
          A DocumentLinkEvents is generated when the user clicks on a hyperlink inside a BDocumentViewer.
 class FocusGainedEvent
          This is an event corresponding to a Widget gaining keyboard focus.
 class FocusLostEvent
          This is an event corresponding to a Widget losing keyboard focus.
 class KeyPressedEvent
          This is an event corresponding to a key on the keyboard being pressed.
 class KeyReleasedEvent
          This is an event corresponding to a key on the keyboard being released.
 class KeyTypedEvent
          This is an event corresponding to a Unicode character being generated by the user interacting with the keyboard.
 class MouseClickedEvent
          This is an event corresponding to the mouse button being pressed and released.
 class MouseDraggedEvent
          This is an event corresponding to the mouse being dragged inside a Widget.
 class MouseEnteredEvent
          This is an event corresponding to the mouse entering a Widget.
 class MouseExitedEvent
          This is an event corresponding to the mouse exiting a Widget.
 class MouseMovedEvent
          This is an event corresponding to the mouse being moved inside a Widget.
 class MousePressedEvent
          This is an event corresponding to the mouse button being pressed.
 class MouseReleasedEvent
          This is an event corresponding to the mouse button being released.
 class MouseScrolledEvent
          This class defines an event caused by rotating the scroll wheel on a mouse.
 class RepaintEvent
          A RepaintEvent is generated by certain Widgets (including CustomWidgets and many WidgetContainers) whenever a portion of it needs to be repainted.
 class SelectionChangedEvent
          SelectionChangedEvents are generated by Widgets that allow the user to select part of their contents, whenever the selection changes.
 class ToolTipEvent
          This event indicates that the user has performed the series of actions which signal that a tool tip should be displayed.
 class ValueChangedEvent
          ValueChangedEvents are generated by Widgets that allow the user to enter a value, whenever the value changes.
 class WidgetFocusEvent
          This class defines an event caused by a change in whether a Widget has keyboard focus.
 class WidgetKeyEvent
          This class defines an event caused by a keyboard action.
 class WidgetMouseEvent
          This class defines an event caused by the mouse interacting with a Widget.
 class WidgetWindowEvent
          This class defines an event caused by the user interacting with a window.
 class WindowActivatedEvent
          This is an event corresponding to a window becoming the active window.
 class WindowClosingEvent
          This event indicates that the user is attempting to close a window, such as by clicking on its close box.
 class WindowDeactivatedEvent
          This is an event corresponding to a window ceasing to be the active window.
 class WindowDeiconifiedEvent
          This event indicates that a window has been deiconified by the user.
 class WindowIconifiedEvent
          This event indicates that a window has been iconified by the user.
 class WindowResizedEvent
          This event indicates that a window has been resized by the user.
 



Written by Peter Eastman.