edu.wis.jtlv.env.ui.editors.smv
Class SMVAutoEditStrategy
java.lang.Object
org.eclipse.jface.text.DefaultIndentLineAutoEditStrategy
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
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 |
SMVAutoEditStrategy
public SMVAutoEditStrategy()
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