Uses of Interface
net.sf.jasperreports.engine.component.ComponentsBundle
-
Packages that use ComponentsBundle Package Description net.sf.jasperreports.engine.component Provides interfaces and base classes for the built-in JasperReports component functionality. -
-
Uses of ComponentsBundle in net.sf.jasperreports.engine.component
Classes in net.sf.jasperreports.engine.component that implement ComponentsBundle Modifier and Type Class Description class
DefaultComponentsBundle
The defaultcomponents bundle
implementation.Methods in net.sf.jasperreports.engine.component that return types with arguments of type ComponentsBundle Modifier and Type Method Description protected List<ComponentsBundle>
ComponentsEnvironment. findBundles()
Collection<ComponentsBundle>
ComponentsEnvironment. getBundles()
Returns the set of all component bundles present in the registry.protected List<ComponentsBundle>
ComponentsEnvironment. getCachedBundles()
-