Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.component |
Provides interfaces and base classes for the built-in JasperReports component functionality.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.part |
Modifier and Type | Method and Description |
---|---|
protected void |
IconLabelComponentXmlWriter.writeIconLabelComponent(IconLabelComponent iconLabelComponent,
ComponentKey componentKey,
JRXmlWriter reportWriter) |
Modifier and Type | Method and Description |
---|---|
ComponentKey |
JRPart.getComponentKey()
Returns the component type key for this part.
|
ComponentKey |
JRComponentElement.getComponentKey()
Returns the component type key for this element.
|
Modifier and Type | Field and Description |
---|---|
protected ComponentKey |
JRBasePart.componentKey |
Modifier and Type | Method and Description |
---|---|
ComponentKey |
JRBasePart.getComponentKey() |
ComponentKey |
JRBaseComponentElement.getComponentKey() |
Modifier and Type | Method and Description |
---|---|
static ComponentManager |
ComponentsEnvironment.getComponentManager(ComponentKey componentKey)
Deprecated.
Replaced by
ComponentsEnvironment.getManager(ComponentKey) . |
ComponentManager |
ComponentsEnvironment.getManager(ComponentKey componentKey)
Returns a component manager that corresponds to a particular component
type key.
|
Modifier and Type | Method and Description |
---|---|
ComponentKey |
JRDesignComponentElement.getComponentKey() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignPart.setComponentKey(ComponentKey componentKey)
Sets the component type key that corresponds to the component instance.
|
void |
JRDesignComponentElement.setComponentKey(ComponentKey componentKey)
Sets the component type key that corresponds to the component instance.
|
Modifier and Type | Method and Description |
---|---|
ComponentKey |
JRFillComponentElement.getComponentKey() |
Modifier and Type | Method and Description |
---|---|
PartComponentManager |
PartComponentsEnvironment.getManager(ComponentKey componentKey)
Returns a component manager that corresponds to a particular component
type key.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com