Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Package 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.

See:
          Description

Class Summary
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 Summary
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.

 

Package javax.ide.property Description

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.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.