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(String componentName)
          Returns the manager for a component type identified by name.
 ComponentManager DefaultComponentsBundle.getComponentManager(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
 Map<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(Map<String,ComponentManager> componentManagers)
          Sets the map of component managers.
 



Copyright © 2012. All Rights Reserved.