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

(Modification given the forum input: https://www.eclipse.org/forums/index.php?t=msg&th=989502&goto=1611372&#msg_1611372)
 
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
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 ALT-SHIFT-F1 you can activate informations for the field having the focus.
+
This will provide:
+
* The scout model hierarchy
+
* The swing widget hierarchy
+
 
+
[[File:Scout_Component_Spy.png]]
+
 
+
== Layout Debugger ==
+
With ALT-SHIFT-F2 you get the layout grid displayed as overlay.
+
 
+
{{important|Required version|The layout debugger is included in Scout 4.0.0-M6 or bigger.}}
+
 
+
[[File:Scout_Layout_debugger.jpg]]
+
 
+
== See also ==
+
* [[Scout/Concepts|Scout Concepts]]
+

Latest revision as of 05:44, 14 March 2024

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

Back to the top