See: Description
| Class | Description | 
|---|---|
| PropertyPage | 
 The  
PropertyPage interface lets client introduce new property 
 pages for setting IDE and project preferences. | 
| PropertyPageRegistry | 
 The  
PropertyPageRegistry is the registry of information 
 describing what extension specific property pages have been added to an IDE. | 
| Exception | Description | 
|---|---|
| InvalidPropertyException | 
 This exception should be thrown by  
PropertyPage.onExit(java.util.prefs.Preferences, javax.ide.command.Context) 
 implementors when the user enters an invalid property value. | 
  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.