Interface HelpTheme<S extends CommandSource,C>

Type Parameters:
S - the type of command source/console
C - the type of the entries in the help component (can be String, Component, etc.)
All Known Implementing Classes:
BaseHelpTheme, TextBasedHelpTheme, TextHelpTheme

public interface HelpTheme<S extends CommandSource,C>
A theme for help documentation generation and presentation.