Uses of Class
org.palo.api.utils.ElementPath

Packages that use ElementPath
org.palo.api   
org.palo.api.utils   
 

Uses of ElementPath in org.palo.api
 

Methods in org.palo.api that return ElementPath
 ElementPath[] Axis.getExpandedPaths()
          Returns all expanded ElementPaths which are registered with this axis.
 ElementPath[] Axis.getVisiblePaths(Dimension dimension)
          Deprecated. please use Axis.getVisiblePaths(Hierarchy) instead.
 ElementPath[] Axis.getVisiblePaths(Hierarchy hierarchy)
          Returns all visible paths for this axis.
 

Methods in org.palo.api with parameters of type ElementPath
 void Axis.addExpanded(ElementPath path)
          Adds the given ElementPath to the expand list of this axis.
 void Axis.addExpanded(ElementPath[] paths)
          Convenience method to add several ElementPaths in one go
 void Axis.addVisible(ElementPath path)
          Adds the given path to the visible path list of this axis.
 boolean Axis.isVisible(ElementPath path)
          Checks if the element specified by the given path is visible or not
 void Axis.removeExpanded(ElementPath path)
          Removes the given ElementPath from the expand list of this axis
 void Axis.removeVisible(ElementPath path)
          Removes the given path from the visible path list of this axis.
 

Uses of ElementPath in org.palo.api.utils
 

Methods in org.palo.api.utils that return ElementPath
 ElementPath ElementPath.copy()
          Returns a copy of this element path instance
static ElementPath ElementNodeUtilities.getPath(ElementNode elNode, Hierarchy hierarchy)
           
static ElementPath ElementPath.restore(Dimension[] dimensions, java.lang.String pathStr)
          Restores the element path specified by the given Dimensions and element path string
static ElementPath ElementPath.restore(Hierarchy[] hierarchies, java.lang.String pathStr)