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.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentsManager |
Modifier and Type | Class and Description |
---|---|
class |
IconLabelComponentManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultComponentManager
A default
component manager implementation. |
Modifier and Type | Method and Description |
---|---|
ComponentManager |
DefaultComponentsBundle.getComponentManager(String componentName) |
ComponentManager |
ComponentsBundle.getComponentManager(String componentName)
Returns the manager for a component type identified by name.
|
ComponentManager |
ComponentsEnvironment.getManager(ComponentKey componentKey)
Returns a component manager that corresponds to a particular component
type key.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ComponentManager> |
DefaultComponentsBundle.getComponentManagers()
Returns the internal map of component managers, indexed by component name.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentsBundle.setComponentManagers(Map<String,ComponentManager> componentManagers)
Sets the map of component managers.
|
Copyright © 2017. All rights reserved.