Uses of Interface
org.eclipse.net4j.util.properties.IPropertyProvider

Packages that use IPropertyProvider
org.eclipse.net4j.util.properties A framework to describe and access properties of POJOs and to support Eclipse property testers and IPropertySources in a uniform way. 
org.eclipse.net4j.util.ui Reusable UI components. 
 

Uses of IPropertyProvider in org.eclipse.net4j.util.properties
 

Subinterfaces of IPropertyProvider in org.eclipse.net4j.util.properties
 interface IProperties<RECEIVER>
          Contains a list of properties.
 

Classes in org.eclipse.net4j.util.properties that implement IPropertyProvider
 class DefaultPropertyTester<RECEIVER>
          Tests properties of receiver objects against expected values.
 class Properties<RECEIVER>
          Contains a list of properties.
 

Uses of IPropertyProvider in org.eclipse.net4j.util.ui
 

Methods in org.eclipse.net4j.util.ui with parameters of type IPropertyProvider
 void DefaultPropertySource.addDescriptors(IPropertyProvider<RECEIVER> provider)
           
 

Constructors in org.eclipse.net4j.util.ui with parameters of type IPropertyProvider
DefaultPropertySource(RECEIVER object, IPropertyProvider<RECEIVER> provider)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.