Uses of Interface
net.sf.jasperreports.engine.component.ComponentManager

Packages that use ComponentManager
net.sf.jasperreports.engine.component   
 

Uses of ComponentManager in net.sf.jasperreports.engine.component
 

Classes in net.sf.jasperreports.engine.component that implement ComponentManager
 class DefaultComponentManager
          A default component manager implementation.
 

Methods in net.sf.jasperreports.engine.component that return ComponentManager
static ComponentManager ComponentsEnvironment.getComponentManager(ComponentKey componentKey)
          Deprecated. Replaced by ComponentsEnvironment.getManager(ComponentKey).
 ComponentManager ComponentsBundle.getComponentManager(java.lang.String componentName)
          Returns the manager for a component type identified by name.
 ComponentManager DefaultComponentsBundle.getComponentManager(java.lang.String componentName)
           
 ComponentManager ComponentsEnvironment.getManager(ComponentKey componentKey)
          Returns a component manager that corresponds to a particular component type key.
 

Methods in net.sf.jasperreports.engine.component that return types with arguments of type ComponentManager
 java.util.Map<java.lang.String,ComponentManager> DefaultComponentsBundle.getComponentManagers()
          Returns the internal map of component managers, indexed by component name.
 

Method parameters in net.sf.jasperreports.engine.component with type arguments of type ComponentManager
 void DefaultComponentsBundle.setComponentManagers(java.util.Map<java.lang.String,ComponentManager> componentManagers)
          Sets the map of component managers.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com