Uses of Class
bibliothek.gui.dock.station.layer.LayerPriority

Packages that use LayerPriority
bibliothek.gui.dock.station.flap.layer Contains the various DockStationDropLayers that are used by a FlapDockStation
bibliothek.gui.dock.station.layer The DockStationDropLayer is used by the DockRelocator to find the target of a drag and drop operation. 
bibliothek.gui.dock.station.split.layer Contains the various DockStationDropLayers that are used by the SplitDockStation
 

Uses of LayerPriority in bibliothek.gui.dock.station.flap.layer
 

Methods in bibliothek.gui.dock.station.flap.layer that return LayerPriority
 LayerPriority FlapSideDropLayer.getPriority()
           
 

Methods in bibliothek.gui.dock.station.flap.layer with parameters of type LayerPriority
 void FlapSideDropLayer.setPriority(LayerPriority priority)
           
 

Uses of LayerPriority in bibliothek.gui.dock.station.layer
 

Fields in bibliothek.gui.dock.station.layer declared as LayerPriority
static LayerPriority LayerPriority.BASE
          Used for DockStations itself, this is the default priority for most layers.
static LayerPriority LayerPriority.FALLBACK
          Describes the area where there are no stations, Dockables dragged into this area normally start to float (i.e.
static LayerPriority LayerPriority.FLOAT_ANCHORED
          Describes a layer that is floating above a window, but still attached to that window.
static LayerPriority LayerPriority.FLOAT_FREE
          Describes a layer that is floating freely above all other windows.
static LayerPriority LayerPriority.OUTSIDE_HIGH
          Used for the area around a DockStation, the layer has a high priority and is accessed unless there are floating windows present.
static LayerPriority LayerPriority.OUTSIDE_LOW
          Used for the area around a DockStation, the layer that is only accessed if all other layers are not used.
static LayerPriority LayerPriority.OVERRIDE_GUESS
          Describes an area with special behavior more important than BASE, but not an area where the user has a clear indicator of what will happen.This priority has the reverse flag set to true.
static LayerPriority LayerPriority.OVERRIDE_PRECISE
          Describes an area with special behavior more important than BASE, other than OVERRIDE_GUESS this layer is very small but also has very clear indicators of what will happen.
 

Methods in bibliothek.gui.dock.station.layer that return LayerPriority
 LayerPriority DefaultDropLayer.getPriority()
           
 LayerPriority DockStationDropLayer.getPriority()
          Gets the basic priority of this level.
 LayerPriority LayerPriority.merge(LayerPriority sub)
          Combines this LayerPriority with sub: The inner-layer priority is set to sub The priority is to the priority of this The reverse property is set to the value of sub
 

Methods in bibliothek.gui.dock.station.layer with parameters of type LayerPriority
 int LayerPriority.compareTo(LayerPriority o)
           
 LayerPriority LayerPriority.merge(LayerPriority sub)
          Combines this LayerPriority with sub: The inner-layer priority is set to sub The priority is to the priority of this The reverse property is set to the value of sub
 void DefaultDropLayer.setPriority(LayerPriority priority)
           
 void DockStationDropLayer.setPriority(LayerPriority priority)
          Sets a new priority for this level.
 

Constructors in bibliothek.gui.dock.station.layer with parameters of type LayerPriority
LayerPriority(float priority, boolean reverse, LayerPriority sub)
          Creates a new LayerPriority.
 

Uses of LayerPriority in bibliothek.gui.dock.station.split.layer
 

Methods in bibliothek.gui.dock.station.split.layer that return LayerPriority
 LayerPriority SideSnapDropLayer.getPriority()
           
 

Methods in bibliothek.gui.dock.station.split.layer with parameters of type LayerPriority
 void SideSnapDropLayer.setPriority(LayerPriority priority)