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

ProjectConfiguration (Project API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.projectapi/1 1.13

org.netbeans.spi.project
Interface ProjectConfiguration


public interface ProjectConfiguration

Represents one user-selectable configuration of a particular project. For example, it might represent a choice of main class and arguments. Besides the implementor, only the project UI infrastructure is expected to use this class.

An instance of a configuration may be passed in the context argument for an ActionProvider when called on a main-project-sensitive action. For details see ProjectConfigurationProvider.configurationsAffectAction(java.lang.String).

Since:
org.netbeans.modules.projectapi/1 1.11
See Also:
ProjectConfigurationProvider

Method Summary
 String getDisplayName()
          Provides a display name by which this configuration may be identified in the GUI.
 

Method Detail

getDisplayName

String getDisplayName()
Provides a display name by which this configuration may be identified in the GUI.

Returns:
a human-visible display name

org.netbeans.modules.projectapi/1 1.13

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