Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
javax.help.plaf.basic |
Modifier and Type | Method | Description |
---|---|---|
FavoritesNode |
FavoritesView.getDataAsTree() |
Gets a DefaultMutableTreeNode representing the
information in this view instance.
|
FavoritesNode |
FavoritesNode.getDeepCopy() |
Returns the deep copy of node
|
FavoritesNode |
FavoritesView.parse(HelpSet hs,
java.util.Locale locale,
TreeItemFactory factory) |
Public method for parsing the Favorites in a URL.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FavoritesView.saveFavorites(FavoritesNode node) |
Saves favorites file
|
Modifier and Type | Field | Description |
---|---|---|
protected FavoritesNode |
BasicFavoritesNavigatorUI.topNode |
Modifier and Type | Method | Description |
---|---|---|
FavoritesNode |
BasicFavoritesNavigatorUI.getSelectedNode() |
Returns the selected node
|
Constructor | Description |
---|---|
FavoritesTree(FavoritesNode root) |
Creates FavoritesTree
|