Class ProseSection
java.lang.Object
com.github.rvesse.airline.help.sections.common.BasicHint
com.github.rvesse.airline.help.sections.common.BasicSection
com.github.rvesse.airline.help.sections.common.ProseSection
- All Implemented Interfaces:
HelpHint, HelpSection
- Direct Known Subclasses:
DiscussionSection
-
Constructor Summary
ConstructorsConstructorDescriptionProseSection(String title, int suggestedOrder, String[] paragraphs) ProseSection(String title, int suggestedOrder, String preamble, String postamble, String[] paragaraphs) ProseSection(String title, String[] paragraphs) -
Method Summary
Methods inherited from class BasicSection
getPostamble, getTitle, suggestedOrderMethods inherited from class BasicHint
getContentBlock, getFormat, getPreamble, numContentBlocksMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HelpHint
getContentBlock, getFormat, getPreamble, numContentBlocks
-
Constructor Details
-
ProseSection
-
ProseSection
-
ProseSection
-