Uses of Interface
org.java.plugin.boot.SplashHandler
-
Packages that use SplashHandler Package Description org.java.plugin.boot This package contains helper classes to start/stop JPF based applications. -
-
Uses of SplashHandler in org.java.plugin.boot
Methods in org.java.plugin.boot that return SplashHandler Modifier and Type Method Description static SplashHandler
Boot. getSplashHandler()
Returns current instance of splash screen handler if it is available ornull
.Methods in org.java.plugin.boot with parameters of type SplashHandler Modifier and Type Method Description static void
Boot. setSplashHandler(SplashHandler handler)
-