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/SDK/Explorer View"

< Scout‎ | SDK
({{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}: add link to the Icon Editor)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=SDK}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
The Scout Explorer view enables to browse through the entire Scout application. It is the main entry point to add elements to your application (Forms, menu items, fields, outlines in the client application, and services in the server application).
+
 
+
== Screenshot ==
+
 
+
[[Image:ScoutExplorer.png]]
+
 
+
== Project structure tree ==
+
 
+
A typical Scout Project consist of different plugins :
+
 
+
=== {{ScoutLink|Concepts|UI Plug-Ins|UI Plug-Ins}} ===
+
 
+
* 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}}
+
 
+
=== {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}} ===
+
 
+
* {{ScoutLink|Concepts|ClientSession|Client Session}}
+
* {{ScoutLink|Concepts|Desktop|Desktop}}
+
* {{ScoutLink|Concepts|Form|Forms}}
+
* {{ScoutLink|Concepts|Search Form|Search Forms}}
+
* {{ScoutLink|Concepts|Wizard|Wizard}}
+
* {{ScoutLink|Concepts|LocalLookupCall|Local Lookup Calls}}
+
* Services
+
* {{ScoutLink|Concepts|Outline|All Outlines}}
+
* {{ScoutLink|Concepts|Page|All Pages}}
+
* {{ScoutLink|Concepts|Template|Templates}}
+
* Libraries
+
 
+
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
+
 
+
* {{ScoutLink|Concepts|Icons|Icons}}
+
** When the '''Icons''' node is selected, it is possible to open the {{ScoutLink|SDK|Icons Editor}} from the {{ScoutLink|SDK|Object Properties View}}.
+
* {{ScoutLink|Concepts|Permission|Permission}}
+
* {{ScoutLink|Concepts|CodeType|Enumerations}}
+
* {{ScoutLink|Concepts|LookupCall|Lookup Calls}}
+
* Libraries
+
* {{ScoutLink|Concepts|Text Provider Service|Text Provider Services}}
+
** When a text provider service is selected, it is possible to open the {{ScoutLink|SDK|NLS Editor}} from the {{ScoutLink|SDK|Object Properties View}}.
+
 
+
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===
+
 
+
* {{ScoutLink|Concepts|ServerSession|Server Session}}
+
* {{ScoutLink|Concepts|Lookup Service|Lookup Services}}
+
* {{ScoutLink|Concepts|Outline Service|Outline Services}}
+
* {{ScoutLink|Concepts|Process Service|Process Services}}
+
* Common Services:
+
** {{ScoutLink|Concepts|Sql_Service|Sql Services}}
+
** Bookmark Storage Services
+
** Calendar Services
+
** SMTP Services
+
* Custom Services
+
* Libraries
+
* {{ScoutLink|SDK|JAXWS-SDK|Webservices (JAX-WS RI 2.1.6)}}
+
 
+
== Bundle Dependencies ==
+
Scout SDK Explorer groups your application bundled into groups. Subprojects are usually displayed as a subgroup of its root project. The SDK explorer considers plugin dependencies to build the presented bundle tree.
+
{{Note|Project does not appear correctly in the SDK explorer|Ensure to have the dependencies formulated as illustrated.}}
+
[[Image:EclipseScout_BundleDependencies.png]]
+
 
+
== See also ==
+
* {{ScoutLink|SDK|name=Scout SDK}}
+
* {{ScoutLink|SDK|Perspective|Scout Perspective}}
+

Latest revision as of 06:20, 19 March 2024

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

Back to the top