Uses of Class
javax.help.FavoritesNode
-
Packages that use FavoritesNode Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information.javax.help.plaf.basic -
-
Uses of FavoritesNode in javax.help
Methods in javax.help that return FavoritesNode Modifier and Type Method Description FavoritesNodeFavoritesView. getDataAsTree()Gets a DefaultMutableTreeNode representing the information in this view instance.FavoritesNodeFavoritesNode. getDeepCopy()Returns the deep copy of nodeFavoritesNodeFavoritesView. parse(HelpSet hs, java.util.Locale locale, TreeItemFactory factory)Public method for parsing the Favorites in a URL.Methods in javax.help with parameters of type FavoritesNode Modifier and Type Method Description voidFavoritesView. saveFavorites(FavoritesNode node)Saves favorites file -
Uses of FavoritesNode in javax.help.plaf.basic
Fields in javax.help.plaf.basic declared as FavoritesNode Modifier and Type Field Description protected FavoritesNodeBasicFavoritesNavigatorUI. topNodeMethods in javax.help.plaf.basic that return FavoritesNode Modifier and Type Method Description FavoritesNodeBasicFavoritesNavigatorUI. getSelectedNode()Returns the selected nodeConstructors in javax.help.plaf.basic with parameters of type FavoritesNode Constructor Description FavoritesTree(FavoritesNode root)Creates FavoritesTree
-