Searched refs:InfoCtrl (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ |
H A D | UninstallationImminentCtrl.java | 33 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 D | InstallationImminentCtrl.java | 34 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 D | UninstallationCompletedCtrl.java | 32 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 D | InstallationCompletedCtrl.java | 35 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()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | InfoCtrl.java | 32 public class InfoCtrl { class 34 private InfoCtrl() { in InfoCtrl() method in InfoCtrl
|
Completed in 29 milliseconds