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.text.edits.MalformedTreeException

Packages that use MalformedTreeException
org.eclipse.core.filebuffers.manipulation Provides the API for manipulating file buffers. 
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. 
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.text.edits Provides support for describing and applying textual document editions. 
 

Uses of MalformedTreeException in org.eclipse.core.filebuffers.manipulation
 

Methods in org.eclipse.core.filebuffers.manipulation that throw MalformedTreeException
  UndoEdit MultiTextEditWithProgress. apply ( IDocument document, int style, IProgressMonitor progressMonitor)
           
  UndoEdit MultiTextEditWithProgress. apply ( IDocument document, IProgressMonitor progressMonitor)
           
 

Uses of MalformedTreeException in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that throw MalformedTreeException
  UndoEdit RewriteSessionEditProcessor. performEdits ()
           
 

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.ltk.core.refactoring
 

Methods in org.eclipse.ltk.core.refactoring that throw MalformedTreeException
 void TextChange. addEdit ( TextEdit edit)
          Adds the given edit to the edit tree.
protected   UndoEdit TextChange. performEdits ( IDocument document)
          Executes the text edits on the given document.
protected   UndoEdit TextFileChange. performEdits ( IDocument document)
           
 

Uses of MalformedTreeException in org.eclipse.text.edits
 

Methods in org.eclipse.text.edits that throw MalformedTreeException
 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)
          Applies the edit tree rooted by this edit to the given document.
  UndoEdit TextEdit. apply ( IDocument document, int style)
          Applies the edit tree rooted by this edit to the given document.
protected  void MultiTextEdit. checkIntegrity ()
          Checks the edit's integrity.
  UndoEdit TextEditProcessor. performEdits ()
          Executes the text edits.
 void CopyTargetEdit. setSourceEdit ( CopySourceEdit edit)
          Sets the source edit.
 void CopySourceEdit. setTargetEdit ( CopyTargetEdit edit)
          Sets the target edit.
 


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