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

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

public class ToolbarSlimDropLayer
extends bibliothek.gui.dock.station.layer.DefaultDropLayer

This layer slim the drop area of ToolbarGroupDockStation, as it take into account means an area where no dockable can be droped into the station.

Author:
Herve Guillaume

Constructor Summary
ToolbarSlimDropLayer(ToolbarDockStation station)
          Creates a new layer.
 
Method Summary
 boolean contains(int x, int y)
           
 
Methods inherited from class bibliothek.gui.dock.station.layer.DefaultDropLayer
canCompare, compare, getComponent, getPriority, getStation, modify, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolbarSlimDropLayer

public ToolbarSlimDropLayer(ToolbarDockStation station)
Creates a new layer.

Parameters:
station - the station which owns this level
Method Detail

contains

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