com.pnp.xfeature.project
Class NonRuleBasedDamagerRepairer

java.lang.Object
  extended by com.pnp.xfeature.project.NonRuleBasedDamagerRepairer

public class NonRuleBasedDamagerRepairer
extends java.lang.Object

Pretty printer.


Constructor Summary
NonRuleBasedDamagerRepairer(TextAttribute defaultTextAttribute)
          Constructor for NonRuleBasedDamagerRepairer.
 
Method Summary
 void createPresentation(TextPresentation presentation, ITypedRegion region)
           
 IRegion getDamageRegion(ITypedRegion partition, DocumentEvent event, boolean documentPartitioningChanged)
           
 void setDocument(IDocument document)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonRuleBasedDamagerRepairer

public NonRuleBasedDamagerRepairer(TextAttribute defaultTextAttribute)
Constructor for NonRuleBasedDamagerRepairer.

Method Detail

setDocument

public void setDocument(IDocument document)
See Also:
IPresentationRepairer#setDocument(IDocument)

getDamageRegion

public IRegion getDamageRegion(ITypedRegion partition,
                               DocumentEvent event,
                               boolean documentPartitioningChanged)
See Also:
IPresentationDamager#getDamageRegion(ITypedRegion, DocumentEvent, boolean)

createPresentation

public void createPresentation(TextPresentation presentation,
                               ITypedRegion region)
See Also:
IPresentationRepairer#createPresentation(TextPresentation, ITypedRegion)


Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.