Uses of Class
com.tensegrity.palowebviewer.modules.paloclient.client.XElementPath

Packages that use XElementPath
com.tensegrity.palowebviewer.modules.paloclient.client   
com.tensegrity.palowebviewer.modules.paloclient.client.misc   
com.tensegrity.palowebviewer.modules.ui.client.cubetable   
 

Uses of XElementPath in com.tensegrity.palowebviewer.modules.paloclient.client
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client that return XElementPath
 XElementPath[] XAxis.getElementPaths()
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XElementPath
 void XAxis.setElementPaths(XElementPath[] elementPath)
           
 

Constructors in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XElementPath
XAxis(java.lang.String id, XDimension[] dimensions, XSubset[] subsets, XElementPath[] paths)
           
 

Uses of XElementPath in com.tensegrity.palowebviewer.modules.paloclient.client.misc
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc with parameters of type XElementPath
static XStringizedElementPath XStringizedElementPath.stringize(XElementPath path)
           
 

Uses of XElementPath in com.tensegrity.palowebviewer.modules.ui.client.cubetable
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.cubetable that return XElementPath
 XElementPath[] ViewExpander.getExpandedPaths(XDimension[] dimensions)
           
 XElementPath XElementPathTree.PathNode.toElementPath()
           
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.cubetable with parameters of type XElementPath
 void ViewExpander.addElementPath(XElementPath path)
           
 void ViewExpander.addElementPaths(XElementPath[] paths)
           
 void XElementPathTree.addPath(XElementPath path)