Uses of Class
javax.help.plaf.HelpUI
-
Packages that use HelpUI Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information.javax.help.plaf.basic -
-
Uses of HelpUI in javax.help
Methods in javax.help that return HelpUI Modifier and Type Method Description HelpUIJHelp. getUI()Returns the HelpUI that is providing the current look and feel.Methods in javax.help with parameters of type HelpUI Modifier and Type Method Description voidJHelp. setUI(HelpUI ui)Sets the HelpUI that will provide the current look and feel. -
Uses of HelpUI in javax.help.plaf.basic
Subclasses of HelpUI in javax.help.plaf.basic Modifier and Type Class Description classBasicHelpUIThe default UI for JHelp.
-