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 "Category:Scout HG"

(New page: category:Scout Image This category contains Scout '''hierarchical graph''' images. They show hierarchical relations between the scout concepts. The are similar to the class or interfa...)
 
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
[[category:Scout Image]]
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
This category contains Scout '''hierarchical graph''' images. They show hierarchical relations between the scout concepts. The are similar to the class or interface hierarchy graph, but they focus on the concepts developed in the wiki and not on the code.
+
 
+
Each node stands for a concept developed in this wiki. An edge from A to B indicates that B is a specific sub-concept of A.  
+
 
+
There is one graph for each concept (this concept appears in red). In one graph not all concepts are represented (in order to keep the graph readable).
+
 
+
These graphs are generated with dot. The source code (dot) is provided in each image description.
+
 
+
 
+
=== Example ===
+
a NodePage (interface {{ScoutJavadoc|IPageWithNodes|I}}) is a specific type of Page (interface {{ScoutJavadoc|IPage|I}}). Therefore there is an edge from NodePage to Page.
+
 
+
[[Image:HG_NodePage.png]]
+
 
+
This can also be seen in the java code in the interface declaration:
+
 
+
<source lang="java">
+
public interface IPageWithNodes extends IPage
+
</source>
+

Latest revision as of 07:28, 18 March 2024

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

Media in category "Scout HG"

The following 5 files are in this category, out of 5 total.

Back to the top