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

Packages that use ICategoryManager
net.firstpartners.rp.mid.category Basic Unit of Knowledge storage in the system.
 
net.firstpartners.rp.mid.global Classes that are exposed System wide.
 
 

Uses of ICategoryManager in net.firstpartners.rp.mid.category
 

Classes in net.firstpartners.rp.mid.category that implement ICategoryManager
 class CategoryManager
          A Category is one set of data within the link KnowledgeSphere.
 

Methods in net.firstpartners.rp.mid.category with parameters of type ICategoryManager
 void BasicCategory.generateCategoryData(ICategoryManager manager)
          Construct the category 1.
 

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

Fields in net.firstpartners.rp.mid.global declared as ICategoryManager
private static ICategoryManager PluginManager.categoryManager
          Category manager
 

Methods in net.firstpartners.rp.mid.global that return ICategoryManager
static ICategoryManager PluginManager.getCategoryManager()
           
 

Methods in net.firstpartners.rp.mid.global with parameters of type ICategoryManager
 void PluginManager.setCategoryManager(ICategoryManager categoryManager)