站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

org.netbeans.spi.settings (NetBeans Settings API) - NetBeans API Javadoc 5.0.0

 

Package org.netbeans.spi.settings

The Settings API brings possibility to easily plug own human readable storage format or reuse any existing by using convertors.

See:
          Description

Interface Summary
Saver The Saver should be used as a callback to the framework implementation to handle setting object changes.
 

Class Summary
Convertor Convertor allows to read/write objects in own format and notify about object changes.
DOMConvertor DOMConvertor extends the Convertor to allow to compose output of several convertors into one xml document.
 

Package org.netbeans.spi.settings Description

The Settings API brings possibility to easily plug own human readable storage format or reuse any existing by using convertors. of settings.

Specification


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.