Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 ( InputStream stream, ResourceBundle bundle)
          Reads templates from a stream and adds them to the templates.
  TemplatePersistenceData[] TemplateReaderWriter. read ( Reader reader)
          Reads templates from a reader and returns them.
  TemplatePersistenceData[] TemplateReaderWriter. read ( Reader reader, ResourceBundle bundle)
          Reads templates from a stream and adds them to the templates.
  TemplatePersistenceData TemplateReaderWriter. readSingle ( Reader reader, String id)
          Reads the template with identifier id from a reader and returns it.
 

Methods in org.eclipse.jface.text.templates.persistence with parameters of type TemplatePersistenceData
 void TemplateStore. add ( TemplatePersistenceData data)
          Adds a template encapsulated in its persistent form.
 void TemplateStore. delete ( TemplatePersistenceData data)
          Removes a template from the store.
protected  void TemplateStore. internalAdd ( TemplatePersistenceData data)
          Adds a template to the internal 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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire