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 Home"

m
(Organize article links.)
Line 4: Line 4:
  
 
== Articles ==
 
== Articles ==
 +
=== Requirements and Design ===
 
* [[JFace Data Binding Introduction]]
 
* [[JFace Data Binding Introduction]]
* [[Data Binding HOWTO]] Document
 
* [[Image:Databinding.pdf|Dave Orme's EclipseCon 2006 Lightning Talk slides]]
 
* [[JFace Data Binding TODO]] -- Current limitations we'd like to fix and would appreciate help with from the community
 
 
* [[JFace Data Binding Design]] Document
 
* [[JFace Data Binding Design]] Document
 
* [[JFace Data Binding Scenarios]] Document
 
* [[JFace Data Binding Scenarios]] Document
* [[JFace Data Binding FAQ]]
+
 
 +
=== Tutorials & Presentations ===
 +
* [[Data Binding HOWTO]] Document
 +
* [[Image:Databinding.pdf|Dave Orme's EclipseCon 2006 Lightning Talk slides]]
 
* [https://admin.adobe.acrobat.com/_a300965365/p77464314/ JFace Data Binding Webinar]
 
* [https://admin.adobe.acrobat.com/_a300965365/p77464314/ JFace Data Binding Webinar]
 +
 +
=== Miscellaneous ===
 +
* [[JFace Data Binding FAQ]]
 +
* [[JFace Data Binding TODO]] -- Current limitations we'd like to fix and would appreciate help with from the community
  
 
== Contact Us ==
 
== Contact Us ==
 
The [http://www.eclipse.org/newsportal/thread.php?group=eclipse.platform Platform newsgroup] is the place for discussions and questions relating to JFace Data Binding. When posting please prefix the subject with "[DataBinding]" to allow us to easily find posts related to the project.
 
The [http://www.eclipse.org/newsportal/thread.php?group=eclipse.platform Platform newsgroup] is the place for discussions and questions relating to JFace Data Binding. When posting please prefix the subject with "[DataBinding]" to allow us to easily find posts related to the project.
  
Design discussions and bugs are located on [https://bugs.eclipse.org/bugs/ Eclipse bugzilla] with a Classification == Eclipse, Product == Platform, and Component == UI.  When logging bugs please prefix the summary with "[DataBinding]" to allow for easier identification.
+
Design discussions and bugs are located on [https://bugs.eclipse.org/bugs/ Eclipse bugzilla] with a Classification == 'Eclipse', Product == 'Platform', and Component == 'UI'.  When logging bugs please prefix the summary with "[DataBinding]" to allow for easier identification.
  
 
== Project Status ==
 
== Project Status ==
 
JFace Data Binding 1.0 will be released with Eclipse 3.3, [[Europa Simultaneous Release | Europa]].  As of 3.3M6 we have a few [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5BDataBinding%5D&classification=Eclipse&product=Platform&component=UI&target_milestone=3.3+M6&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=api&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= API changes] that are scheduled to occur before 3.3M6 is released.
 
JFace Data Binding 1.0 will be released with Eclipse 3.3, [[Europa Simultaneous Release | Europa]].  As of 3.3M6 we have a few [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5BDataBinding%5D&classification=Eclipse&product=Platform&component=UI&target_milestone=3.3+M6&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=api&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= API changes] that are scheduled to occur before 3.3M6 is released.

Revision as of 17:02, 5 March 2007

THIS PAGE IS UNDER CONSTRUCTION

JFace Data Binding is a set of abstractions that allow for automated validation and synchronization of values between objects. This is commonly used for, but not limited to, the binding of user interface components to model attributes.

Articles

Requirements and Design

Tutorials & Presentations

Miscellaneous

Contact Us

The Platform newsgroup is the place for discussions and questions relating to JFace Data Binding. When posting please prefix the subject with "[DataBinding]" to allow us to easily find posts related to the project.

Design discussions and bugs are located on Eclipse bugzilla with a Classification == 'Eclipse', Product == 'Platform', and Component == 'UI'. When logging bugs please prefix the summary with "[DataBinding]" to allow for easier identification.

Project Status

JFace Data Binding 1.0 will be released with Eclipse 3.3, Europa. As of 3.3M6 we have a few API changes that are scheduled to occur before 3.3M6 is released.

Back to the top