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.
|
Class and Description |
---|
Convertor
Convertor allows to read/write objects in own format and notify about
object changes.
|
Saver
The Saver should be used as a callback to the framework implementation
to handle setting object changes.
|