Uses of Class
org.eclipse.ui.XMLMemento
-
Packages that use XMLMemento Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of XMLMemento in org.eclipse.ui
Methods in org.eclipse.ui that return XMLMemento Modifier and Type Method Description static XMLMementoXMLMemento. createReadRoot(Reader reader)Creates aDocumentfrom theReaderand returns a memento on the firstElementfor reading the document.static XMLMementoXMLMemento. createReadRoot(Reader reader, String baseDir)Creates aDocumentfrom theReaderand returns a memento on the firstElementfor reading the document.static XMLMementoXMLMemento. createWriteRoot(String type)Returns a root memento for writing a document.
-