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|Server Plug-In|Server Plug-In}}: Add missing server services)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(9 intermediate revisions by 3 users not shown)
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 some element to your application (Form, menu item, 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|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|Outlines}}
+
* {{ScoutLink|Concepts|Page|Pages}}
+
* {{ScoutLink|Concepts|Template|Templates}}
+
 
+
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
+
 
+
* {{ScoutLink|Concepts|Icons|Icons}}
+
* {{ScoutLink|Concepts|Texts|Texts}}
+
* {{ScoutLink|Concepts|Permission|Permission}}
+
* {{ScoutLink|Concepts|CodeType|Enumerations}}
+
* {{ScoutLink|Concepts|LookupCall|Lookup Calls}}
+
 
+
=== {{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}}
+
* Commun Services:
+
** {{ScoutLink|Concepts|Sql_Service|Sql Services}}
+
** {{ScoutLink|Concepts|Bookmark_Storage_Service|Bookmark Storage Services}}
+
** {{ScoutLink|Concepts|Calendar_Service|Calendar Services}}
+
** {{ScoutLink|Concepts|SMTP_Service|SMTP Services}}
+
* Custom Services
+
* Axis Web Services Consumer
+
* Axis Web Services Providers
+
 
+
== 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