Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.jface.text.templates.persistence.TemplatePersistenceData

Packages that use TemplatePersistenceData
org.eclipse.jface.text.templates.persistence Provides persistence support for templates.  
 

Uses of TemplatePersistenceData in org.eclipse.jface.text.templates.persistence
 

Methods in org.eclipse.jface.text.templates.persistence that return TemplatePersistenceData
 TemplatePersistenceData[] TemplateStore.getTemplateData(boolean includeDeleted)
          Returns all template data.
 TemplatePersistenceData TemplateStore.getTemplateData(String id)
          Returns the template data of the template with id id or null if no such template can be found.
 TemplatePersistenceData[] TemplateReaderWriter.read(Reader reader)
          Reads templates from a reader and returns them.
 TemplatePersistenceData TemplateReaderWriter.readSingle(Reader reader, String id)
          Reads the template with identifier id from a reader and returns it.
 TemplatePersistenceData[] TemplateReaderWriter.read(Reader reader, ResourceBundle bundle)
          Reads templates from a stream and adds them to the templates.
 TemplatePersistenceData[] TemplateReaderWriter.read(InputStream stream, ResourceBundle bundle)
          Reads templates from a stream and adds them to the templates.
 

Methods in org.eclipse.jface.text.templates.persistence with parameters of type TemplatePersistenceData
protected  void TemplateStore.internalAdd(TemplatePersistenceData data)
          Adds a template to the internal store.
 void TemplateStore.add(TemplatePersistenceData data)
          Adds a template encapsulated in its persistent form.
 void TemplateStore.delete(TemplatePersistenceData data)
          Removes a template from the store.
 void TemplateReaderWriter.save(TemplatePersistenceData[] templates, OutputStream stream)
          Saves the templates as XML, encoded as UTF-8 onto the given byte stream.
 void TemplateReaderWriter.save(TemplatePersistenceData[] templates, Writer writer)
          Saves the templates as XML.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.