Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Method | Description |
---|---|---|
FavoritesItem |
FavoritesItem.getParent() |
Returns parent of FavoritesItem.
|
Modifier and Type | Method | Description |
---|---|---|
void |
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.
|
Constructor | Description |
---|---|
FavoritesNode(FavoritesItem item) |
Creates a FavoritesNode for FavoritesItem.
|