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/Object Properties View"

< Scout‎ | SDK
(Description, Screenshot, See also)
Line 1: Line 1:
 
{{ScoutPage|cat=SDK}}
 
{{ScoutPage|cat=SDK}}
  
 +
== Description ==
 +
The Object properties view provides a quick way to configure form, fields and handler... Depending of the element selected in the {{ScoutLink|SDK|Explorer View|Explorer View}}, it display the available configurable properties.
 +
 +
The Object properties view also works with the Java editor: all the labels are links that select the corresponding method (configured methods, exec methods) in the Java Editor. Any change of a property results in a dynamic modification of the Java code. It also works the other way around: if the java code is modified the Object properties are automatically updated.
 +
 +
== Screenshot ==
 
[[Image:ScoutObjectProperties.png]]
 
[[Image:ScoutObjectProperties.png]]
  
{{note|TODO|Add a description }}
+
== See also ==
 +
* {{ScoutLink|SDK|Perspective|Scout Perspective}}
 +
* {{ScoutLink|SDK|Explorer View|Explorer View}}

Revision as of 02:27, 2 August 2010

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

Description

The Object properties view provides a quick way to configure form, fields and handler... Depending of the element selected in the The Scout documentation has been moved to https://eclipsescout.github.io/., it display the available configurable properties.

The Object properties view also works with the Java editor: all the labels are links that select the corresponding method (configured methods, exec methods) in the Java Editor. Any change of a property results in a dynamic modification of the Java code. It also works the other way around: if the java code is modified the Object properties are automatically updated.

Screenshot

ScoutObjectProperties.png

See also

Back to the top