|
org.netbeans.modules.java.j2seproject/1 1.53.0 46 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface J2SECustomPropertySaver
Property saver to be implemented by J2SE Project extension modules
that introduce new project properties. Registered savers are
used to save extended propertes in addition to standard J2SE Project properties
if modified by user in Project Properties dialog.
Implementation of the interface should be registered using ProjectServiceProvider.
| Method Summary | |
|---|---|
void |
save(Project p)
Method is called when OK is pressed in JSE Project Properties dialog and properties supplied by JSE Project extension module (thus not handled by JSE Project itself) need to be stored in project.properties and private.properties. |
| Method Detail |
|---|
void save(Project p)
p - project whose extension properties are to be saved
|
org.netbeans.modules.java.j2seproject/1 1.53.0 46 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||