bibliothek.gui.dock.station.screen.layer
Class ScreenLayer

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

public class ScreenLayer
extends DefaultDropLayer

Describes the fallback layer, the layer where Dockables start to float.

Author:
Benjamin Sigg

Constructor Summary
ScreenLayer(ScreenDockStation station)
           
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.station.layer.DefaultDropLayer
canCompare, compare, contains, 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

ScreenLayer

public ScreenLayer(ScreenDockStation station)