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

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

 

org.netbeans.spi.project.ui
Interface PrivilegedTemplates


public interface PrivilegedTemplates

List of templates which should be in the initial "privileged" list when making a new file. An instance should be placed in Project.getLookup() to affect the privileged list for that project.

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

See Also:
CommonProjectActions

Method Summary
 String[] getPrivilegedTemplates()
          Lists privileged templates.
 

Method Detail

getPrivilegedTemplates

public String[] getPrivilegedTemplates()
Lists privileged templates.

Returns:
full paths to privileged templates, e.g. Templates/Other/XmlFile.xml

 

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