|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplatePersistenceData | |
org.eclipse.jface.text.templates.persistence | Application programming interfaces for interaction with the Eclipse Java User Interface text support. |
Uses of TemplatePersistenceData in org.eclipse.jface.text.templates.persistence |
Methods in org.eclipse.jface.text.templates.persistence that return TemplatePersistenceData | |
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.read(InputStream stream,
ResourceBundle bundle)
Reads templates from a stream and adds them to the templates. |
TemplatePersistenceData[] |
TemplateStore.getTemplateData(boolean includeDeleted)
Returns all template datas. |
Methods in org.eclipse.jface.text.templates.persistence with parameters of type TemplatePersistenceData | |
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. |
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. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.