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 |
---|---|
static ComponentManager |
ComponentsEnvironment.getComponentManager(ComponentKey componentKey)
Deprecated.
Replaced by
ComponentsEnvironment.getManager(ComponentKey) . |
ComponentManager |
DefaultComponentsBundle.getComponentManager(java.lang.String componentName) |
ComponentManager |
ComponentsBundle.getComponentManager(java.lang.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 |
---|---|
java.util.Map<java.lang.String,ComponentManager> |
DefaultComponentsBundle.getComponentManagers()
Returns the internal map of component managers, indexed by component name.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentsBundle.setComponentManagers(java.util.Map<java.lang.String,ComponentManager> componentManagers)
Sets the map of component managers.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com