The property page extension classes that extension writers need to implement in order to add their own property panels to an IDE preferences UI and to the project settings UI.

IDE service providers must provide a concrete implementation of the PropertyPageRegistry interface. The Extension Development Kit (EDK) provides an abstract implementation that IDE services providers should extend: javax.ide.property.spi.DefaultPropertyPageRegistry.