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"

(See also)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
== Description ==
+
{{ScoutLink|Concepts|Separation UI and GUI|Separation of UI and GUI}} is an important concept of Scout.
+
 
+
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 UI
+
* 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}}
+
 
+
== See also ==
+
* {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}}
+
* {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}
+
* {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}}
+
* [http://www.youtube.com/user/eclipsescout?feature=watch Eclipse Scout Multi-Frontend Demo (video)]
+

Latest revision as of 05:46, 14 March 2024

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

Back to the top