Module com.github.rvesse.airline
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
public class ProseSection extends BasicSection
-
-
Constructor Summary
Constructors Constructor Description ProseSection(java.lang.String title, int suggestedOrder, java.lang.String[] paragraphs)
ProseSection(java.lang.String title, int suggestedOrder, java.lang.String preamble, java.lang.String postamble, java.lang.String[] paragaraphs)
ProseSection(java.lang.String title, java.lang.String[] paragraphs)
-
Method Summary
-
Methods inherited from class com.github.rvesse.airline.help.sections.common.BasicSection
getPostamble, getTitle, suggestedOrder
-
Methods inherited from class com.github.rvesse.airline.help.sections.common.BasicHint
getContentBlock, getFormat, getPreamble, numContentBlocks
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.rvesse.airline.help.sections.HelpHint
getContentBlock, getFormat, getPreamble, numContentBlocks
-
-
-
-
Constructor Detail
-
ProseSection
public ProseSection(java.lang.String title, java.lang.String[] paragraphs)
-
ProseSection
public ProseSection(java.lang.String title, int suggestedOrder, java.lang.String[] paragraphs)
-
ProseSection
public ProseSection(java.lang.String title, int suggestedOrder, java.lang.String preamble, java.lang.String postamble, java.lang.String[] paragaraphs)
-
-