| Package | Description |
|---|---|
| javax.ide |
The ide package is where all JSR 198 packages are rooted.
|
| 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.
|
| Class and Description |
|---|
| PropertyPageRegistry
The
PropertyPageRegistry is the registry of information
describing what extension specific property pages have been added to an IDE. |
| Class and 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. |
| 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. |