Home
last modified time | relevance | path

Searched refs:setReadyToInstallInfoText (Results 1 – 3 of 3) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoCtrl.java48 …static public String setReadyToInstallInfoText(ProductDescription productData, String htmlInfoText… in setReadyToInstallInfoText() method in InfoCtrl
59 …static public String setReadyToInstallInfoText(PackageDescription packageData, String htmlInfoText… in setReadyToInstallInfoText() method in InfoCtrl
63 htmlInfoText = setReadyToInstallInfoText(packageData, "", htmlInfoText); in setReadyToInstallInfoText()
71 …static private String setReadyToInstallInfoText(PackageDescription packageData, String indent, Str… in setReadyToInstallInfoText() method in InfoCtrl
97 htmlInfoText = setReadyToInstallInfoText(child, indent, htmlInfoText); in setReadyToInstallInfoText()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationImminentCtrl.java76 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
77 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(packageData, htmlInfoText); in beforeShow()
H A DInstallationImminentCtrl.java107 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
108 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(packageData, htmlInfoText); in beforeShow()

Completed in 18 milliseconds