Package | Description |
---|---|
buoy.event | |
buoy.widget | |
buoyx.docking |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
DragManager.DetachedDockingContainer
This class is a dialog for holding DockableWidgets that have been detached
from their parent window.
|
Constructor and Description |
---|
DragManager.DetachedDockingContainer(WindowWidget parentWindow) |
Written by Peter Eastman.