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

org.eclipse.core.filebuffers.manipulation
Class MultiTextEditWithProgress


java.lang.Object
  extended by 

org.eclipse.text.edits.TextEdit
      extended by 

org.eclipse.text.edits.MultiTextEdit
          extended by 
org.eclipse.core.filebuffers.manipulation.MultiTextEditWithProgress

public class MultiTextEditWithProgress
extends MultiTextEdit

Multi-text edit with progress reporting.

Since:
3.1

Field Summary
 
Fields inherited from class org.eclipse.text.edits. TextEdit
CREATE_UNDO, NONE, UPDATE_REGIONS
 
Constructor Summary
MultiTextEditWithProgress ( String taskName)
           
 
Method Summary
  UndoEdit apply ( IDocument document, int style, IProgressMonitor progressMonitor)
           
  UndoEdit apply ( IDocument document, IProgressMonitor progressMonitor)
           
protected  void childDocumentUpdated ()
          Hook method called when the document updating of a child edit has been completed.
protected  void childRegionUpdated ()
          Hook method called when the region updating of a child edit has been completed.
 
Methods inherited from class org.eclipse.text.edits. MultiTextEdit
accept0, canZeroLengthCover, checkIntegrity, covers, doCopy, getLength, getOffset
 
Methods inherited from class org.eclipse.text.edits. TextEdit
accept, acceptChildren, addChild, addChildren, apply, apply, copy, equals, getChildren, getChildrenSize, getCoverage, getExclusiveEnd, getInclusiveEnd, getParent, getRegion, getRoot, hasChildren, hashCode, isDeleted, moveTree, postProcessCopy, removeChild, removeChild, removeChildren, toString
 
Methods inherited from class java.lang. Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiTextEditWithProgress

public MultiTextEditWithProgress(
String taskName)
Method Detail

apply

public final 
UndoEdit apply(
IDocument document,
                            
IProgressMonitor progressMonitor)
                     throws 
MalformedTreeException,
                            
BadLocationException
Throws:
MalformedTreeException
BadLocationException

apply

public final 
UndoEdit apply(
IDocument document,
                            int style,
                            
IProgressMonitor progressMonitor)
                     throws 
MalformedTreeException,
                            
BadLocationException
Throws:
MalformedTreeException
BadLocationException

childDocumentUpdated

protected void childDocumentUpdated()
Description copied from class: TextEdit
Hook method called when the document updating of a child edit has been completed. When a client calls TextEdit.apply(IDocument) or TextEdit.apply(IDocument, int) this method is called TextEdit.getChildrenSize() times.

May be overridden by subclasses of MultiTextEdit.

Overrides:
childDocumentUpdated in class TextEdit

childRegionUpdated

protected void childRegionUpdated()
Description copied from class: TextEdit
Hook method called when the region updating of a child edit has been completed. When a client calls TextEdit.apply(IDocument) this method is called TextEdit.getChildrenSize() times. When calling TextEdit.apply(IDocument, int) this method is called TextEdit.getChildrenSize() times, when the style parameter contains the TextEdit.UPDATE_REGIONS flag.

May be overridden by subclasses of MultiTextEdit.

Overrides:
childRegionUpdated in class TextEdit

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