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"

(New page: {{ScoutPage|cat=Concepts}} == Description == "Outline based application" is a {{ScoutLink|Concepts|Type of application|the type of application}} that can be chosen during the creation of ...)
 
m (Concepts: TreeBox link)
Line 20: Line 20:
  
 
[[Image:Scout Outline Concepts.png]]
 
[[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|TreeField|TreeField}}.  
+
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.
 
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.
Line 26: Line 26:
 
[[Image:Scout Client Concepts.png]]
 
[[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.
 
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 ==
 
== See also ==
 
* {{ScoutLink|Concepts|Type of application|the type of application}}
 
* {{ScoutLink|Concepts|Type of application|the type of application}}

Revision as of 00:02, 13 September 2011

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

Description

"Outline based application" is a The Scout documentation has been moved to https://eclipsescout.github.io/. that can be chosen during the creation of a The Scout documentation has been moved to https://eclipsescout.github.io/.. 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:

Screenshot

The main window of a Scout Outline based application:

Scout MainWindow.png

Concepts

Here are the main concepts of the main window and how they are linked together:

Scout Outline Concepts.png The The Scout documentation has been moved to https://eclipsescout.github.io/. are represented on top of the main window. The active outline is represented: On the left the hierarchy The Scout documentation has been moved to https://eclipsescout.github.io/. 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 The Scout documentation has been moved to https://eclipsescout.github.io/..

The selected page (a The Scout documentation has been moved to https://eclipsescout.github.io/. in this case) is displayed on the right of the main window. A search form is attached to this page.

Scout Client Concepts.png The The Scout documentation has been moved to https://eclipsescout.github.io/. enables to specify what content can be loaded in the page. In the The Scout documentation has been moved to https://eclipsescout.github.io/. of the page, a The Scout documentation has been moved to https://eclipsescout.github.io/. allows to execute some actions on the row: typically create, modify and delete operations. To create or modify the data, a The Scout documentation has been moved to https://eclipsescout.github.io/. can be used.

See also

Back to the top