Uses of Class
xtwm.plugins.ScreensaverPlugin
-
Packages that use ScreensaverPlugin Package Description xtwm.plugins Plugins that extend the function of the desktop.xtwm.ui Main user interface. -
-
Uses of ScreensaverPlugin in xtwm.plugins
Subclasses of ScreensaverPlugin in xtwm.plugins Modifier and Type Class Description class
BlackHoleScreensaver
BlackHoleScreensaver sucks the screen into a single point.class
BlankScreensaver
BlankScreensaver is a simple blank screen.class
BouncingTextScreensaver
BouncingTextScreensaver displays a logo that bounces around.class
RainScreensaver
RainScreensaver drops characters like they are raining from the bottom. -
Uses of ScreensaverPlugin in xtwm.ui
Methods in xtwm.ui that return ScreensaverPlugin Modifier and Type Method Description ScreensaverPlugin
XTWMApplication. getSystemScreensaver()
Get the currently selected system screensaver.Methods in xtwm.ui that return types with arguments of type ScreensaverPlugin Modifier and Type Method Description java.util.List<ScreensaverPlugin>
XTWMApplication. getScreensavers()
Get the list of available system screensavers.
-