Uses of Interface
net.firstpartners.rp.plugins.ICategoryStore

Packages that use ICategoryStore
net.firstpartners.rp.back.datastore Items that persist information for later use. 
net.firstpartners.rp.mid.global Classes that are exposed System wide.
 
 

Uses of ICategoryStore in net.firstpartners.rp.back.datastore
 

Classes in net.firstpartners.rp.back.datastore that implement ICategoryStore
 class BasicCategoryStore
          Simple Meta Data Store as an XML file.
 

Uses of ICategoryStore in net.firstpartners.rp.mid.global
 

Fields in net.firstpartners.rp.mid.global declared as ICategoryStore
private static ICategoryStore PluginManager.categoryStores
          Category store
 

Methods in net.firstpartners.rp.mid.global that return ICategoryStore
static ICategoryStore PluginManager.getCategoryStores()
          Get a handle to all the available DataStores (classes)
 

Methods in net.firstpartners.rp.mid.global with parameters of type ICategoryStore
 void PluginManager.setCategoryStores(ICategoryStore categoryStore)