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.core.databinding.observable.set

Provides classes that can be used to observe changes in sets.

See:
           Description

Interface Summary
IObservableSet A set whose changes can be tracked by set change listeners.
ISetChangeListener Listener for changes to observable sets.
 

Class Summary
AbstractObservableSet Abstract implementation of IObservableSet.
ComputedSet A lazily calculated set that automatically computes and registers listeners on its dependencies as long as all of its dependencies are IObservable objects.
DecoratingObservableSet An observable set which decorates another observable set.
ListToSetAdapter Observable set backed by an observable list.
MappedSet Deprecated. This class is deprecated.
ObservableSet Abstract implementation of IObservableSet.
SetChangeEvent List change event describing an incremental change of an IObservableSet object.
SetDiff  
UnionSet Represents a set consisting of the union of elements from one or more other sets.
WritableSet Mutable (writable) implementation of IObservableSet.
 

Package org.eclipse.core.databinding.observable.set Description

Provides classes that can be used to observe changes in sets.

Package Specification

This package provides classes that can be used to observe changes in sets.


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