Class AutoCloseCandidate
java.lang.Object
org.eclipse.epsilon.common.dt.editor.autoclose.AutoCloseCandidate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoCloseCandidate
(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command) -
Method Summary
Modifier and TypeMethodDescriptionclose
(AutoClosePair pair) int
countInCurrentLine
(char what) boolean
evenInCurrentLine
(char what) char
getChar()
org.eclipse.jface.text.DocumentCommand
org.eclipse.jface.text.IDocument
char
void
ignore()
boolean
boolean
boolean
oddInCurrentLine
(char what) void
setCommand
(org.eclipse.jface.text.DocumentCommand command) void
setDocument
(org.eclipse.jface.text.IDocument document)
-
Field Details
-
document
protected org.eclipse.jface.text.IDocument document -
command
protected org.eclipse.jface.text.DocumentCommand command
-
-
Constructor Details
-
AutoCloseCandidate
public AutoCloseCandidate(org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.DocumentCommand command)
-
-
Method Details
-
isBackspace
public boolean isBackspace() -
isSingleChar
public boolean isSingleChar() -
getChar
public char getChar() -
getNextChar
public char getNextChar() -
close
-
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)
-