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/Concepts/Outline based application"

m (Concepts: TreeBox link)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
== Description ==
+
"Outline based application" is a {{ScoutLink|Concepts|Type of application|the type of application}} that can be chosen during the creation of a {{ScoutLink|HowTo|Create_a_new_project|new scout project}}. Basically the main windows of the application displays outlines and their page tree.
+
 
+
Depending on the operation system and the rendering plug-in, the main windows is not exactly the same, it contains:
+
* A {{ScoutLink|Concepts|Menu|menu}} bar
+
* A bar to select the {{ScoutLink|Concepts|Outline|outlines}} (with {{ScoutLink|Concepts|OutlineViewButton|OutlineViewButtons}})
+
* An area to display the {{ScoutLink|Concepts|Page|page}} hierarchy of the active outline
+
* An area for the selected page
+
* The {{ScoutLink|Concepts|SearchForm|search form}} associated to the active page.
+
 
+
== Screenshot ==
+
The main window of a Scout Outline based application:
+
 
+
[[Image:Scout MainWindow.png]]
+
 
+
== Concepts ==
+
Here are the main concepts of the main window and how they are linked together:
+
 
+
[[Image:Scout Outline Concepts.png]]
+
The {{ScoutLink|Concepts|Outline|Outlines}} are represented on top of the main window. The active outline is represented: On the left the hierarchy {{ScoutLink|Concepts|Page|pages}} is represented. This outline contains three pages at the root level. Each page can contain one or more chid pages, building a tree of pages displayed in a {{ScoutLink|Concepts|TreeBox|TreeBox field}}.
+
 
+
The selected page (a {{ScoutLink|Concepts|TablePage|table page}} in this case) is displayed on the right of the main window. A search form is attached to this page.
+
 
+
[[Image:Scout Client Concepts.png]]
+
The {{ScoutLink|Concepts|SearchForm|SearchForm}} enables to specify what content can be loaded in the page. In the {{ScoutLink|Concepts|Table|Table}} of the page, a {{ScoutLink|Concepts|Menu|Context Menu}} allows to execute some actions on the row: typically create, modify and delete operations. To create or modify the data, a {{ScoutLink|Concepts|Form|Form}} can be used.
+
 
+
== See also ==
+
* {{ScoutLink|Concepts|Type of application|the type of application}}
+

Latest revision as of 04:34, 14 March 2024

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

Back to the top