Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EASE/Modules"

(System Modules)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{ {DISPLAYTITLE:My Page Title Here} }
 
 
 
== System Modules ==
 
== System Modules ==
 +
 +
; Environment
 +
: provides basic functionality like print, include, loadModule, wrap
  
 
; Platform
 
; Platform

Latest revision as of 04:54, 16 October 2014

System Modules

Environment
provides basic functionality like print, include, loadModule, wrap
Platform
get services, adapt objects, execute commands
Resources
create, read, write workspace/system files
Scripting
create additional scripting engines, spawn new threads
UI
display dialogs, open views, execute code in UI thread

Back to the top