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

Packages that use XAxis
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.paloclient.client   
com.tensegrity.palowebviewer.modules.paloclient.client.misc   
com.tensegrity.palowebviewer.modules.ui.client.cubetable   
com.tensegrity.palowebviewer.server.paloaccessor   
 

Uses of XAxis in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XAxis
 void ReloadSubTreeCallback.visitAxis(XAxis axis)
           
 void ChildrenGetter.visitAxis(XAxis axis)
          
 void XObjectReplacer.visitAxis(XAxis axis)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.paloclient.client that return XAxis
 XAxis[] XDefaultView.getAxises()
           
 XAxis[] XView.getAxises()
           
 XAxis XView.getColsAxis()
           
 XAxis XView.getRowsAxis()
           
 XAxis XView.getSelectedAxis()
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XAxis
 void XDefaultView.setAxises(XAxis[] axises)
           
 void XView.setAxises(XAxis[] axises)
           
 

Constructors in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XAxis
XView(java.lang.String id, java.lang.String name, XAxis[] axises)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc with parameters of type XAxis
 void HierarchyVisitor.visitAxis(XAxis axis)
           
 void GetChildVisitor.visitAxis(XAxis axis)
           
abstract  void TypeCastVisitor.visitAxis(XAxis axis)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.ui.client.cubetable that return XAxis
 XAxis IDimensionList.createAxis()
           
 

Uses of XAxis in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor that return XAxis
static XAxis[] PaloHelper.getXAxises(XView xview)
           
static XAxis PaloHelper.wrapAxis(org.palo.api.Axis axis, XView parent)
           
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type XAxis
static void PaloHelper.loadAxis(XAxis xAxis)