Uses of Class buoy.widget.WindowWidget

Uses in package buoy.event

Constructors with parameter type buoy.widget.WindowWidget

Create a WidgetWindowEvent.
Create a WindowActivatedEvent.
Create a WindowClosingEvent.
Create a WindowDeactivatedEvent.
Create a WindowDeiconifiedEvent.
Create a WindowIconifiedEvent.
Create a WindowResizedEvent.

Uses in package buoy.widget

Classes derived from buoy.widget.WindowWidget

class
A BDialog is a WidgetContainer corresponding to a dialog window.
class
A BFrame is a WidgetContainer corresponding to a main window.
class
A BWindow is a WidgetContainer corresponding to an undecorated window.

Constructors with parameter type buoy.widget.WindowWidget

BDialog.BDialog(WindowWidget parent, String title, boolean modal)
Create a new BDialog.
BDialog.BDialog(WindowWidget parent, boolean modal)
Create a new BDialog with no title.

Written by Peter Eastman.