Changes between Version 7 and Version 8 of SCRIPTING_ACTIONS_API_R0


Ignore:
Timestamp:
07/15/09 22:30:22 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCRIPTING_ACTIONS_API_R0

    v7 v8  
    8787  * Package {{{org.sophie2.extra.func.scripting.links}}} 
    8888  * Class {{{RunScriptLinkAction}}} extends {{{LinkAction}}} 
     89   * script property 
    8990  * Class {{{RunScriptActionProvider}}} implements {{{LinkActionProvider}}} 
    9091   * Register it as an extension 
     
    100101    * ... 
    101102 
     103 * For the API: 
     104  * Package {{{org.sophie2.extra.func.scripting.facade}}} 
     105  * Class {{{JSBook}}} extends {{{ScriptableObject}}} 
     106   * Override {{{getClassName}}} to return "Book". That means that Sophie users will see that name instead of "JSBook". 
     107  * Class {{{JSPage}}} extends {{{ScriptableObject}}} 
     108   * {{{getClassName}}} returns "Page". 
     109  * Class {{{JSFrame}}} extends {{{ScriptableObject}}} 
     110   * {{{getClassName}}} returns "Frame". 
     111  * In {{{RunScriptLogic}}}: 
     112   * ... 
     113 
     114 * Source code: [source:/branches/private/deni/scripting_actions/] 
     115 * Tests: 
     116  * [source:/branches/private/deni/scripting_actions/modules/org.sophie2.extra.func.scripting/src/test/java/org/sophie2/extra/func/scripting/facade/JSBookTest.java] 
     117  * [source:/branches/private/deni/scripting_actions/modules/org.sophie2.extra.func.scripting/src/test/java/org/sophie2/extra/func/scripting/links/RunScriptLinkActionTest.java] 
     118 
    102119= Implementation = 
    103 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     120 * Source code: [source:/branches/private/deni/scripting_actions/] 
    104121 
    105122= Testing =