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
m (add link to Text Provider Services)
Line 55: Line 55:
 
* {{ScoutLink|SDK|JAXWS-SDK|Webservices (JAX-WS RI 2.1.6)}}
 
* {{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 in ...}}
 +
[[Image:BundleDependencies.png]]
 
== 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 04:59, 17 April 2013

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/.

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.png
Project does not appear correctly in the SDK explorer
Ensure to have the dependencies formulated as illustrated in ...

File:BundleDependencies.png

See also

Back to the top