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/FAQ"

 
(Does Data Binding depend upon Eclipse?)
Line 1: Line 1:
 
=== Does Data Binding depend upon Eclipse? ===
 
=== Does Data Binding depend upon Eclipse? ===
The core Data Binding plug-in only depends upon org.eclipse.equinox.common and no other parts of Eclipse.  There are parts of Data Binding that depend upon SWT/JFace but these have been broken out into a separate plug-in, org.eclipse.jface.databinding.ui.  For a discussion of why the core depends upon equinox common see bug 153630 comment 9.
+
The core Data Binding plug-in only depends upon org.eclipse.equinox.common and no other parts of Eclipse.  There are parts of Data Binding that depend upon SWT/JFace but these have been broken out into a separate plug-in, org.eclipse.jface.databinding.ui.  For a discussion of why the core depends upon equinox common see {{bug comment|153630|9}}.
  
 
=== Does Data Binding depend upon SWT? ===
 
=== Does Data Binding depend upon SWT? ===

Revision as of 19:04, 14 October 2006

Does Data Binding depend upon Eclipse?

The core Data Binding plug-in only depends upon org.eclipse.equinox.common and no other parts of Eclipse. There are parts of Data Binding that depend upon SWT/JFace but these have been broken out into a separate plug-in, org.eclipse.jface.databinding.ui. For a discussion of why the core depends upon equinox common see bug 153630 comment 9.

Does Data Binding depend upon SWT?

No. Data Binding is meant to be UI toolkit agnostic and more specifically UI agnostic. There is default support for SWT and JFace but this is in the org.eclipse.jface.databinding.ui project which is separate from the core Data Binding APIs that live in org.eclipse.jface.databinding.

How do I bind to the ValidationError of a Binding or DataBindingContext?

See snippet 004.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.