Searched refs:ConstString (Results 1 – 6 of 6) sorted by relevance
| /interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/ |
| D | UpdateCheckWizardDialog.java | 134 this.setTitle(ConstString.get("check.dialog.title")); in UpdateCheckWizardDialog() 154 this.textFieldNewSdkPath.addBrowseFolderListener(ConstString.get("check.dir.path"), in initEventListeners() 155 ConstString.get("check.dir.path"), in initEventListeners() 160 this.textFieldOldSdkPath.addBrowseFolderListener(ConstString.get("check.old.dir.path"), in initEventListeners() 161 ConstString.get("check.old.dir.path"), in initEventListeners() 178 this.labelErrorNotice.setText(ConstString.get("check.unable.to.obtain.sdk")); in getNewSdkFilePath() 181 File file = new File(sdkDir, compileSdkVersion + ConstString.get("check.ets")); in getNewSdkFilePath() 212 FileUtils.writerJsonToFile(reportStr, this.reportPath + ConstString.get("check.report")); in saveReportToDisk() 220 File diffResultPath = new File(this.lastDir + ConstString.get("check.diff.result") in runApiDiffTool() 226 File resultPath = new File(this.lastDir + ConstString.get("check.diff.result")); in runApiDiffTool() [all …]
|
| D | ConstString.java | 31 public class ConstString { class 32 private static final String LOG_TAG = ConstString.class.getName(); 44 … inputStream = ConstString.class.getClassLoader().getResourceAsStream("const.properties"); in loadProperties()
|
| D | UpdateReportPanel.java | 145 arrayTypes.put(ConstString.get("check.choose.all"), true); in updateChooseType() 160 this.chooseTypeButton.setText(ConstString.get("check.choose.type")); in setTableStyle() 221 … gotoLine(Integer.parseInt(valueAt.replaceAll(ConstString.get("check.replace"), "$1"))); in setListenerToReportPanel() 223 MessageBox.showDialog(project, "", ConstString.get("can.not.find.file")); in setListenerToReportPanel() 245 String pattern = ConstString.get("check.report.pattern"); in getApiInApplicationPath() 305 ConstString.get("check.report.json")); in getReportResult() 361 sumLabel.setText(ConstString.get("sum.report") + sum); in initReport() 368 , ConstString.get("not.involved") in initReport() 373 , ConstString.get("not.involved").equals(report.getPos()) in initReport() 377 titles[0] = ConstString.get("check.report.order.number"); in initReport() [all …]
|
| D | ShowChangeLogsDialog.java | 73 this.setTitle(ConstString.get("view.changes.url")); in ShowChangeLogsDialog() 273 titles[0] = ConstString.get("sdk.version"); in Report() 274 titles[1] = ConstString.get("changelog.url"); in Report()
|
| D | ShowTypeDialog.java | 130 titles[0] = ConstString.get("check.choose.type"); in ChangeType() 131 titles[1] = ConstString.get("check.types"); in ChangeType()
|
| /interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/ |
| D | ToCheck.java | 18 import com.update.check.action.view.ConstString; 49 MessageBox.showDialog(project, "", ConstString.get("not.openHarmony.project")); in actionPerformed() 52 initLogConfig(project.getBasePath().concat(ConstString.get("check.log.path"))); in actionPerformed()
|