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

org.openide.modules (NetBeans Modules API) - NetBeans API Javadoc 5.0.0

 

Package org.openide.modules

The IDE is capable of being extended by pluggable modules providing additional functionality.

See:
          Description

Class Summary
Dependency A dependency a module can have.
InstalledFileLocator Service providing the ability to locate a module-installed file in the NetBeans application's installation.
ModuleInfo General information about a module.
ModuleInstall Provides hooks for a custom module that may be inserted into the IDE.
SpecificationVersion Utility class representing a specification version.
 

Package org.openide.modules Description

The IDE is capable of being extended by pluggable modules providing additional functionality. These modules are stored as JAR files containing the extension's classes, whose manifest file specifies how the module should be installed into the IDE. The Modules API describes how this works.


 

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