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

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

org.netbeans.modules.projectuiapi/1 1.13.22 5

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

String[] getPrivilegedTemplates()
Lists privileged templates.

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

org.netbeans.modules.projectuiapi/1 1.13.22 5

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