Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
G I J O P

G

getGUI() - Method in class javax.ide.property.PropertyPage
Get the root graphical user interface component.
getIDEPropertyPages() - Method in class javax.ide.property.PropertyPageRegistry
Get the IDE property pages.
getKeys() - Method in class javax.ide.property.PropertyPage
Get the property keys this property page uses in the preferences object.
getProjectPropertyPages() - Method in class javax.ide.property.PropertyPageRegistry
Get the project property pages.
getPropertyPageRegistry() - Static method in class javax.ide.property.PropertyPageRegistry
Get the property page registry implementation for this IDE.
getPropertyPages(String) - Method in class javax.ide.property.PropertyPageRegistry
Get the pages associated with the specified objectClassName.

I

IDE_CLASS_NAME - Static variable in class javax.ide.property.PropertyPageRegistry
Constant identifying the IDE class name.
InvalidPropertyException - exception javax.ide.property.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.
InvalidPropertyException(String) - Constructor for class javax.ide.property.InvalidPropertyException
Constructor.

J

javax.ide.property - package javax.ide.property
 

O

onEntry(Preferences, Context) - Method in class javax.ide.property.PropertyPage
Method called when this page is selected by the user.
onExit(Preferences, Context) - Method in class javax.ide.property.PropertyPage
Method called when users leave this page for another page and when they press the dialog's OK button.

P

PROJECT_CLASS_NAME - Static variable in class javax.ide.property.PropertyPageRegistry
Constant identifying the project class name.
PropertyPage - class javax.ide.property.PropertyPage.
The PropertyPage interface lets client introduce new property pages for setting IDE and project preferences.
PropertyPage() - Constructor for class javax.ide.property.PropertyPage
 
PropertyPageRegistry - class javax.ide.property.PropertyPageRegistry.
The PropertyPageRegistry is the registry of information describing what extension specific property pages have been added to an IDE.
PropertyPageRegistry() - Constructor for class javax.ide.property.PropertyPageRegistry
 

G I J O P