Uses of Class
buoy.widget.WindowWidget

Packages that use WindowWidget
buoy.event   
buoy.widget   
 

Uses of WindowWidget in buoy.event
 

Constructors in buoy.event with parameters of type WindowWidget
WidgetWindowEvent(WindowWidget source, int id)
          Create a WidgetWindowEvent.
WindowActivatedEvent(WindowWidget source)
          Create a WindowActivatedEvent.
WindowClosingEvent(WindowWidget source)
          Create a WindowClosingEvent.
WindowDeactivatedEvent(WindowWidget source)
          Create a WindowDeactivatedEvent.
WindowDeiconifiedEvent(WindowWidget source)
          Create a WindowDeiconifiedEvent.
WindowIconifiedEvent(WindowWidget source)
          Create a WindowIconifiedEvent.
WindowResizedEvent(WindowWidget source)
          Create a WindowResizedEvent.
 

Uses of WindowWidget in buoy.widget
 

Subclasses of WindowWidget in buoy.widget
 class BDialog
          A BDialog is a WidgetContainer corresponding to a dialog window.
 class BFrame
          A BFrame is a WidgetContainer corresponding to a main window.
 class BWindow
          A BWindow is a WidgetContainer corresponding to an undecorated window.
 

Constructors in buoy.widget with parameters of type WindowWidget
BDialog(WindowWidget parent, boolean modal)
          Create a new BDialog with no title.
BDialog(WindowWidget parent, java.lang.String title, boolean modal)
          Create a new BDialog.
 



Written by Peter Eastman.