Package | Description |
---|---|
org.eclipse.rdf4j.common.webapp.navigation |
Modifier and Type | Class and Description |
---|---|
class |
NavigationModel
NavigationModel represents the navigation structure of a web application.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Group> |
Group.groups |
Modifier and Type | Method and Description |
---|---|
Group |
Group.getGroup(String id)
Get the sub-group with the specified ID.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
Group.getGroups()
Get the list of sub-groups
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addGroup(Group group)
Add a group to this group.
|
protected void |
Group.copyGroupsAndViews(Group group) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.