Class | Description |
---|---|
DockableWidget |
This is a Widget that can be added to a
DockingContainer , and rearranged by the user. |
DockingContainer |
A DockingContainer contains a single content Widget, plus any number of
DockableWidgets . |
DockingEvent |
A DockingEvent is generated by a
DockingContainer whenever a DockableWidget is dragged
into it, out of it, or to a new location inside it. |
DragManager |
This is a non-public class which is used internally by the docking framework.
|
DragManager.DetachedDockingContainer |
This class is a dialog for holding DockableWidgets that have been detached
from their parent window.
|
Written by Peter Eastman.