© 2006-2007 ETH Zurich

Uses of Interface
org.ximtec.igesture.storage.StorageEngine

Packages that use StorageEngine
org.ximtec.igesture.geco.gui   
org.ximtec.igesture.storage Different persistent storage containers. 
org.ximtec.igesture.tool.view   
 

Uses of StorageEngine in org.ximtec.igesture.geco.gui
 

Methods in org.ximtec.igesture.geco.gui with parameters of type StorageEngine
 void MainModel.loadData(StorageEngine engine)
          Loads the data.
 

Uses of StorageEngine in org.ximtec.igesture.storage
 

Subinterfaces of StorageEngine in org.ximtec.igesture.storage
 interface IStorageManager
           
 

Classes in org.ximtec.igesture.storage that implement StorageEngine
 class Db4oStorageEngine
          Storage engine implementation for db4o.
 class DefaultFileStorageEngine
           
 class DefaultStorageEngine
           
 class StorageManager
          The front-end of the storage system.
 class XMLStorageEngine
          XML storage engine implementation.
 class ZipStorageEngine
          Comment
 

Methods in org.ximtec.igesture.storage that return StorageEngine
static StorageEngine StorageManager.createStorageEngine(File file)
          Creates a new storage engine.
 

Constructors in org.ximtec.igesture.storage with parameters of type StorageEngine
StorageManager(StorageEngine engine)
          Instantiates the storage manager with the given storage engine.
 

Uses of StorageEngine in org.ximtec.igesture.tool.view
 

Methods in org.ximtec.igesture.tool.view with parameters of type StorageEngine
 void MainModel.setStorageEngine(StorageEngine storageEngine)
          Sets the storage manager.
 

Constructors in org.ximtec.igesture.tool.view with parameters of type StorageEngine
MainModel(StorageEngine engine, MainController mainController, Properties properties)
          Constructs a new main model.
 


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.