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

(New page: {{ScoutPage|cat=Concepts}} Outline is a container of pages. * implements: {{ScoutJavadoc|IOutline|I}} * extends: {{ScoutJavadoc|AbstractOutline|C}} == Description == Typically a {{Scout...)
 
(Screenshot)
Line 13: Line 13:
  
 
== Screenshot ==
 
== Screenshot ==
{{note|TODO|Add a screenshot that contains different outlines, highlight the active outline, the other outlines and the pages of the active outline}}
+
Here the main window of an {{ScoutLink|Concepts|Outline_based_application|outline based application}} with 3 outlines:
  
 +
[[Image:Scout MainWindow.png]]
  
 
== Properties ==
 
== Properties ==

Revision as of 17:33, 12 September 2011

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

Outline is a container of pages.

Description

Typically a The Scout documentation has been moved to https://eclipsescout.github.io/. holds multiple outlines. They represent different entry points for the navigation within the application.

Every outline contains The Scout documentation has been moved to https://eclipsescout.github.io/., represented as a tree which allows to navigate within the application.


Screenshot

Here the main window of an The Scout documentation has been moved to https://eclipsescout.github.io/. with 3 outlines:

Scout MainWindow.png

Properties

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

Note.png
TODO
Add a description of the more important properties (ore the properties specific to this element)


Events

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

  • The Scout documentation has been moved to https://eclipsescout.github.io/.: most important event, possibility to add instances of the pages contained at the root of the outline.

Events for user interactions and tree events:

Note.png
TODO
group the event (user interaction, tree, node events ?) and add a description for each group


See Also

Back to the top