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 128009 Details for
Bug 210913
add quadratic setting for scale
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]
before-computation event enabled in java handler
clipboard.txt (text/plain), 1.48 KB, created by
Erdal Karaca
on 2009-03-09 06:39:01 EDT
(
hide
)
Description:
before-computation event enabled in java handler
Filename:
MIME Type:
Creator:
Erdal Karaca
Created:
2009-03-09 06:39:01 EDT
Size:
1.48 KB
patch
obsolete
>Index: src/org/eclipse/birt/chart/script/ScriptHandler.java >=================================================================== >RCS file: /cvsroot/birt/source/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptHandler.java,v >retrieving revision 1.16 >diff -u -r1.16 ScriptHandler.java >--- src/org/eclipse/birt/chart/script/ScriptHandler.java 2 Mar 2009 06:01:58 -0000 1.16 >+++ src/org/eclipse/birt/chart/script/ScriptHandler.java 9 Mar 2009 10:32:17 -0000 >@@ -75,6 +75,16 @@ > { > JAVA_FUNTION_MAP.put( ms[i].getName( ), ms[i] ); > } >+ >+ // do the same for the extended chart events >+ { >+ Method[] ems = SecurityUtil.getMethods( IExtendedChartEventsHandler.class ); >+ >+ for ( int i = 0; i < ems.length; i++ ) >+ { >+ JAVA_FUNTION_MAP.put( ems[i].getName( ), ems[i] ); >+ } >+ } > } > > /** >Index: src/org/eclipse/birt/chart/script/IExtendedChartEventsHandler.java >=================================================================== >RCS file: src/org/eclipse/birt/chart/script/IExtendedChartEventsHandler.java >diff -N src/org/eclipse/birt/chart/script/IExtendedChartEventsHandler.java >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ src/org/eclipse/birt/chart/script/IExtendedChartEventsHandler.java 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,7 @@ >+package org.eclipse.birt.chart.script; >+ >+import org.eclipse.birt.chart.model.Chart; >+ >+public interface IExtendedChartEventsHandler { >+ void beforeComputations( Chart cm, Object oComputations ); >+}
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 210913
:
83761
|
127133
|
127134
|
127312
| 128009