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/SDK/Designer View"

< Scout‎ | SDK
(screenshot and description)
m (see also)
Line 3: Line 3:
 
== Description ==
 
== Description ==
 
The Designer view provides a live preview of the form that is currently processed in the {{ScoutLink|SDK|Perspective|Scout Perspective}}. It is possible to preview only a part of the form and to change the layout (preview like with the SWT UI, or preview like with the Swing UI)
 
The Designer view provides a live preview of the form that is currently processed in the {{ScoutLink|SDK|Perspective|Scout Perspective}}. It is possible to preview only a part of the form and to change the layout (preview like with the SWT UI, or preview like with the Swing UI)
 +
  
 
== Screenshot ==
 
== Screenshot ==
Line 11: Line 12:
 
* '''[B]''' Synchronize the preview with the selected element
 
* '''[B]''' Synchronize the preview with the selected element
 
* '''[C]''' Menu to choose the display options (layout…)
 
* '''[C]''' Menu to choose the display options (layout…)
 +
 +
 +
== See also ==
 +
* {{ScoutLink|SDK|Perspective|Scout Perspective}}

Revision as of 02:28, 2 August 2010

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

Description

The Designer view provides a live preview of the form that is currently processed in the The Scout documentation has been moved to https://eclipsescout.github.io/.. It is possible to preview only a part of the form and to change the layout (preview like with the SWT UI, or preview like with the Swing UI)


Screenshot

DesignerView.png

  • [A] Select the part that needs to be previewed (complete form, group box only, field only)
  • [B] Synchronize the preview with the selected element
  • [C] Menu to choose the display options (layout…)


See also

Back to the top