Uses of Class
buoy.event.WidgetWindowEvent

Packages that use WidgetWindowEvent
buoy.event   
 

Uses of WidgetWindowEvent in buoy.event
 

Subclasses of WidgetWindowEvent in buoy.event
 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.