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

Scout/Concepts/ClientSession

< Scout‎ | Concepts
Revision as of 16:22, 30 October 2010 by Unnamed Poltroon (Talk) (New page: {{ScoutPage|cat=Concepts}} Desktop is the root component of Scout Client applications. * implements: {{ScoutJavadoc|IDesktop|I}} * extends: {{ScoutJavadoc|AbstractDesktop|C}} == Descri...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Desktop is the root component of Scout Client applications.


Description

The desktop is the entry point of every Scout client application. It can (may) consist of:

  • active message box stack
  • active tableview
  • active detail form
  • active search form
  • form stack (swing: dialogs on desktop as JInternalFrames; eclipse: editors or views)
  • dialog stack of modal and non-modal dialogs (swing: dialogs as JDialog, JFrame; eclipse: dialogs in a new Shell)


Properties

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


Events

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

Events of the application:

Events to handle GUI:


See Also

Back to the top