Package javax.help.plaf
Class HelpUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.help.plaf.HelpUI
- Direct Known Subclasses:
BasicHelpUI
UI factory interface for JHelp.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidAdds a Navigator.abstract JHelpNavigatorGets the current Navigator.abstract voidRemove a Navigator.abstract voidSets the current Navigator.Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Constructor Details
-
HelpUI
public HelpUI()
-
-
Method Details