Uses of Interface
net.sf.jasperreports.engine.part.PartComponentManager
-
Packages that use PartComponentManager Package Description net.sf.jasperreports.engine.part net.sf.jasperreports.parts -
-
Uses of PartComponentManager in net.sf.jasperreports.engine.part
Classes in net.sf.jasperreports.engine.part that implement PartComponentManager Modifier and Type Class Description classDefaultPartComponentManagerA defaultcomponent managerimplementation.Methods in net.sf.jasperreports.engine.part that return PartComponentManager Modifier and Type Method Description PartComponentManagerDefaultPartComponentsBundle. getComponentManager(String componentName)PartComponentManagerPartComponentsBundle. getComponentManager(String componentName)Returns the manager for a component type identified by name.PartComponentManagerPartComponentsEnvironment. getManager(ComponentKey componentKey)Returns a component manager that corresponds to a particular component type key.Methods in net.sf.jasperreports.engine.part that return types with arguments of type PartComponentManager Modifier and Type Method Description Map<String,PartComponentManager>DefaultPartComponentsBundle. getComponentManagers()Returns the internal map of component managers, indexed by component name.Method parameters in net.sf.jasperreports.engine.part with type arguments of type PartComponentManager Modifier and Type Method Description voidDefaultPartComponentsBundle. setComponentManagers(Map<String,PartComponentManager> componentManagers)Sets the map of component managers. -
Uses of PartComponentManager in net.sf.jasperreports.parts
Classes in net.sf.jasperreports.parts that implement PartComponentManager Modifier and Type Class Description classPartComponentsManager
-