Package | Description |
---|---|
org.eclipse.rdf4j.common.webapp.navigation | |
org.eclipse.rdf4j.common.webapp.navigation.functions |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNavigationNode
Base implementation of the NavigationNode interface.
|
class |
Group
Group represents a logical group of views in a NavigationModel.
|
class |
NavigationModel
NavigationModel represents the navigation structure of a web application.
|
class |
NavigationNodeBase
Deprecated.
since 4.0. Use
AbstractNavigationNode instead. |
class |
View
View represents a "leaf" in the navigation model, for example a page in a website.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
NavigationNode.getParent()
Get the parent node of this node.
|
NavigationNode |
AbstractNavigationNode.getParent() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNavigationNode.copyCommonAttributes(NavigationNode node) |
boolean |
NavigationNode.isParent(NavigationNode node)
Is this node a parent of the specified node?
|
boolean |
AbstractNavigationNode.isParent(NavigationNode node) |
void |
NavigationNode.setParent(NavigationNode parent)
Set the parent of this node.
|
void |
AbstractNavigationNode.setParent(NavigationNode parent) |
Modifier and Type | Method and Description |
---|---|
static boolean |
NavigationFunctions.isParent(NavigationNode potentialParent,
NavigationNode node)
Is the specified potential parent indeed a parent of the specified node.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.