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
m (Project structure tree)
(Project structure tree: + Plug-In links)
Line 11: Line 11:
 
A typical Scout Project consist of different plugins :
 
A typical Scout Project consist of different plugins :
  
=== Client UI Plugins ===
+
=== {{ScoutLink|Concepts|UI Plug-Ins|UI Plug-Ins}} ===
  
 
* Swt UI
 
* Swt UI
 
* Swing UI
 
* Swing UI
  
=== Client Model Plugin ===
+
=== {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}} ===
  
 
* Client Session
 
* Client Session
Line 28: Line 28:
 
* Pages
 
* Pages
  
=== Shared Plugin ===
+
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
  
 
* Icons
 
* Icons
Line 36: Line 36:
 
* Lookup Calls
 
* Lookup Calls
  
=== Server Plugin ===
+
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===
  
 
* Server Session
 
* Server Session

Revision as of 15:35, 17 August 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/.

  • Icons
  • Texts
  • Permission
  • Enumerations
  • Lookup Calls

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

  • Server Session
  • Lookup Services
  • Outilne Services
  • Process Services
  • Commun Services
  • Axis Web Services Consumer
  • Axis Web Services Providers

See also

Back to the top