Package javadocofflinesearch.formatters
Interface Formatter
- All Known Implementing Classes:
AjaxHtmlFormatter
,ColoredPlainTextFormatter
,PlainTextFormatter
,SearchableHtmlFormatter
,StaticHtmlFormatter
public interface Formatter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
couldYouMeant
(String title, List<String>... l) void
void
haders()
highlitEnd
(Color c) void
void
pages
(int from, int to, int total) void
printLibrary
(String library) void
resulsSummary
(String foundTitle, long totalHits, String timeTitle, long time, String units) void
void
searchStarted
(String info, String what) void
tail()
void
-
Method Details