edu.wis.jtlv.env.ui.editors.smv
Class SMVAutoEditStrategy

java.lang.Object
  extended by org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
      extended by edu.wis.jtlv.env.ui.editors.smv.SMVAutoEditStrategy
All Implemented Interfaces:
org.eclipse.jface.text.IAutoEditStrategy

public class SMVAutoEditStrategy
extends org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy


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

Constructor Detail

SMVAutoEditStrategy

public SMVAutoEditStrategy()
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
Overrides:
customizeDocumentCommand in class org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy

getIndentOfLine

public java.lang.String getIndentOfLine(org.eclipse.jface.text.IDocument document,
                                        int line)
                                 throws org.eclipse.jface.text.BadLocationException
Throws:
org.eclipse.jface.text.BadLocationException