Uses of Class
org.eclipse.ui.XMLMemento
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of XMLMemento in org.eclipse.ui
Modifier and TypeMethodDescriptionstatic XMLMemento
XMLMemento.createReadRoot
(Reader reader) Creates aDocument
from theReader
and returns a memento on the firstElement
for reading the document.static XMLMemento
XMLMemento.createReadRoot
(Reader reader, String baseDir) Creates aDocument
from theReader
and returns a memento on the firstElement
for reading the document.static XMLMemento
XMLMemento.createWriteRoot
(String type) Returns a root memento for writing a document.