Class | Description |
---|---|
ScreenToolbarDisplayerFactory |
A
DisplayerFactory creating special DockableDisplayer s for
items where ToolbarStrategy.isToolbarPart(bibliothek.gui.Dockable)
returns true . |
ScreenToolbarDockTitleFactory |
This
DockTitleFactory creates special new titles for any
Dockable that is a ToolbarStrategy.isToolbarPart(Dockable) . |
ScreenToolbarInserter |
This
Inserter searches for toolbars using the ToolbarStrategy
, and adds them to ScreenDockStation s, creating any additional layers
that are required for the operation. |
ToolbarScreenDockStationExtension |
Modifies the behavior of
ScreenDockStation such that dropping a toolbar item results in
the creation of additional, new DockStation s. |
ToolbarScreenWindowShape |
A
ScreenWindowShape that cuts out the empty spaces around a ToolbarGroupDockStation . |
ToolbarWindowConfiguration |
This class will configure
ScreenDockWindow s such that grabbing the
title of a toolbar does not start a drag and drop operation directly, but
first allows the user to move around the entire window. |