| Package | Description | 
|---|---|
| javax.ide.property | 
 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyPage.onExit(java.util.prefs.Preferences preferences,
      Context context)
Method called when users leave this page for another page
 and when they press the dialog's OK button. 
 |