Uses of Interface
com.sapportals.portal.navigation.INavigationNode

Packages that use INavigationNode
com.sapportals.portal.navigation   
 

Uses of INavigationNode in com.sapportals.portal.navigation
 

Methods in com.sapportals.portal.navigation that return INavigationNode
 INavigationNode INavigationNode.getFirstChild()
          Retrieves only the first child of the node.
 INavigationNode INavigationService.getNode(java.util.Hashtable environment, java.lang.String nodeName)
          Retrieves a Navigation Node by it's hierarcial name.
 INavigationNode INavigationService.getFirstNode(java.util.Hashtable environment)
          Retrieves the first Navigation Node in the tree in the highest level of hiererchy.
 INavigationNode INavigationNamingHandler.createNavigationNode(INavigationConnectorNode connNode, java.lang.String connectorPrefix, java.lang.String nodeName, java.util.Hashtable environment)
          Create an INavigationNode object (a wrapper node for INavigationConnectorNode).
 

Methods in com.sapportals.portal.navigation with parameters of type INavigationNode
 boolean INavigationNode.contains(INavigationNode node)
          Check if node contains the node recieved as an argument (if merged using merge ID) or if similar to it.
 boolean NavigationNodes.add(INavigationNode node)
          Convenience method; adding of an INavigationNode object.