Package | Description |
---|---|
bibliothek.gui.dock.station.toolbar.group | |
bibliothek.gui.dock.station.toolbar.layout |
Modifier and Type | Class and Description |
---|---|
class |
DefaultToolbarGroupDividierStrategy
This implementation of
ToolbarGroupDividerStrategy paints a line between each
column and each line, and a line around at the outside of the Dockable s as well. |
Modifier and Type | Field and Description |
---|---|
static ToolbarGroupDividerStrategy |
ToolbarGroupDividerStrategy.NULL
Represents the strategy that does not exist.
|
Modifier and Type | Method and Description |
---|---|
ToolbarGroupDividerStrategy |
ToolbarGroupDividerStrategyFactory.create(ToolbarGroupDockStation station)
Creates a new strategy for
station . |
Modifier and Type | Method and Description |
---|---|
void |
ToolbarGroupSpanStrategy.setDividers(ToolbarGroupDividerStrategy dividers)
Sets the strategy for painting between the
Dockable s. |
Modifier and Type | Method and Description |
---|---|
void |
ToolbarGridLayoutManager.setDividerStrategy(ToolbarGroupDividerStrategy dividers)
Sets the strategy responsible for painting a border between the
Dockable s. |