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)
(Description: +links to GetConfigured and Exec)
Line 4: Line 4:
 
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 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.
+
The Object properties view also works with the Java editor: all the labels are links that select the corresponding method ({{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} and {{ScoutLink|Concepts|Exec Methods|execXxxxxx()}} 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 ==
 
== Screenshot ==

Revision as of 15:57, 17 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 (The Scout documentation has been moved to https://eclipsescout.github.io/. and The Scout documentation has been moved to https://eclipsescout.github.io/. 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