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 the links to the concept pages)
({{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}: add the links to the concept pages)
Line 30: Line 30:
 
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
 
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
  
* Icons
+
* {{ScoutLink|Concepts|Icons|Icons}}
* Texts
+
* {{ScoutLink|Concepts|Texts|Texts}}
* Permission
+
* {{ScoutLink|Concepts|Permission|Permission}}
* Enumerations
+
* {{ScoutLink|Concepts|CodeType|Enumerations}}
* Lookup Calls
+
* {{ScoutLink|Concepts|LookupCall|Lookup Calls}}
  
 
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===
 
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===

Revision as of 17:23, 30 October 2010

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

ScoutExplorer.png

Project structure tree

A typical Scout Project consist of different plugins :

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

  • Swt UI
  • Swing UI

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

  • Client Session
  • Desktop
  • Forms
  • Search Forms
  • Wizard
  • Local Lookup Calls
  • Services
  • Outilines
  • Pages

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

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

See also

Back to the top