public class ToolbarGroupPlaceholderMapping extends Object implements 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(Dockable dockable,
Path placeholder) |
Dockable |
getDockableAt(Path placeholder) |
DockableProperty |
getLocationAt(Path placeholder) |
ToolbarGroupDockStation |
getStation() |
boolean |
hasPlaceholder(Path placeholder) |
void |
removePlaceholder(Path placeholder) |
public ToolbarGroupPlaceholderMapping(ToolbarGroupDockStation station, DockablePlaceholderToolbarGrid<?> grid)
ToolbarGroupDockStation#getplacehostation - grid - public ToolbarGroupDockStation getStation()
getStation in interface PlaceholderMappingpublic void addPlaceholder(Dockable dockable, Path placeholder)
addPlaceholder in interface PlaceholderMappingpublic boolean hasPlaceholder(Path placeholder)
hasPlaceholder in interface PlaceholderMappingpublic void removePlaceholder(Path placeholder)
removePlaceholder in interface PlaceholderMappingpublic Dockable getDockableAt(Path placeholder)
getDockableAt in interface PlaceholderMappingpublic DockableProperty getLocationAt(Path placeholder)
getLocationAt in interface PlaceholderMappingCopyright © 2018. All rights reserved.