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

Uses of Class org.openide.loaders.TemplateWizard (Datasystems API) - NetBeans API Javadoc (Current Development Version)

org.openide.loaders 6.4

Uses of Class
org.openide.loaders.TemplateWizard

Packages that use TemplateWizard
org.openide.actions   
org.openide.loaders Datasystems are the logical layer between a filesystem and higher-level file-oriented operations. 
 

Uses of TemplateWizard in org.openide.actions
 

Methods in org.openide.actions that return TemplateWizard
 TemplateWizard NewTemplateAction.Cookie.getTemplateWizard()
          Getter for the wizard that should be used for this cookie.
 

Uses of TemplateWizard in org.openide.loaders
 

Methods in org.openide.loaders with parameters of type TemplateWizard
 void TemplateWizard.Iterator.initialize(TemplateWizard wiz)
          Initializes the iterator after it is constructed.
 Set<DataObject> TemplateWizard.Iterator.instantiate(TemplateWizard wiz)
          Instantiates the template using information provided by the wizard.
 void TemplateWizard.Iterator.uninitialize(TemplateWizard wiz)
          Informs the Iterator that the TemplateWizard finished using the Iterator.
 


org.openide.loaders 6.4

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