org.netbeans.spi.settings |
|
Java Source File Name | Type | Comment |
Convertor.java | Class | Convertor allows to read/write objects in own format and notify about
object changes. |
ConvertorResolver.java | Class | Look up proper settings convertor registrations. |
ConvertorTest.java | Class | |
DOMConvertor.java | Class | DOMConvertor extends the Convertor to allow to compose output of several
convertors into one xml document. |
DOMConvertorTest.java | Class | |
Saver.java | Interface | The Saver should be used as a callback to the framework implementation
to handle setting object changes. |