|
|
@ -212,7 +212,7 @@ public class ITReplaceMainDialog extends UIDialog { |
|
|
|
* 模板内容替换相关 |
|
|
|
* 模板内容替换相关 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private void replace4Content() { |
|
|
|
private void replace4Content() { |
|
|
|
String type = ((UITextField) (northPane.getFindCombobox().getEditor().getEditorComponent())).getText(); |
|
|
|
String type = GeneralUtils.objectToString(northPane.getFindCombobox().getSelectedItem()); |
|
|
|
String searchStr = ((UITextField) (northPane.getFindInputCombobox().getEditor().getEditorComponent())).getText(); |
|
|
|
String searchStr = ((UITextField) (northPane.getFindInputCombobox().getEditor().getEditorComponent())).getText(); |
|
|
|
String replaceStr = ((UITextField) (northPane.getReplaceInputCombobox().getEditor().getEditorComponent())).getText(); |
|
|
|
String replaceStr = ((UITextField) (northPane.getReplaceInputCombobox().getEditor().getEditorComponent())).getText(); |
|
|
|
clearContentCount(); |
|
|
|
clearContentCount(); |
|
|
|