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

Packages that use ScreenDockFullscreenStrategy
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 ScreenDockFullscreenStrategy in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type ScreenDockFullscreenStrategy
static PropertyKey<ScreenDockFullscreenStrategy> ScreenDockStation.FULL_SCREEN_STRATEGY
          a key for a property telling how to handle fullscreen mode
 

Methods in bibliothek.gui.dock that return ScreenDockFullscreenStrategy
 ScreenDockFullscreenStrategy ScreenDockStation.getFullscreenStrategy()
          Gets the current fullscreen strategy.
 

Methods in bibliothek.gui.dock with parameters of type ScreenDockFullscreenStrategy
 void ScreenDockStation.setFullscreenStrategy(ScreenDockFullscreenStrategy strategy)
          Sets the strategy used to handle fullscreen mode.
 

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

Classes in bibliothek.gui.dock.station.screen that implement ScreenDockFullscreenStrategy
 class DefaultScreenDockFullscreenStrategy
          This default implementation of a ScreenDockFullscreenStrategy just works with the boundaries of a ScreenDockWindow.
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockFullscreenStrategy
 void DisplayerScreenDockWindow.setFullscreenStrategy(ScreenDockFullscreenStrategy strategy)
           
 void ScreenDockWindow.setFullscreenStrategy(ScreenDockFullscreenStrategy strategy)
          Tells this window what strategy to use for handling fullscreen mode.