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/Spy

< Scout‎ | Concepts
Revision as of 04:27, 14 March 2014 by Unnamed Poltroon (Talk) (Created page with "{{ScoutPage|cat=Concepts}} Eclipse Scout provides some spy components that can be useful during the development of the application == Component Spy – Swing / Scout == With...")

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

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

Eclipse Scout provides some spy components that can be useful during the development of the application

Component Spy – Swing / Scout

With CTRL-SHIFT-F1 you can activate informations for the field having the focus. This will provide:

  • The scout model hierarchy
  • The swing widget hierarchy

Scout Component Spy.png

Layout Debugger

With CTRL-SHIFT-F2 you get the layout grid displayed as overlay.

Important.png
Required version
The layout debugger is included in Scout 4.0.0-M6 or bigger.


Scout Layout debugger.jpg

See also

Back to the top