Package javax.help.plaf
Class HelpNavigatorUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.help.plaf.HelpNavigatorUI
- Direct Known Subclasses:
BasicFavoritesNavigatorUI
,BasicGlossaryNavigatorUI
,BasicIndexNavigatorUI
,BasicSearchNavigatorUI
,BasicTOCNavigatorUI
UI factory interface for JHelpNavigator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an AddAction object.getIcon()
getImageIcon
(NavigatorView view) Returns icon associated with the view.void
merge
(NavigatorView view) Merges a Navigator View.void
remove
(NavigatorView view) Removes a Navigator View.void
Sets the icon for this HelpNavigator.Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Constructor Details
-
HelpNavigatorUI
public HelpNavigatorUI()
-
-
Method Details
-
setIcon
Sets the icon for this HelpNavigator.- Parameters:
icon
- the Icon
-
getIcon
- Returns:
- the Icon for this HelpNavigator
-
getAddAction
Returns an AddAction object. Has sense only for favorites navigator
-