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 "JFace Data Binding/SSE"

(Target)
(Target)
Line 8: Line 8:
 
   <li>[http://www.eclipse.org/webtools/jsf/docs/tutorial/JSFTools_1_0_tutorial.html JSF Web Tools] which manage faces-config.xml with an UI.</li>
 
   <li>[http://www.eclipse.org/webtools/jsf/docs/tutorial/JSFTools_1_0_tutorial.html JSF Web Tools] which manage faces-config.xml with an UI.</li>
 
</ul>
 
</ul>
 +
 +
 +
Into JFace Data Binding/SSE  sample you can find a Shapes Editor which manage XML content. Here you can see that SWT Text title UI is bounded with title attribute of diagram element :
 +
 +
[[Image:ShapesDOMSSEEditor.png]]

Revision as of 09:40, 13 March 2009

Target

Project Structured Source Editing (SSE) which is sub-project of WTP provides the capability to manage structured document (like DOM XML, CSS document..).

Target of JFace Data Binding/SSE is to support bindings with SSE nodes (DOM, CSS...). This project can be used for instance when you wish manage XML content with an UI editor like :

  • PDE which manage plugin.xml with an UI (Extensions page).
  • JSF Web Tools which manage faces-config.xml with an UI.


Into JFace Data Binding/SSE sample you can find a Shapes Editor which manage XML content. Here you can see that SWT Text title UI is bounded with title attribute of diagram element :

ShapesDOMSSEEditor.png

Back to the top