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 Platform
Release 3.5

Uses of Interface
org.eclipse.core.databinding.observable.masterdetail.IObservableFactory

Packages that use IObservableFactory
org.eclipse.core.databinding.beans Provides classes for observing JavaBeans(tm) objects. 
org.eclipse.core.databinding.observable Provides the core APIs for observing changes in objects. 
org.eclipse.core.databinding.observable.map Provides classes that can be used to observe changes in maps. 
org.eclipse.core.databinding.observable.masterdetail Provides classes that can be used to observe a detail of a master object. 
org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework. 
 

Uses of IObservableFactory in org.eclipse.core.databinding.beans
 

Methods in org.eclipse.core.databinding.beans that return IObservableFactory
static  IObservableFactory BeansObservables. listFactory ( Realm realm, String propertyName, Class elementType)
          Returns a factory for creating observable lists in the given realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. listFactory ( Realm realm, String propertyName, Class elementType)
          Returns a factory for creating observable lists in the given realm, tracking the given property of a particular pojo object
static  IObservableFactory BeansObservables. listFactory ( String propertyName, Class elementType)
          Returns a factory for creating observable lists in the current default realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. listFactory ( String propertyName, Class elementType)
          Returns a factory for creating observable lists in the current default realm, tracking the given property of a particular pojo object
static  IObservableFactory BeansObservables. mapPropertyFactory ( Realm realm, String propertyName)
          Returns a factory for creating an observable map.
static  IObservableFactory PojoObservables. mapPropertyFactory ( Realm realm, String propertyName)
          Returns a factory for creating an observable map.
static  IObservableFactory BeansObservables. mapPropertyFactory ( String propertyName)
          Returns a factory for creating an observable map.
static  IObservableFactory PojoObservables. mapPropertyFactory ( String propertyName)
          Returns a factory for creating an observable map.
static  IObservableFactory BeansObservables. setFactory ( Realm realm, String propertyName)
          Returns a factory for creating observable sets in the given realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. setFactory ( Realm realm, String propertyName)
          Returns a factory for creating observable sets in the given realm, tracking the given property of a particular pojo object
static  IObservableFactory BeansObservables. setFactory ( Realm realm, String propertyName, Class elementType)
          Returns a factory for creating observable sets in the given realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. setFactory ( Realm realm, String propertyName, Class elementType)
          Returns a factory for creating observable set in the given realm, tracking the given property of a particular pojo object
static  IObservableFactory BeansObservables. setFactory ( String propertyName)
          Returns a factory for creating observable sets in the current default realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. setFactory ( String propertyName)
          Returns a factory for creating observable sets in the current default realm, tracking the given property of a particular pojo object
static  IObservableFactory BeansObservables. setFactory ( String propertyName, Class elementType)
          Returns a factory for creating observable sets in the current default realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. setFactory ( String propertyName, Class elementType)
          Returns a factory for creating observable set in the current default realm, tracking the given property of a particular pojo object
static  IObservableFactory BeansObservables. setToMapFactory ( Class beanClass, String propertyName)
          Returns a factory for creating an observable map.
static  IObservableFactory BeansObservables. valueFactory ( Realm realm, String propertyName)
          Returns a factory for creating observable values in the given realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. valueFactory ( Realm realm, String propertyName)
          Returns a factory for creating observable values in the given realm, tracking the given property of a particular pojo object
static  IObservableFactory BeansObservables. valueFactory ( String propertyName)
          Returns a factory for creating observable values in the current default realm, tracking the given property of a particular bean object
static  IObservableFactory PojoObservables. valueFactory ( String propertyName)
          Returns a factory for creating observable values in the current default realm, tracking the given property of a particular pojo object
 

Uses of IObservableFactory in org.eclipse.core.databinding.observable
 

Methods in org.eclipse.core.databinding.observable that return IObservableFactory
static  IObservableFactory Observables. mapEntryValueFactory ( IObservableMap map, Object valueType)
          Returns a factory for creating obervable values tracking the value of the observable map entry identified by a particular key.
 

Uses of IObservableFactory in org.eclipse.core.databinding.observable.map
 

Constructors in org.eclipse.core.databinding.observable.map with parameters of type IObservableFactory
CompositeMap ( IObservableMap firstMap, IObservableFactory secondMapFactory)
          Creates a new composite map.
 

Uses of IObservableFactory in org.eclipse.core.databinding.observable.masterdetail
 

Methods in org.eclipse.core.databinding.observable.masterdetail with parameters of type IObservableFactory
static  IObservableList MasterDetailObservables. detailList ( IObservableValue master, IObservableFactory detailFactory, Object detailElementType)
          Creates a detail observable list from a master observable value and a factory.
static  IObservableMap MasterDetailObservables. detailMap ( IObservableValue master, IObservableFactory detailFactory)
          Creates a detail observable map from a master observable value and a factory.
static  IObservableMap MasterDetailObservables. detailMap ( IObservableValue master, IObservableFactory detailFactory, Object detailKeyType, Object detailValueType)
          Creates a detail observable map from a master observable value and a factory.
static  IObservableSet MasterDetailObservables. detailSet ( IObservableValue master, IObservableFactory detailFactory, Object detailElementType)
          Creates a detail observable set from a master observable value and a factory.
static  IObservableValue MasterDetailObservables. detailValue ( IObservableValue master, IObservableFactory detailFactory, Object detailType)
          Creates a detail observable value from a master observable value and a factory.
 

Uses of IObservableFactory in org.eclipse.jface.databinding.viewers
 

Constructors in org.eclipse.jface.databinding.viewers with parameters of type IObservableFactory
ObservableListTreeContentProvider ( IObservableFactory listFactory, TreeStructureAdvisor structureAdvisor)
          Constructs an ObservableListTreeContentProvider using the given list factory.
ObservableSetTreeContentProvider ( IObservableFactory setFactory, TreeStructureAdvisor structureAdvisor)
          Constructs an ObservableListTreeContentProvider using the given list factory.
 


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