Uses of Interface
net.sf.jasperreports.engine.component.ComponentManager
-
Packages that use ComponentManager Package Description net.sf.jasperreports.components Contains classes for built-in components.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.engine.component Provides interfaces and base classes for the built-in JasperReports component functionality. -
-
Uses of ComponentManager in net.sf.jasperreports.components
Classes in net.sf.jasperreports.components that implement ComponentManager Modifier and Type Class Description classComponentsManager -
Uses of ComponentManager in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement ComponentManager Modifier and Type Class Description classIconLabelComponentManager -
Uses of ComponentManager in net.sf.jasperreports.engine.component
Classes in net.sf.jasperreports.engine.component that implement ComponentManager Modifier and Type Class Description classDefaultComponentManagerA defaultcomponent managerimplementation.Methods in net.sf.jasperreports.engine.component that return ComponentManager Modifier and Type Method Description ComponentManagerComponentsBundle. getComponentManager(String componentName)Returns the manager for a component type identified by name.ComponentManagerDefaultComponentsBundle. getComponentManager(String componentName)ComponentManagerComponentsEnvironment. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidDefaultComponentsBundle. setComponentManagers(Map<String,ComponentManager> componentManagers)Sets the map of component managers.
-