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 1: Line 1:
 
== Target ==
 
== Target ==
  
Project [http://www.eclipse.org/webtools/sse/ Structured Source Editing (SSE)] which is sub-project of [http://www.eclipse.org/webtools/ WTP] provides the capability to manage structured document (like DOM XML, CSS document..). Today sources of this project are not available because we are discussing with Eclipse Team to see where we can put this project.
+
Project [http://www.eclipse.org/webtools/sse/ Structured Source Editing (SSE)] which is sub-project of [http://www.eclipse.org/webtools/ WTP] provides the capability to manage structured document (like DOM XML, CSS document..).  
  
Target of <b>JFace Data Binding/SSE</b> 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 :  
+
Target of <b>JFace Data Binding/SSE</b> is to support bindings with SSE nodes (DOM, CSS...). Today sources of this project are not available because we are discussing with Eclipse Team to see where we can put this project. This project can be used for instance when you wish manage XML content with an UI editor like :  
 
<ul>
 
<ul>
 
   <li>[http://www.eclipse.org/pde/ PDE] which manage plugin.xml with an UI (Extensions page).</li>  
 
   <li>[http://www.eclipse.org/pde/ PDE] which manage plugin.xml with an UI (Extensions page).</li>  

Revision as of 09:46, 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...). Today sources of this project are not available because we are discussing with Eclipse Team to see where we can put this project. 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