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. helpTopicsThe 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 TopicHelpFile. getIndex()Get the special "index" topic.TopicHelpFile. getSearchResults(java.lang.String searchString)Get the special "search results" topic.TopicHelpFile. getTableOfContents()Get the special "table of contents" topic.TopicHelpFile. getTopic(java.lang.String title)Get a topic by title.Methods in jexer.help with parameters of type Topic Modifier and Type Method Description intTopic. compareTo(Topic that)Comparison operator.voidTHelpText. setTopic(Topic topic)Set the topic.voidTHelpText. 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.
-