Class FindManager
java.lang.Object
ca.phon.app.session.editor.search.FindManager
Class to manage find and replace for a
session.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindNext()
Search for the next instance of the given expression and return it's location.findPrev()
Search for the next instance of the given expression and return it's location.getExprForTier
(String tierName) String[]
void
setAnyExpr
(FindExpr expr) void
setCurrentLocation
(SessionLocation location) void
void
setExprForTier
(String tierName, FindExpr expr) void
setSearchTier
(String[] tiers) void
setSearchTier
(List<String> tiers) void
setStatus
(FindManager.FindStatus status)
-
Constructor Details
-
FindManager
Constructor
-
-
Method Details
-
getSession
-
getDirection
-
setDirection
-
getStatus
-
setStatus
-
getSearchTiers
-
setSearchTier
-
setSearchTier
-
getCurrentLocation
-
setCurrentLocation
-
getAnyExpr
-
setAnyExpr
-
getExprForTier
-
setExprForTier
-
getMatchedExpr
-
getMatchedRange
-
findNext
Search for the next instance of the given expression and return it's location.- Returns:
- the location of the next instance of the given pattern
- Throws:
FindException
-
findPrev
Search for the next instance of the given expression and return it's location.- Returns:
- the location of the next instance of the given pattern
- Throws:
FindException
-