Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 129321 Details for
Bug 268036
revoke deprecated chart events
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Call before/afterComputations directly
patch.txt (text/plain), 1.21 KB, created by
Erdal Karaca
on 2009-03-19 03:09:44 EDT
(
hide
)
Description:
Call before/afterComputations directly
Filename:
MIME Type:
Creator:
Erdal Karaca
Created:
2009-03-19 03:09:44 EDT
Size:
1.21 KB
patch
obsolete
>Index: ScriptHandler.java >=================================================================== >RCS file: /cvsroot/birt/source/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptHandler.java,v >retrieving revision 1.17 >diff -u -r1.17 ScriptHandler.java >--- ScriptHandler.java 19 Mar 2009 06:53:44 -0000 1.17 >+++ ScriptHandler.java 19 Mar 2009 07:08:41 -0000 >@@ -18,6 +18,7 @@ > > import org.eclipse.birt.chart.computation.DataPointHints; > import org.eclipse.birt.chart.computation.LegendEntryRenderingHints; >+import org.eclipse.birt.chart.computation.PlotComputation; > import org.eclipse.birt.chart.datafeed.IDataSetProcessor; > import org.eclipse.birt.chart.engine.i18n.Messages; > import org.eclipse.birt.chart.exception.ChartException; >@@ -823,6 +824,16 @@ > (Label) tmpArgs[1], > (IChartScriptContext) tmpArgs[2] ); > } >+ else if ( ScriptHandler.BEFORE_COMPUTATIONS.equals( name ) ) >+ { >+ javahandler.beforeComputations( (Chart) tmpArgs[0], >+ (PlotComputation) tmpArgs[1] ); >+ } >+ else if ( ScriptHandler.AFTER_COMPUTATIONS.equals( name ) ) >+ { >+ javahandler.afterComputations( (Chart) tmpArgs[0], >+ (PlotComputation) tmpArgs[1] ); >+ } > else > { > assert false;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268036
: 129321