bibliothek.gui.dock.station.screen
Interface ScreenDockFullscreenFilter
public interface ScreenDockFullscreenFilter
This filter can be added to the ScreenDockStation, it allows to filter Dockables which
are not allowed to go into fullscreen mode. These Dockables will not react on a double click nor
will have the fullscreen action.
- Author:
- Benjamin Sigg
isFullscreenEnabled
boolean isFullscreenEnabled(Dockable dockable)
- Tells whether
dockable can be in fullscreen mode. All filters have to agree
in order to allow fullscreen mode.
- Parameters:
dockable - the element to check
- Returns:
- whether fullscreen mode should be enabled