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

org.openide.options (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Package org.openide.options

System options provide an easy-to-use mechanism for persistent storage of user-settable options.

See:
          Description

Class Summary
ContextSystemOption Provides a group of system options with this as the parent.
SystemOption Base class for all system options.
VetoSystemOption Extends the functionality of SystemOption by providing support for veto listeners.
 

Package org.openide.options Description

System options provide an easy-to-use mechanism for persistent storage of user-settable options. It is possible to write new options (or access existing ones) using the Options API.

Each option is a singleton class defined by its Bean properties. These properties are displayed to the user in special nodes in the Explorer, so that they may be examined and modified, possibly triggering live changes in the IDE.

Special support is provided for "safe" serialization (with better failure modes than the default) for writing options to disk; hierarchical option clusters; and veto-aware options.



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