public interface ScreenDockFullscreenFilter
ScreenDockStation
, it allows to filter Dockable
s which
are not allowed to go into fullscreen mode. These Dockable
s will not react on a double click nor
will have the fullscreen action.Modifier and Type | Method and Description |
---|---|
boolean |
isFullscreenEnabled(Dockable dockable)
Tells whether
dockable can be in fullscreen mode. |
boolean isFullscreenEnabled(Dockable dockable)
dockable
can be in fullscreen mode. All filters have to agree
in order to allow fullscreen mode.dockable
- the element to check