Uses of Interface
org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
-
Packages that use NavigationNode Package Description org.eclipse.rdf4j.common.webapp.navigation org.eclipse.rdf4j.common.webapp.navigation.functions -
-
Uses of NavigationNode in org.eclipse.rdf4j.common.webapp.navigation
Classes in org.eclipse.rdf4j.common.webapp.navigation that implement NavigationNode Modifier and Type Class 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.UseAbstractNavigationNode
instead.class
View
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 NavigationNode Modifier and Type Method Description NavigationNode
AbstractNavigationNode. getParent()
NavigationNode
NavigationNode. getParent()
Get the parent node of this node.Methods in org.eclipse.rdf4j.common.webapp.navigation with parameters of type NavigationNode Modifier and Type Method Description protected 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 NavigationNode Modifier and Type Method Description static boolean
NavigationFunctions. isParent(NavigationNode potentialParent, NavigationNode node)
Is the specified potential parent indeed a parent of the specified node.
-