Class AutoCloseCandidate
- java.lang.Object
-
- org.eclipse.epsilon.common.dt.editor.autoclose.AutoCloseCandidate
-
public class AutoCloseCandidate extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AutoCloseCandidate(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoCloseActionclose(AutoClosePair pair)intcountInCurrentLine(char what)booleanevenInCurrentLine(char what)chargetChar()org.eclipse.jface.text.DocumentCommandgetCommand()org.eclipse.jface.text.IDocumentgetDocument()chargetNextChar()voidignore()booleanisBackspace()booleanisSingleChar()booleanoddInCurrentLine(char what)voidsetCommand(org.eclipse.jface.text.DocumentCommand command)voidsetDocument(org.eclipse.jface.text.IDocument document)
-
-
-
Method Detail
-
isBackspace
public boolean isBackspace()
-
isSingleChar
public boolean isSingleChar()
-
getChar
public char getChar()
-
getNextChar
public char getNextChar()
-
close
public AutoCloseAction close(AutoClosePair pair)
-
ignore
public void ignore()
-
evenInCurrentLine
public boolean evenInCurrentLine(char what)
-
oddInCurrentLine
public boolean oddInCurrentLine(char what)
-
countInCurrentLine
public int countInCurrentLine(char what)
-
getDocument
public org.eclipse.jface.text.IDocument getDocument()
-
setDocument
public void setDocument(org.eclipse.jface.text.IDocument document)
-
getCommand
public org.eclipse.jface.text.DocumentCommand getCommand()
-
setCommand
public void setCommand(org.eclipse.jface.text.DocumentCommand command)
-
-