Uses of Interface
synergynetframework.appsystem.contentsystem.items.implementation.IImplementationItemFactory

Packages that use IImplementationItemFactory
synergynetframework.appsystem.contentsystem   
synergynetframework.appsystem.contentsystem.jme.items.factory   
 

Uses of IImplementationItemFactory in synergynetframework.appsystem.contentsystem
 

Methods in synergynetframework.appsystem.contentsystem that return IImplementationItemFactory
 IImplementationItemFactory ContentSystem.getImplementationItemFactory()
          Gets the implementation item factory.
 

Uses of IImplementationItemFactory in synergynetframework.appsystem.contentsystem.jme.items.factory
 

Classes in synergynetframework.appsystem.contentsystem.jme.items.factory that implement IImplementationItemFactory
 class JMEImplementationItemFactory
          A factory for creating JMEImplementationItem objects.