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 "Scout/Concepts/UI Plug-Ins"

m
(See also)
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
UI plug-ins are responsible to represent the {{ScoutLink|Concepts|Client Plug-In|Scout client model}} with a UI library. Scout comes with UI plug-ins using:
 
UI plug-ins are responsible to represent the {{ScoutLink|Concepts|Client Plug-In|Scout client model}} with a UI library. Scout comes with UI plug-ins using:
  
* SWT
+
* Swt UI
* Swing
+
* Swing UI
 +
** {{ScoutLink|Concepts|Rayo|Rayo Swing Look And Feel}}
 +
* {{ScoutLink|Concepts|RAP|RAP UI}}
 +
** {{ScoutLink|Concepts|Mobile|Mobile support based on RAP}}
 
   
 
   
 
{{note|TODO|Add description}}
 
{{note|TODO|Add description}}
 
  
 
== See also ==
 
== See also ==
 
 
* {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}}
 
* {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}}
 
* {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}
 
* {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}
 
* {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}}
 
* {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}}
 +
* [http://www.youtube.com/user/eclipsescout?feature=watch Eclipse Scout Multi-Frontend Demo (video)]

Revision as of 16:17, 31 May 2013

The Scout documentation has been moved to https://eclipsescout.github.io/.

Description

The Scout documentation has been moved to https://eclipsescout.github.io/. is an important concept of Scout.

UI plug-ins are responsible to represent the The Scout documentation has been moved to https://eclipsescout.github.io/. with a UI library. Scout comes with UI plug-ins using:

Note.png
TODO
Add description


See also

Back to the top