public class ToolbarGroupInnerLayer extends Object implements DockStationDropLayer
ToolbarGroupDockStation, it means the surface which is really
occupied by dockables.| Constructor and Description |
|---|
ToolbarGroupInnerLayer(ToolbarGroupDockStation station,
Component component)
Creates a new layer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCompare(DockStationDropLayer layer) |
int |
compare(DockStationDropLayer layer) |
boolean |
contains(int x,
int y) |
Component |
getComponent() |
LayerPriority |
getPriority() |
ToolbarGroupDockStation |
getStation() |
DockStationDropLayer |
modify(DockStationDropLayer child) |
void |
setPriority(LayerPriority priority) |
public ToolbarGroupInnerLayer(ToolbarGroupDockStation station, Component component)
station - the station which owns this layercomponent - the component which actually shows the dockables.public boolean canCompare(DockStationDropLayer layer)
canCompare in interface DockStationDropLayerpublic int compare(DockStationDropLayer layer)
compare in interface DockStationDropLayerpublic boolean contains(int x,
int y)
contains in interface DockStationDropLayerpublic Component getComponent()
getComponent in interface DockStationDropLayerpublic LayerPriority getPriority()
getPriority in interface DockStationDropLayerpublic void setPriority(LayerPriority priority)
setPriority in interface DockStationDropLayerpublic ToolbarGroupDockStation getStation()
getStation in interface DockStationDropLayerpublic DockStationDropLayer modify(DockStationDropLayer child)
modify in interface DockStationDropLayerCopyright © 2018. All rights reserved.