Interface HelpTheme<S extends Source,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, TextHelpTheme

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