Uses of Interface
net.sf.jasperreports.engine.part.PartComponentsBundle
-
Packages that use PartComponentsBundle Package Description net.sf.jasperreports.engine.part -
-
Uses of PartComponentsBundle in net.sf.jasperreports.engine.part
Classes in net.sf.jasperreports.engine.part that implement PartComponentsBundle Modifier and Type Class Description classDefaultPartComponentsBundleThe defaultcomponents bundleimplementation.Methods in net.sf.jasperreports.engine.part that return PartComponentsBundle Modifier and Type Method Description PartComponentsBundlePartComponentsEnvironment. getBundle(String namespace)Returns a component bundle that corresponds to a namespace.Methods in net.sf.jasperreports.engine.part that return types with arguments of type PartComponentsBundle Modifier and Type Method Description protected Map<String,PartComponentsBundle>PartComponentsEnvironment. findBundles()Collection<PartComponentsBundle>PartComponentsEnvironment. getBundles()Returns the set of all component bundles present in the registry.protected Map<String,PartComponentsBundle>PartComponentsEnvironment. getCachedBundles()
-