Uses of Interface
org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Packages that use NavigationNode
Package
Description
-
Uses of NavigationNode in org.eclipse.rdf4j.common.webapp.navigation
Classes in org.eclipse.rdf4j.common.webapp.navigation that implement NavigationNodeModifier 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
View represents a "leaf" in the navigation model, for example a page in a website.Methods in org.eclipse.rdf4j.common.webapp.navigation that return NavigationNodeModifier and TypeMethodDescriptionAbstractNavigationNode.getParent()
NavigationNode.getParent()
Get the parent node of this node.Methods in org.eclipse.rdf4j.common.webapp.navigation with parameters of type NavigationNodeModifier 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
Methods in org.eclipse.rdf4j.common.webapp.navigation.functions with parameters of type NavigationNodeModifier and TypeMethodDescriptionstatic boolean
NavigationFunctions.isParent
(NavigationNode potentialParent, NavigationNode node) Is the specified potential parent indeed a parent of the specified node.