Package | Description |
---|---|
org.netbeans.spi.settings |
Makes it possible to store settings in a custom human-readable storage format or
reuse any existing format by using convertors.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Convertor.registerSaver(Object inst,
Saver s)
register
saver ; convertor can provide own policy notifing
the saver about changes of setting object. |
abstract void |
Convertor.unregisterSaver(Object inst,
Saver s)
unregister
saver |