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

RecommendedTemplates (NetBeans Project UI API) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.project.ui
Interface RecommendedTemplates


public interface RecommendedTemplates

List of template types supported by a project when making a new file. An instance should be placed in Project.getLookup() to affect the recommended template list for that project.

For more information about registering templates see overview of org.netbeans.spi.project.ui.templates.support package.


Method Summary
 String[] getRecommendedTypes()
          Lists supported template types.
 

Method Detail

getRecommendedTypes

public String[] getRecommendedTypes()
Lists supported template types.

Returns:
types of supported templates (should match template file attribute names)

 

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