All Classes and Interfaces

Class
Description
 
A small widget that displays current suggestions for an AutoCompletingEditBox<T>.
 
Represents a suggestion to be shown in AutoComplete
Generates a list of TokenRanges that can be used to split a given string into parts.
 
 
Compiles a SearchContext<T>, which holds com.blamejared.searchables.api.context.SearchLiteral<T>("orange") and com.blamejared.searchables.api.context.SearchComponent<T>("color:orange")
 
Extra context used by the FormattingVisitor.
Applies style formatting for an EditBox, intended to be passed into EditBox.addFormatter(EditBox.TextFormatter)}.
 
 
 
A component of a SearchableType<T>.
 
 
 
 
Holds com.blamejared.searchables.api.context.SearchPredicate<T> to be reduced to a single Predicate<T> for use in filtering.
 
 
 
 
A range denoting the start and end of a Token, as well as any tokens inside that range.