Uses of Package
buoy.event

Packages that use buoy.event
buoy.event   
buoy.internal   
buoy.widget   
 

Classes in buoy.event used by buoy.event
WidgetEvent
          This interface defines an event generated by a Widget.
WidgetFocusEvent
          This class defines an event caused by a change in whether a Widget has keyboard focus.
WidgetKeyEvent
          This class defines an event caused by a keyboard action.
WidgetMouseEvent
          This class defines an event caused by the mouse interacting with a Widget.
WidgetWindowEvent
          This class defines an event caused by the user interacting with a window.
 

Classes in buoy.event used by buoy.internal
WidgetMouseEvent
          This class defines an event caused by the mouse interacting with a Widget.
 

Classes in buoy.event used by buoy.widget
DocumentLinkEvent
          A DocumentLinkEvents is generated when the user clicks on a hyperlink inside a BDocumentViewer.
EventSource
          An EventSource is any object that can dispatch events.
ToolTipEvent
          This event indicates that the user has performed the series of actions which signal that a tool tip should be displayed.
WidgetMouseEvent
          This class defines an event caused by the mouse interacting with a Widget.
 



Written by Peter Eastman.