org.eclipse.epsilon.common.dt.editor.autoclose
Class AutoCloseEditStrategy

java.lang.Object
  extended by org.eclipse.epsilon.common.dt.editor.autoclose.AutoCloseEditStrategy
All Implemented Interfaces:
org.eclipse.jface.text.IAutoEditStrategy

public class AutoCloseEditStrategy
extends java.lang.Object
implements org.eclipse.jface.text.IAutoEditStrategy


Constructor Summary
AutoCloseEditStrategy()
           
 
Method Summary
 void customizeDocumentCommand(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoCloseEditStrategy

public AutoCloseEditStrategy()
Method Detail

customizeDocumentCommand

public void customizeDocumentCommand(org.eclipse.jface.text.IDocument document,
                                     org.eclipse.jface.text.DocumentCommand command)
Specified by:
customizeDocumentCommand in interface org.eclipse.jface.text.IAutoEditStrategy