README (cdf0e10c) | README (217556ff) |
---|---|
1This module provides the source code for the Scripting Framework. For 2more information on the Scripting Framework, see the project web page: | 1This module provides the source code for the Scripting Framework. For 2more information on the Scripting Framework, see the project web page: |
3http://framework.openoffice.org/scripting/ | 3https://framework.openoffice.org/scripting/ |
4 5Source Code Structure 6===================== 7 8The following directories contain the source code currently used 9by the Scripting Framework: 10 11- source/provider --- 14 unchanged lines hidden (view full) --- 26- source/dlgprov 27 28C++ implementation of the DialogProvider UNO service used for loading 29UNO dialogs from various languages 30 31- java/com/sun/star/script/framework/provider 32 33Implementation of an abstract base class ScriptProvider which provides | 4 5Source Code Structure 6===================== 7 8The following directories contain the source code currently used 9by the Scripting Framework: 10 11- source/provider --- 14 unchanged lines hidden (view full) --- 26- source/dlgprov 27 28C++ implementation of the DialogProvider UNO service used for loading 29UNO dialogs from various languages 30 31- java/com/sun/star/script/framework/provider 32 33Implementation of an abstract base class ScriptProvider which provides |
34core methods for implementing Java based LanguageScriptProvider implemetations | 34core methods for implementing Java based LanguageScriptProvider implementations |
35 36- java/com/sun/star/script/framework/provider/* 37 38BeanShell, JavaScript and Java LanguageScriptProvider implementations 39 40- java/com/sun/star/script/framework/browse/* 41 42BrowseNode implementations for the Java based LanguageScriptProviders --- 25 unchanged lines hidden --- | 35 36- java/com/sun/star/script/framework/provider/* 37 38BeanShell, JavaScript and Java LanguageScriptProvider implementations 39 40- java/com/sun/star/script/framework/browse/* 41 42BrowseNode implementations for the Java based LanguageScriptProviders --- 25 unchanged lines hidden --- |