| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyPageRegistry |
IDE.getPropertyPageRegistry()
Get the
PropertyPageRegistry. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyPageRegistry |
PropertyPageRegistry.getPropertyPageRegistry()
Get the property page registry implementation for this IDE.
|