Changes between Version 13 and Version 14 of SCRIPTING_ACTIONS_API_R0
- Timestamp:
- 07/16/09 18:54:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCRIPTING_ACTIONS_API_R0
v13 v14 117 117 * {{{getClassName}}} returns "Frame". 118 118 * Create getters, setters and other methods according to the analysis. 119 * Also {{{JSRectangle}}}, {{{JSBorder}}}, {{{JSPoint}}}, {{{JSColor}}}, etc., which are adapters to {{{ImmRect}}}, {{{BorderStyle}}}, {{{ImmPoint}}}, {{{ImmColor}}}, etc. 120 * They should be immutable. 119 121 * Class {{{JSApp}}} extends {{{ScriptableObject}}} 120 122 * {{{getClassName}}} returns "App".