| Home >> All >> javax >> ide >> [ property Javadoc ] |
| | javax.ide.property.spi.* (2) |
javax.ide.property: Javadoc index of package javax.ide.property.
Package Samples:
javax.ide.property.spi
Classes:
PropertyPageRegistry: The PropertyPageRegistry is the registry of information describing what extension specific property pages have been added to an IDE. Extensions register property page information in the extension manifest using the property-pages-hook tag. The property pages hook allows extension to declare property pages for the IDE and project preferences. Extension use the property-page object-class tag to specify the object class for which the pages are declared. For example, if the pages are for a project, extension should specify javax.ide.model.Project as the object class. If the pages are for the IDE, extension ...
PropertyHook: IDE property pages information gathered from processing the property-hook section of an extension manifest. The information recorded here describes property pages which are generally given to the javax.ide.property.PropertyPageRegistry for registration.
InvalidPropertyException: This exception should be thrown by PropertyPage.onExit(java.util.prefs.Preferences, javax.ide.command.Context) 55 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.
PropertyPageInfo: Record of information describing a property page and the object class whose properties are edited using this page.
| Home | Contact Us | Privacy Policy | Terms of Service |