Package javax.jnlp
Interface ExtensionInstallerService
public interface ExtensionInstallerService
-
Method Summary
Modifier and TypeMethodDescriptiongetInstalledJRE
(URL url, String version) void
void
void
void
installSucceeded
(boolean needsReboot) void
setHeading
(String heading) void
setJREInfo
(String platformVersion, String jrePath) void
setNativeLibraryInfo
(String path) void
void
updateProgress
(int value)
-
Method Details
-
getInstallPath
String getInstallPath() -
getExtensionVersion
String getExtensionVersion() -
getExtensionLocation
URL getExtensionLocation() -
hideProgressBar
void hideProgressBar() -
hideStatusWindow
void hideStatusWindow() -
setHeading
-
setStatus
-
updateProgress
void updateProgress(int value) -
installSucceeded
void installSucceeded(boolean needsReboot) -
installFailed
void installFailed() -
setJREInfo
-
setNativeLibraryInfo
-
getInstalledJRE
-