Uses of Record Class
ca.phon.app.session.editor.search.FindResult
Packages that use FindResult
-
Uses of FindResult in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return FindResultModifier and TypeMethodDescriptionFindManager.findNext()Search for the next instance of the given expression and return it's location.FindManager.findPrev()Search for the next instance of the given expression and return it's location.FindManager.getMatchedRange()Methods in ca.phon.app.session.editor.search with parameters of type FindResultModifier and TypeMethodDescriptionFindAndReplacePanel.getReplaceText(FindResult findResult, String replaceText) -
Uses of FindResult in ca.phon.app.session.editor.view.search
Methods in ca.phon.app.session.editor.view.search that return FindResultMethods in ca.phon.app.session.editor.view.search with parameters of type FindResultModifier and TypeMethodDescriptionvoidSearchViewTable.SearchViewTableModel.appendResult(FindResult result) Method parameters in ca.phon.app.session.editor.view.search with type arguments of type FindResultModifier and TypeMethodDescriptionvoidSearchViewTable.SearchViewTableModel.insertResults(List<FindResult> results, int index) voidSearchViewTable.SearchViewTableModel.setResults(List<FindResult> results) Constructor parameters in ca.phon.app.session.editor.view.search with type arguments of type FindResultModifierConstructorDescriptionSearchViewTable(Session session, List<FindResult> results) SearchViewTableModel(Session session, List<FindResult> results)