|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Returns a component manager that corresponds to a particular component type key. |
ComponentManager |
DefaultComponentsBundle.getComponentManager(java.lang.String componentName)
|
ComponentManager |
ComponentsBundle.getComponentManager(java.lang.String componentName)
Returns the manager for a component type identified by name. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||