Uses of Interface
net.sf.jasperreports.engine.component.ComponentManager
Packages that use ComponentManager
Package
Description
Provides interfaces and base classes for the built-in JasperReports component functionality.
-
Uses of ComponentManager in net.sf.jasperreports.engine.component
Classes in net.sf.jasperreports.engine.component that implement ComponentManagerMethods in net.sf.jasperreports.engine.component that return ComponentManagerModifier and TypeMethodDescriptionComponentsEnvironment.getManager(Class<? extends Component> componentType) Returns a component manager that corresponds to a particular component type.ComponentsEnvironment.getManager(Component component) Returns a component manager that corresponds to a particular component.Methods in net.sf.jasperreports.engine.component that return types with arguments of type ComponentManagerModifier and TypeMethodDescriptionComponentsBundle.getComponentManager(Class<? extends Component> componentType) Returns the manager for a component.DefaultComponentsBundle.getComponentManager(Class<? extends Component> componentType) Map<Class<? extends Component>, 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 ComponentManagerModifier and TypeMethodDescriptionvoidDefaultComponentsBundle.setComponentManagers(Map<Class<? extends Component>, ComponentManager> componentManagers) Sets the map of component managers.