Uses of Class
templates.library.TemplateLibrary

Packages that use TemplateLibrary
templates.library   
 

Uses of TemplateLibrary in templates.library
 

Fields in templates.library declared as TemplateLibrary
protected static TemplateLibrary AddTemplateDialog.library
          The template library where the new template has to be added or where the existing template is located.
protected  TemplateLibrary TemplateManager.localLib
          The library of the local user.
protected  TemplateLibrary TemplateManager.sharedLib
          The library shared by all users.
 

Methods in templates.library that return TemplateLibrary
 TemplateLibrary TemplateManager.getMainLibrary()
          Retrieve the main template library.
 

Methods in templates.library with parameters of type TemplateLibrary
static void AddTemplateDialog.addTemplate(TemplateLibrary library)
          Display the dialog to enable the addition of a new template to the template library.
protected static void AddTemplateDialog.addTemplate(TemplateLibrary library, java.util.Collection<ides.api.model.fsa.FSAModel> models)
          Display the dialog to enable the addition of a new template to the template library.
static void AddTemplateDialog.addTemplate(TemplateLibrary library, ides.api.model.fsa.FSAModel model)
          Display the dialog to enable the addition of a new template to the template library.
protected static void AddTemplateDialog.editTemplate(TemplateLibrary library, Template template)
          Display the dialog to enable the modification of the properties of an existing template.
 void TemplateLibraryListener.templateCollectionChanged(TemplateLibrary source)
          Called when there has been a change in the content of the TemplateLibrary to which this listener subscribes.
 void LibraryUI.templateCollectionChanged(TemplateLibrary source)
          Update the list of templates.