Home
last modified time | relevance | path

Searched refs:InfoCtrl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationImminentCtrl.java33 import org.openoffice.setup.Util.InfoCtrl;
75 htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText); in beforeShow()
76 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
77 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(packageData, htmlInfoText); in beforeShow()
78 htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText); in beforeShow()
H A DInstallationImminentCtrl.java34 import org.openoffice.setup.Util.InfoCtrl;
106 htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText); in beforeShow()
107 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
108 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(packageData, htmlInfoText); in beforeShow()
109 htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText); in beforeShow()
H A DUninstallationCompletedCtrl.java32 import org.openoffice.setup.Util.InfoCtrl;
78 htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText); in beforeShow()
79 htmlInfoText = InfoCtrl.setInstallLogInfoText(productData, htmlInfoText); in beforeShow()
80 htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText); in beforeShow()
H A DInstallationCompletedCtrl.java35 import org.openoffice.setup.Util.InfoCtrl;
74 htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText); in beforeShow()
75 htmlInfoText = InfoCtrl.setInstallLogInfoText(productData, htmlInfoText); in beforeShow()
76 htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText); in beforeShow()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoCtrl.java32 public class InfoCtrl { class
34 private InfoCtrl() { in InfoCtrl() method in InfoCtrl

Completed in 19 milliseconds