public class ToolbarGroupPlaceholderMapping extends Object implements bibliothek.gui.dock.station.PlaceholderMapping
PlaceholderMapping
that represents the placeholders of a ToolbarGroupDockStation
.Constructor and Description |
---|
ToolbarGroupPlaceholderMapping(ToolbarGroupDockStation station,
DockablePlaceholderToolbarGrid<?> grid)
Creates a new mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
addPlaceholder(bibliothek.gui.Dockable dockable,
bibliothek.util.Path placeholder) |
bibliothek.gui.Dockable |
getDockableAt(bibliothek.util.Path placeholder) |
bibliothek.gui.dock.layout.DockableProperty |
getLocationAt(bibliothek.util.Path placeholder) |
ToolbarGroupDockStation |
getStation() |
boolean |
hasPlaceholder(bibliothek.util.Path placeholder) |
void |
removePlaceholder(bibliothek.util.Path placeholder) |
public ToolbarGroupPlaceholderMapping(ToolbarGroupDockStation station, DockablePlaceholderToolbarGrid<?> grid)
ToolbarGroupDockStation#getplaceho
station
- grid
- public ToolbarGroupDockStation getStation()
getStation
in interface bibliothek.gui.dock.station.PlaceholderMapping
public void addPlaceholder(bibliothek.gui.Dockable dockable, bibliothek.util.Path placeholder)
addPlaceholder
in interface bibliothek.gui.dock.station.PlaceholderMapping
public boolean hasPlaceholder(bibliothek.util.Path placeholder)
hasPlaceholder
in interface bibliothek.gui.dock.station.PlaceholderMapping
public void removePlaceholder(bibliothek.util.Path placeholder)
removePlaceholder
in interface bibliothek.gui.dock.station.PlaceholderMapping
public bibliothek.gui.Dockable getDockableAt(bibliothek.util.Path placeholder)
getDockableAt
in interface bibliothek.gui.dock.station.PlaceholderMapping
public bibliothek.gui.dock.layout.DockableProperty getLocationAt(bibliothek.util.Path placeholder)
getLocationAt
in interface bibliothek.gui.dock.station.PlaceholderMapping