Class FindManager
java.lang.Object
ca.phon.app.session.editor.search.FindManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Direction of searchstatic enum
Current find status -
Constructor Summary
Constructors -
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[]
boolean
boolean
void
setAnyExpr
(FindExpr expr) void
setCurrentLocation
(TranscriptElementLocation location) void
void
setExprForTier
(String tierName, FindExpr expr) void
setIncludeComments
(boolean includeComments) void
setIncludeGems
(boolean includeGems) void
setSearchTiers
(String[] tiers) void
setSearchTiers
(List<String> tiers) void
setSpeakers
(List<Participant> speakers) void
setStatus
(FindManager.FindStatus status)
-
Constructor Details
-
FindManager
Constructor
-
-
Method Details
-
getSession
-
getDirection
-
setDirection
-
getStatus
-
setStatus
-
getSearchTiers
-
setSearchTiers
-
setSearchTiers
-
setSpeakers
-
getCurrentLocation
-
setCurrentLocation
-
getAnyExpr
-
setAnyExpr
-
getExprForTier
-
setExprForTier
-
getMatchedExpr
-
getMatchedRange
-
isIncludeComments
public boolean isIncludeComments() -
setIncludeComments
public void setIncludeComments(boolean includeComments) -
isIncludeGems
public boolean isIncludeGems() -
setIncludeGems
public void setIncludeGems(boolean includeGems) -
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
-