public abstract class AbstractToolbarMerger
extends java.lang.Object
implements bibliothek.gui.dock.control.relocator.Merger
AbstractToolbarDockStation
s
together.Constructor and Description |
---|
AbstractToolbarMerger() |
Modifier and Type | Method and Description |
---|---|
boolean |
canMerge(bibliothek.gui.dock.station.StationDropOperation operation,
bibliothek.gui.DockStation parent,
bibliothek.gui.DockStation child) |
protected abstract boolean |
validType(AbstractToolbarDockStation station)
Checks whether the type of
station is valid for this merger. |
protected abstract boolean validType(AbstractToolbarDockStation station)
station
is valid for this merger.station
- can either be the parent of the child that is mergedtrue
if the type is acceptedpublic boolean canMerge(bibliothek.gui.dock.station.StationDropOperation operation, bibliothek.gui.DockStation parent, bibliothek.gui.DockStation child)
canMerge
in interface bibliothek.gui.dock.control.relocator.Merger