Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355535 - Redesign PropertyTesters and IPropertySourceProviders
Summary: Redesign PropertyTesters and IPropertySourceProviders
Status: CLOSED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: cdo.core (show other bugs)
Version: 4.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Eike Stepper CLA
QA Contact: Eike Stepper CLA
URL:
Whiteboard: Lighter, Faster and Better
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 12:34 EDT by Eike Stepper CLA
Modified: 2012-09-21 07:17 EDT (History)
0 users

See Also:


Attachments
Patch v1 (53.04 KB, patch)
2011-08-23 12:39 EDT, Eike Stepper CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Stepper CLA 2011-08-23 12:34:36 EDT
PropertyTesters and IPropertySourceProviders conceptionally share knowledge about properties of an object/class. Make that explicit to ease the implementation of both.
Comment 1 Eike Stepper CLA 2011-08-23 12:38:44 EDT
The core API is in:

/org.eclipse.net4j.util/src/org/eclipse/net4j/util/properties/DefaultPropertyTester.java
/org.eclipse.net4j.util/src/org/eclipse/net4j/util/properties/PropertiesProvider.java
/org.eclipse.net4j.util/src/org/eclipse/net4j/util/properties/Property.java

The UI part in:

/org.eclipse.net4j.util.ui/src/org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.java
/org.eclipse.net4j.util.ui/src/org/eclipse/net4j/util/ui/DefaultPropertySource.java
Comment 2 Eike Stepper CLA 2011-08-23 12:39:37 EDT
Created attachment 202017 [details]
Patch v1
Comment 3 Eike Stepper CLA 2011-08-23 12:40:19 EDT
Committed revision 8942
Comment 4 Eike Stepper CLA 2012-09-21 07:17:03 EDT
Closing.