Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
Line 1: Line 1:
 
{{ScoutPage|cat=SDK}}
 
{{ScoutPage|cat=SDK}}
  
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).
+
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 ==
 
== Screenshot ==
Line 15: Line 15:
 
* Swt UI
 
* Swt UI
 
* Swing UI
 
* Swing UI
 +
* RAP UI
  
 
=== {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}} ===
 
=== {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}} ===
Line 25: Line 26:
 
* {{ScoutLink|Concepts|LocalLookupCall|Local Lookup Calls}}
 
* {{ScoutLink|Concepts|LocalLookupCall|Local Lookup Calls}}
 
* Services
 
* Services
* {{ScoutLink|Concepts|Outline|Outlines}}
+
* {{ScoutLink|Concepts|Outline|All Outlines}}
* {{ScoutLink|Concepts|Page|Pages}}
+
* {{ScoutLink|Concepts|Page|All Pages}}
 
* {{ScoutLink|Concepts|Template|Templates}}
 
* {{ScoutLink|Concepts|Template|Templates}}
 +
* Libraries
  
 
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
 
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
  
 
* {{ScoutLink|Concepts|Icons|Icons}}
 
* {{ScoutLink|Concepts|Icons|Icons}}
* {{ScoutLink|Concepts|Texts|Texts}}
 
 
* {{ScoutLink|Concepts|Permission|Permission}}
 
* {{ScoutLink|Concepts|Permission|Permission}}
 
* {{ScoutLink|Concepts|CodeType|Enumerations}}
 
* {{ScoutLink|Concepts|CodeType|Enumerations}}
 
* {{ScoutLink|Concepts|LookupCall|Lookup Calls}}
 
* {{ScoutLink|Concepts|LookupCall|Lookup Calls}}
 +
* Libraries
 +
* Text Provider Services
  
 
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===
 
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===
Line 43: Line 46:
 
* {{ScoutLink|Concepts|Outline Service|Outline Services}}
 
* {{ScoutLink|Concepts|Outline Service|Outline Services}}
 
* {{ScoutLink|Concepts|Process Service|Process Services}}
 
* {{ScoutLink|Concepts|Process Service|Process Services}}
* Commun Services:
+
* Common Services:
 
** {{ScoutLink|Concepts|Sql_Service|Sql Services}}
 
** {{ScoutLink|Concepts|Sql_Service|Sql Services}}
** {{ScoutLink|Concepts|Bookmark_Storage_Service|Bookmark Storage Services}}
+
** Bookmark Storage Services
** {{ScoutLink|Concepts|Calendar_Service|Calendar Services}}
+
** Calendar Services
** {{ScoutLink|Concepts|SMTP_Service|SMTP Services}}
+
** SMTP Services
 
* Custom Services
 
* Custom Services
* Axis Web Services Consumer
+
* Libraries
* Axis Web Services Providers
+
* {{ScoutLink|SDK|JAXWS-SDK|Webservices (JAX-WS RI 2.1.6)}}
  
 
== See also ==
 
== See also ==
 
* {{ScoutLink|SDK|name=Scout SDK}}
 
* {{ScoutLink|SDK|name=Scout SDK}}
 
* {{ScoutLink|SDK|Perspective|Scout Perspective}}
 
* {{ScoutLink|SDK|Perspective|Scout Perspective}}

Revision as of 06:20, 4 May 2012

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

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
  • RAP UI

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

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