Package com.teamdev.jxbrowser.fullscreen
Interface FullScreen
- All Superinterfaces:
Observable<FullScreenEvent>
The fullscreen mode of the elements on the page.
- Since:
- 7.28
-
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.event.Observable
on
-
Method Details
-
browser
Browser browser()Returns theBrowser
instance of this service. -
exit
void exit()Tells the browser to exit fullscreen mode.This method iterates over the frames in this browser and exits fullscreen mode for each of them. This also includes internal frames of the PDF viewer that are not accessible through the public API. If there is no element being presented in fullscreen mode, this method is no-op.
-