Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.text.edits.MalformedTreeException

Packages that use MalformedTreeException
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.text.edits   
 

Uses of MalformedTreeException in org.eclipse.jface.text.templates
 

Methods in org.eclipse.jface.text.templates that throw MalformedTreeException
 void TemplateContextType.resolve(TemplateBuffer buffer, TemplateContext context)
          Resolves the variables in buffer within context and edits the template buffer to reflect the resolved variables.
 

Uses of MalformedTreeException in org.eclipse.text.edits
 

Methods in org.eclipse.text.edits that throw MalformedTreeException
 UndoEdit TextEditProcessor.performEdits()
          Executes the text edits.
protected  void MultiTextEdit.checkIntegrity()
          Checks the edit's integrity.
 void CopySourceEdit.setTargetEdit(CopyTargetEdit edit)
          Sets the target edit.
 void CopyTargetEdit.setSourceEdit(CopySourceEdit edit)
          Sets the source edit.
 void TextEdit.addChild(TextEdit child)
          Adds the given edit child to this edit.
 void TextEdit.addChildren(TextEdit[] edits)
          Adds all edits in edits to this edit.
 UndoEdit TextEdit.apply(IDocument document, int style)
          Applies the edit tree rooted by this edit to the given document.
 UndoEdit TextEdit.apply(IDocument document)
          Applies the edit tree rooted by this edit to the given document.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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