public class BasicSection extends BasicHint implements HelpSection
| Constructor and Description |
|---|
BasicSection(String title,
int suggestedOrder,
String preamble,
String postamble,
HelpFormat format,
String[]... blocks) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPostamble()
Gets the post-amble text that should be included at the end of the
section
|
String |
getTitle()
Gets the title for the section
|
int |
suggestedOrder()
Gets an integer indicating the suggested order that a help generator
should include this section in
|
getContentBlock, getFormat, getPreamble, numContentBlocksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentBlock, getFormat, getPreamble, numContentBlockspublic BasicSection(String title, int suggestedOrder, String preamble, String postamble, HelpFormat format, String[]... blocks)
public String getTitle()
HelpSectiongetTitle in interface HelpSectionpublic String getPostamble()
HelpSectiongetPostamble in interface HelpSectionpublic int suggestedOrder()
HelpSectionA value of zero indicates that the help generator can decide where to place this section, a positive value indicates it should be placed after the default sections while a negative value indicates it should be placed before the default sections. There is however no guarantee that a help generator will honour the order given.
suggestedOrder in interface HelpSectionCopyright © 2012–2022. All rights reserved.