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.beans

Provides classes for observing JavaBeans(tm) objects.

See:
           Description

Interface Summary
IBeanListProperty An IListProperty extension interface with convenience methods for creating nested bean properties.
IBeanMapProperty An IMapProperty extension interface with convenience methods for creating nested bean properties.
IBeanObservable Provides access to details of bean observables.
IBeanProperty An IProperty extension interface providing access to details of bean properties.
IBeanSetProperty An ISetProperty extension interface with convenience methods for creating nested bean properties.
IBeanValueProperty An IValueProperty extension interface with convenience methods for creating nested bean properties.
 

Class Summary
BeanProperties A factory for creating properties for Java objects that conform to the JavaBean specification for bound properties.
BeansObservables A factory for creating observable objects of Java objects that conform to the JavaBean specification for bound properties.
PojoObservables A factory for creating observable objects for POJOs (plain old java objects) that conform to idea of an object with getters and setters but does not provide property change events on change.
PojoProperties A factory for creating properties for POJOs (plain old java objects) that conform to idea of an object with getters and setters but does not provide property change events on change.
 

Package org.eclipse.core.databinding.beans Description

Provides classes for observing JavaBeans(tm) objects.

Package Specification

This package provides classes that can be used to observe objects that conform to the JavaBean specification for bound properties.


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