Uses of Interface
com.tensegrity.palowebviewer.modules.paloclient.client.misc.IXPoint

Packages that use IXPoint
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.engine.server   
com.tensegrity.palowebviewer.modules.paloclient.client.misc   
com.tensegrity.palowebviewer.server.paloaccessor   
 

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

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type IXPoint
 void ICellUpdateCallback.onFinish(XPath cube, IXPoint point, IResultElement value, boolean success)
           
 void PaloServerModel.updateCell(XPath cube, IXPoint point, IResultElement value, ICellUpdateCallback callback)
           
 void PaloServerModelLogger.updateCell(XPath cube, IXPoint point, IResultElement value, ICellUpdateCallback callback)
           
 void PaloServerModelProxy.updateCell(XPath cube, IXPoint point, IResultElement value, ICellUpdateCallback callback)
           
 void IPaloServerModel.updateCell(XPath cube, IXPoint point, IResultElement value, ICellUpdateCallback callback)
          Updates value pointed by path.
 void IEngineService.updateData(XPath cubePath, IXPoint point, IResultElement value)
          This method sets value of some cell of cube pointed by point
 void EngineServiceAsyncDelegator.updateData(XPath cubePath, IXPoint point, IResultElement value, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void EngineServiceAsyncProxy.updateData(XPath cubePath, IXPoint point, IResultElement value, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void EngineServiceAsyncLogger.updateData(XPath cubePath, IXPoint point, IResultElement value, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void IEngineServiceAsync.updateData(XPath cubePath, IXPoint point, IResultElement value, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Constructors in com.tensegrity.palowebviewer.modules.engine.client with parameters of type IXPoint
UpdateCellCallback(XPath cube, IXPoint point, IResultElement value, ICellUpdateCallback callback)
           
 

Uses of IXPoint in com.tensegrity.palowebviewer.modules.engine.server
 

Methods in com.tensegrity.palowebviewer.modules.engine.server with parameters of type IXPoint
 void EngineService.updateData(XPath cube, IXPoint point, IResultElement value)
           
 void EngineLogic.updateData(XPath cube, IXPoint point, IResultElement value, IEngineContext context)
           
 

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

Classes in com.tensegrity.palowebviewer.modules.paloclient.client.misc that implement IXPoint
 class MutableXPoint
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc that return IXPoint
 IXPoint XResultIterator.nextPoint()
           
 

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

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type IXPoint
 void CellUpdater.setPoint(IXPoint point)
           
 void PaloAccessor.update(XPath cubePath, IXPoint point, IResultElement value, org.palo.api.Connection connection, java.util.Locale locale)