|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.filter.ResourceMessageFormatFilter
Creation-Date: 24.01.2006, 15:58:32
| Constructor Summary | |
ResourceMessageFormatFilter()
|
|
| Method Summary | |
java.lang.Object |
clone()
Clones this DataSource. |
java.lang.String |
getFormatKey()
Returns the format string used in the message format. |
java.lang.String |
getNullString()
|
java.lang.String |
getResourceIdentifier()
Returns the name of the used resource bundle. |
java.lang.Object |
getValue()
Returns the current value for the data source. |
void |
registerReportDefinition(ReportDefinition reportDefinition)
Connects the connectable to the given report definition. |
void |
setFormatKey(java.lang.String format)
Defines the format string for the MessageFormat object
used in this implementation. |
void |
setNullString(java.lang.String nullString)
|
void |
setResourceIdentifier(java.lang.String resourceIdentifier)
Defines the name of the used resource bundle. |
void |
unregisterReportDefinition(ReportDefinition reportDefinition)
Disconnects the connectable from the given report definition. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ResourceMessageFormatFilter()
| Method Detail |
public java.lang.Object getValue()
public java.lang.String getResourceIdentifier()
ResourceBundleFactory.getResourceBundle(String)public void setResourceIdentifier(java.lang.String resourceIdentifier)
ResourceFileFilter.getValue() will result in null
values.resourceIdentifier - the resource bundle namepublic void setFormatKey(java.lang.String format)
MessageFormat object
used in this implementation.format - resourcebundle key for the message format.public java.lang.String getFormatKey()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
DataSource.public void registerReportDefinition(ReportDefinition reportDefinition)
reportDefinition - the reportDefinition for this report connectable.public void unregisterReportDefinition(ReportDefinition reportDefinition)
reportDefinition - the reportDefinition for this report connectable.public java.lang.String getNullString()
public void setNullString(java.lang.String nullString)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||