Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.jface.databinding.viewers

Provides classes that can be used to observe the JFace Viewer framework.

See:
           Description

Interface Summary
IViewerListProperty IListProperty for observing a JFace viewer
IViewerObservable IObservable observing a JFace Viewer.
IViewerObservableList IObservableList observing a JFace Viewer.
IViewerObservableSet IObservableSet observing a JFace Viewer.
IViewerObservableValue IObservableValue observing a JFace Viewer.
IViewerSetProperty ISetProperty for observing a JFace viewer
IViewerUpdater A strategy interface for updating the elements in a StructuredViewer.
IViewerValueProperty IValueProperty for observing a JFace viewer
 

Class Summary
CellEditorProperties A factory for creating properties of JFace cell editors.
ListeningLabelProvider  
ObservableListContentProvider A content provider for AbstractTableViewer or AbstractListViewer that provides elements of an IObservableList when set as the viewer's input.
ObservableListTreeContentProvider An ITreeContentProvider for use with an AbstractTreeViewer, which uses the provided list factory to obtain the elements of a tree.
ObservableMapCellLabelProvider A label provider based on one or more observable maps that track attributes that this label provider uses for display.
ObservableMapLabelProvider A label provider based on one or more observable maps that track attributes that this label provider uses for display.
ObservableSetContentProvider A content provider for AbstractTableViewer or AbstractListViewer that provides elements of an IObservableSet when set as the viewer's input.
ObservableSetTreeContentProvider An ITreeContentProvider for use with an AbstractTreeViewer, which uses the provided set factory to obtain the elements of a tree.
ObservableValueEditingSupport EditingSupport using the JFace Data Binding concepts to handle the updating of an element from a CellEditor.
TreeStructureAdvisor Instances of this class can be used to improve accuracy and performance of an ObservableListTreeContentProvider or an ObservableSetTreeContentProvider.
ViewerListProperty Abstract list property implementation for Viewer properties.
ViewerProperties A factory for creating properties of JFace viewers.
ViewerSetProperty Abstract set property implementation for Viewer properties.
ViewersObservables Factory methods for creating observables for JFace viewers
ViewerSupport Helper methods for binding observables to a StructuredViewer or AbstractTableViewer.
ViewerValueProperty Abstract value property implementation for Viewer properties.
 

Package org.eclipse.jface.databinding.viewers Description

Provides classes that can be used to observe the JFace Viewer framework.

Package Specification

This package provides classes that can be used to observe the JFace Viewer framework.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire