Uses of Interface
bibliothek.gui.dock.station.screen.ScreenDropSizeStrategy

Packages that use ScreenDropSizeStrategy
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of ScreenDropSizeStrategy in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type ScreenDropSizeStrategy
static PropertyKey<ScreenDropSizeStrategy> ScreenDockStation.DROP_SIZE_STRATEGY
          key for the ScreenDropSizeStrategy that is used when dropping a Dockable onto this station
 

Uses of ScreenDropSizeStrategy in bibliothek.gui.dock.station.screen
 

Fields in bibliothek.gui.dock.station.screen declared as ScreenDropSizeStrategy
static ScreenDropSizeStrategy ScreenDropSizeStrategy.CURRENT_SIZE
          The getDropSize(ScreenDockStation, Dockable) of a Dockable is always its current size when using this strategy.
static ScreenDropSizeStrategy ScreenDropSizeStrategy.PREFERRED_SIZE
          This strategy always returns the preferred size of a Dockable.