Uses of Class
jexer.help.Topic
-
Packages that use Topic Package Description jexer Jexer - Java Text User Interface libraryjexer.help Online help system. -
-
Uses of Topic in jexer
Fields in jexer with type parameters of type Topic Modifier and Type Field Description protected java.util.ArrayList<Topic>
TApplication. helpTopics
The stack of help topics.Constructors in jexer with parameters of type Topic Constructor Description THelpWindow(TApplication application, Topic topic)
Public constructor. -
Uses of Topic in jexer.help
Methods in jexer.help that return Topic Modifier and Type Method Description Topic
HelpFile. getIndex()
Get the special "index" topic.Topic
HelpFile. getSearchResults(java.lang.String searchString)
Get the special "search results" topic.Topic
HelpFile. getTableOfContents()
Get the special "table of contents" topic.Topic
HelpFile. getTopic(java.lang.String title)
Get a topic by title.Methods in jexer.help with parameters of type Topic Modifier and Type Method Description int
Topic. compareTo(Topic that)
Comparison operator.void
THelpText. setTopic(Topic topic)
Set the topic.void
THelpText. setTopic(Topic topic, boolean separator)
Set the topic.Constructors in jexer.help with parameters of type Topic Constructor Description THelpText(THelpWindow parent, Topic topic, int x, int y, int width, int height)
Public constructor.
-