public class ToolbarDockStationMerger extends AbstractToolbarMerger
ToolbarDockStation
s together.Constructor and Description |
---|
ToolbarDockStationMerger() |
Modifier and Type | Method and Description |
---|---|
void |
merge(bibliothek.gui.dock.station.StationDropOperation operation,
bibliothek.gui.DockStation parent,
bibliothek.gui.DockStation child) |
protected boolean |
validType(AbstractToolbarDockStation station)
Checks whether the type of
station is valid for this merger. |
canMerge
protected boolean validType(AbstractToolbarDockStation station)
AbstractToolbarMerger
station
is valid for this merger.validType
in class AbstractToolbarMerger
station
- can either be the parent of the child that is mergedtrue
if the type is acceptedpublic void merge(bibliothek.gui.dock.station.StationDropOperation operation, bibliothek.gui.DockStation parent, bibliothek.gui.DockStation child)