Uses of Class
org.eclipse.net4j.util.properties.Property

Packages that use Property
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 Property in org.eclipse.net4j.util.properties
 

Methods in org.eclipse.net4j.util.properties that return Property
 Property<RECEIVER> DefaultPropertyTester.getProperty(String name)
           
 Property<RECEIVER> IProperties.getProperty(String name)
           
 Property<RECEIVER> Properties.getProperty(String name)
           
 

Methods in org.eclipse.net4j.util.properties that return types with arguments of type Property
 List<Property<RECEIVER>> DefaultPropertyTester.getProperties()
           
 List<Property<RECEIVER>> IPropertyProvider.getProperties()
           
 List<Property<RECEIVER>> Properties.getProperties()
           
 

Methods in org.eclipse.net4j.util.properties with parameters of type Property
 void DefaultPropertyTester.add(Property<RECEIVER> property)
           
 void IProperties.add(Property<RECEIVER> property)
           
 void Properties.add(Property<RECEIVER> property)
           
 

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

Methods in org.eclipse.net4j.util.ui that return Property
 Property<RECEIVER> DefaultPropertySource.DelegatingPropertyDescriptor.getProperty()
           
 Property<RECEIVER> DefaultPropertySource.getProperty(Object id)
           
 

Constructors in org.eclipse.net4j.util.ui with parameters of type Property
DefaultPropertySource.DelegatingPropertyDescriptor(Property<RECEIVER> property)
           
 



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