|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FindReplaceMachine | |
edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
edu.rice.cs.util.swing | Some utility classes for working in Swing. |
Uses of FindReplaceMachine in edu.rice.cs.drjava.model |
Methods in edu.rice.cs.drjava.model that return FindReplaceMachine | |
FindReplaceMachine |
OpenDefinitionsDocument.createFindReplaceMachine()
Create a find and replace mechanism starting at the current character offset in the definitions. |
FindReplaceMachine |
DefaultGlobalModel.DefinitionsDocumentHandler.createFindReplaceMachine()
Create a find and replace mechanism starting at the current character offset in the definitions. |
Uses of FindReplaceMachine in edu.rice.cs.drjava.ui |
Fields in edu.rice.cs.drjava.ui declared as FindReplaceMachine | |
private FindReplaceMachine |
FindReplaceDialog._machine
|
Uses of FindReplaceMachine in edu.rice.cs.util.swing |
Fields in edu.rice.cs.util.swing declared as FindReplaceMachine | |
(package private) FindReplaceMachine |
FindReplaceMachineTest.frm
|
Methods in edu.rice.cs.util.swing with parameters of type FindReplaceMachine | |
private void |
FindReplaceMachineTest._testFindNextSucceeds(FindReplaceMachine frm,
ContinueCommand cont,
int start,
int found)
test case no longer applies -- we always wrap public void testReplaceAllHalt() throws BadLocationException { doc.insertString(0, EVIL_TEXT, null); _initFrm(15); _assertOffsets(frm, 15, 15); frm.setFindWord("evil"); frm.setReplaceWord("monkey"); frm.replaceAll(HALT); assertEquals("revised text", "Hear no evil, see no monkey, speak no monkey.", doc.getText(0, doc.getLength())); } |
private void |
FindReplaceMachineTest._testFindNextFails(FindReplaceMachine frm,
ContinueCommand cont,
int start,
int current)
|
private void |
FindReplaceMachineTest._assertOffsets(FindReplaceMachine frm,
int start,
int current)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |