Lines Matching refs:searchKey
29 int replaceText(searchKey, color, bold) {
71 // Replaces all instances of searchKey with new Text properties
72 // and gets the number of instances of the searchKey
73 descriptor.setSearchString(searchKey);
74 descriptor.setReplaceString(searchKey);
84 searchKey = "";
92 // When clicked the value for the searchKey is read and passed to replaceText
95 searchKey = findTextBox.getText();
97 if(searchKey.equalsIgnoreCase("")) {
106 num = replaceText(searchKey, red, true);
110 searchKey + " was found " + num +
118 replaceText(searchKey, black, false);