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

(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...")
(No difference)

Revision as of 04:27, 14 March 2014

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