bibliothek.gui.dock.station.toolbar.layer
Class ToolbarGroupOuterLayer

java.lang.Object
  extended by bibliothek.gui.dock.station.toolbar.layer.ToolbarGroupInnerLayer
      extended by bibliothek.gui.dock.station.toolbar.layer.ToolbarGroupOuterLayer
All Implemented Interfaces:
bibliothek.gui.dock.station.layer.DockStationDropLayer

public class ToolbarGroupOuterLayer
extends ToolbarGroupInnerLayer

Describes the area around a ToolbarGroupDockStation where the user can drop a Dockable into.

Author:
Herve Guillaume

Constructor Summary
ToolbarGroupOuterLayer(ToolbarGroupDockStation station, Component component)
          Creates a new SideSnapDropLayerComplex
 
Method Summary
 boolean contains(int x, int y)
           
 bibliothek.gui.dock.station.layer.DockStationDropLayer modify(bibliothek.gui.dock.station.layer.DockStationDropLayer child)
           
 
Methods inherited from class bibliothek.gui.dock.station.toolbar.layer.ToolbarGroupInnerLayer
canCompare, compare, getComponent, getPriority, getStation, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolbarGroupOuterLayer

public ToolbarGroupOuterLayer(ToolbarGroupDockStation station,
                              Component component)
Creates a new SideSnapDropLayerComplex

Parameters:
station - the owner of this layer
component - the component which actually shows the dockables
Method Detail

modify

public bibliothek.gui.dock.station.layer.DockStationDropLayer modify(bibliothek.gui.dock.station.layer.DockStationDropLayer child)
Specified by:
modify in interface bibliothek.gui.dock.station.layer.DockStationDropLayer
Overrides:
modify in class ToolbarGroupInnerLayer

contains

public boolean contains(int x,
                        int y)
Specified by:
contains in interface bibliothek.gui.dock.station.layer.DockStationDropLayer
Overrides:
contains in class ToolbarGroupInnerLayer