Searched refs:searchKey (Results 1 – 4 of 4) sorted by relevance
29 int replaceText(searchKey, color, bold) {71 // Replaces all instances of searchKey with new Text properties72 // and gets the number of instances of the searchKey 73 descriptor.setSearchString(searchKey); 74 descriptor.setReplaceString(searchKey); 84 searchKey = "";95 searchKey = findTextBox.getText();97 if(searchKey.equalsIgnoreCase("")) {106 num = replaceText(searchKey, red, true);110 searchKey + " was found " + num +[all …]
67 String searchKey = textField.getText();118 // Replaces all instances of searchKey with new Text properties119 // and gets the number of instances of the searchKey 120 descriptor.setSearchString(searchKey); 121 descriptor.setReplaceString(searchKey);
46 private String searchKey = ""; field in HighlightText132 searchKey = findTextBox.getText(); in actionPerformed()189 descriptor.setSearchString(searchKey); in actionPerformed()190 descriptor.setReplaceString(searchKey); in actionPerformed()
78 searchKey = textField.getText();117 descriptor.setSearchString(searchKey); 118 descriptor.setReplaceString(searchKey);
Completed in 20 milliseconds