Uses of Interface
org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Package
Description
-
Uses of NavigationNode in org.eclipse.rdf4j.common.webapp.navigation
Modifier and TypeClassDescriptionclass
Base implementation of the NavigationNode interface.class
Group represents a logical group of views in a NavigationModel.class
NavigationModel represents the navigation structure of a web application.class
Deprecated.class
View represents a "leaf" in the navigation model, for example a page in a website.Modifier and TypeMethodDescriptionAbstractNavigationNode.getParent()
NavigationNode.getParent()
Get the parent node of this node.Modifier and TypeMethodDescriptionprotected void
AbstractNavigationNode.copyCommonAttributes
(NavigationNode node) boolean
AbstractNavigationNode.isParent
(NavigationNode node) boolean
NavigationNode.isParent
(NavigationNode node) Is this node a parent of the specified node?void
AbstractNavigationNode.setParent
(NavigationNode parent) void
NavigationNode.setParent
(NavigationNode parent) Set the parent of this node. -
Uses of NavigationNode in org.eclipse.rdf4j.common.webapp.navigation.functions
Modifier and TypeMethodDescriptionstatic boolean
NavigationFunctions.isParent
(NavigationNode potentialParent, NavigationNode node) Is the specified potential parent indeed a parent of the specified node.
AbstractNavigationNode
instead.