Changes between Version 15 and Version 16 of SCRIPTING_ACTIONS_API_R0


Ignore:
Timestamp:
07/20/09 19:00:10 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCRIPTING_ACTIONS_API_R0

    v15 v16  
    139139 
    140140= Implementation = 
     141 * Some design changes: 
     142  * Base abstract class {{{BaseJSAdapter<T>}}} that provides common functionality for {{{JSBook}}}, {{{JSPage}}} and {{{JSFrame}}}: 
     143   * void setAdaptedObject(T adaptedObject) 
     144   * T getAdaptedObject() 
     145  * Allow access to Imm* classes and Object too. 
     146  * Execute a script that imports all Imm* classes before running the script. 
     147 
    141148 * Source code: [source:/branches/private/deni/scripting_actions/] 
    142149