Uses of Class
javax.help.FavoritesItem
Packages that use FavoritesItem
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of FavoritesItem in javax.help
Methods in javax.help that return FavoritesItemMethods in javax.help with parameters of type FavoritesItemModifier and TypeMethodDescriptionvoid
FavoritesItem.add
(FavoritesItem item) Adds FavoritesItem as a child.void
FavoritesItem.remove
(FavoritesItem item) Removes FavoritesItem from vector of children.void
FavoritesItem.setParent
(FavoritesItem parent) Sets the parent of this item.Constructors in javax.help with parameters of type FavoritesItemModifierConstructorDescriptionFavoritesNode
(FavoritesItem item) Creates a FavoritesNode for FavoritesItem.