JFace

View: [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Tutorials
  

Articles:
  • Understanding JFace data binding in Eclipse, Part 1: The pros and cons of data binding by Scott Delap   - [Clicks: 182]
    Large amounts of the development time for Java graphical user interface (GUI) applications involve simply moving data out of domain objects into GUI components and back again. In recent years, several data binding frameworks have stepped to the forefront to automate this data synchronization process. This article explains what a data binding framework does, introduces several popular Java GUI data binding frameworks, and covers the pros and cons of using data binding.
    http://www-128.ibm.com/developerworks/library/os-ecl-jfacedb1/index.html - Sep, 2006

[Top]

Tutorials:
  • Understanding JFace data binding in Eclipse, Part 3: Exploiting advanced features by Scott Delap   - [Clicks: 105]
    Almost all applications require synchronization of data between various objects and services. This tutorial, Part 3 of a series titled "Understanding JFace data binding in Eclipse," shows you how to use advanced features to accomplish this task while writing testable UIs.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-ecl-jfacedb3.html - Oct, 2006
  • Understanding JFace data binding in Eclipse, Part 2: The basics of binding by Scott Delap   - [Clicks: 111]
    Data binding APIs relieve you from having to write boilerplate synchronization code. The JFace data binding API provides this functionality for user interfaces (UIs) written in the Standard Widget Toolkit (SWT) and JFace. Part 1 of this series introduces the basic API components. Here in Part 2, we move on to advanced topics, such as tables, converters, and validation. We explain reasons for using a data binding API. It then introduces you to using the core components of the JFace data binding API while laying the groundwork for more advanced topics.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ecl-jfacedb2.html - Oct, 2006

[Top]