Here is an example of a title bar : .
DockViewTitleBar is able to display the following properties of a DockKey :
This title bar supports buttons used for docking features :
function | Version 1.1 | Version 2.0 |
---|---|---|
maximize | ||
restore | ||
hide | ||
dock | ||
close | ||
float (detach) | n/a | |
attach | n/a |
The buttons managed have no effect on the state of the dockable : they just fire property change events, and it is the responsibility of the DockableContainer to listen to those events and to relay the operation to the docking desktop.
Note : the UI Delegate of the DockViewTitleBar is the {@link com.vlsolutions.swing.docking.ui.DockViewTitleBarUI} @author Lilian Chamontin, vlsolutions. @version 1.0
|
|