public class CompoundMultiLineTerminalsEditStrategy extends AbstractEditStrategy
Modifier and Type | Class and Description |
---|---|
static class |
CompoundMultiLineTerminalsEditStrategy.Factory |
debug, DEBUG
Modifier | Constructor and Description |
---|---|
protected |
CompoundMultiLineTerminalsEditStrategy() |
Modifier and Type | Method and Description |
---|---|
CompoundMultiLineTerminalsEditStrategy |
and(MultiLineTerminalsEditStrategy strategy) |
CompoundMultiLineTerminalsEditStrategy |
and(java.lang.String leftTerminal,
java.lang.String rightTerminal) |
CompoundMultiLineTerminalsEditStrategy |
and(java.lang.String leftTerminal,
java.lang.String indentationString,
java.lang.String rightTerminal) |
protected void |
internalCustomizeDocumentCommand(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.DocumentCommand command) |
count, customizeDocumentCommand, getDocumentContent, handleBadLocationException, isIdentifierPart, verifyKey
protected CompoundMultiLineTerminalsEditStrategy()
public CompoundMultiLineTerminalsEditStrategy and(java.lang.String leftTerminal, java.lang.String indentationString, java.lang.String rightTerminal)
public CompoundMultiLineTerminalsEditStrategy and(java.lang.String leftTerminal, java.lang.String rightTerminal)
public CompoundMultiLineTerminalsEditStrategy and(MultiLineTerminalsEditStrategy strategy)
protected void internalCustomizeDocumentCommand(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command) throws org.eclipse.jface.text.BadLocationException
internalCustomizeDocumentCommand
in class AbstractEditStrategy
org.eclipse.jface.text.BadLocationException