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

Packages that use XDatabase
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.loaders   
com.tensegrity.palowebviewer.modules.ui.client.tree   
com.tensegrity.palowebviewer.server.paloaccessor   
 

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

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XDatabase
 XDimension DatabaseDimensionCache.getDimension(XDatabase db, XDimension dim)
           
protected  java.util.List DatabaseDimensionCache.getDimensionList(XDatabase db)
           
 XDimension[] DatabaseDimensionCache.getDimensions(XDatabase db, XDimension[] dimensions)
           
 void ReloadSubTreeCallback.visitDatabase(XDatabase database)
           
 void ChildrenGetter.visitDatabase(XDatabase database)
          
 void XObjectReplacer.visitDatabase(XDatabase database)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.paloclient.client that return XDatabase
 XDatabase[] XServer.getDatabases()
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XDatabase
 boolean XDatabase.equals(XDatabase database)
           
 void XServer.setDatabases(XDatabase[] databases)
           
 

Constructors in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XDatabase
XServer(java.lang.String host, java.lang.String service, java.lang.String login, XDatabase[] dbs)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc with parameters of type XDatabase
 void GetChildVisitor.visitDatabase(XDatabase database)
           
 void HierarchyVisitor.visitDatabase(XDatabase database)
           
abstract  void TypeCastVisitor.visitDatabase(XDatabase database)
           
 

Uses of XDatabase in com.tensegrity.palowebviewer.modules.ui.client.loaders
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.loaders that return XDatabase
 XDatabase DatabaseDimensionLoader.getDatabase()
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client.loaders with parameters of type XDatabase
DatabaseDimensionLoader(XDatabase database)
           
 

Uses of XDatabase in com.tensegrity.palowebviewer.modules.ui.client.tree
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client.tree with parameters of type XDatabase
CubesFolderNode(PaloTreeModel model, XDatabase database)
           
DatabaseNode(PaloTreeModel model, XDatabase database)
           
DimensionsFolderNode(PaloTreeModel model, XDatabase database)
           
 

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

Methods in com.tensegrity.palowebviewer.server.paloaccessor that return XDatabase
static XDatabase[] PaloHelper.getXDatabases(org.palo.api.Connection connection, XServer server)
           
static XDatabase PaloHelper.wrapDatabase(org.palo.api.Database db)
           
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type XDatabase
static XCube[] PaloHelper.getXCubes(org.palo.api.Cube[] cubes, XDatabase db)
           
static XDimension[] PaloHelper.getXDimensions(org.palo.api.Dimension[] dimensions, XDatabase db)