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 void
Adds a Navigator.abstract JHelpNavigator
Gets the current Navigator.abstract void
Remove a Navigator.abstract void
Sets 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