public class ParagraphFillHandler
extends java.lang.Object
Constructor and Description |
---|
ParagraphFillHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendPostfix(PsiElement element,
java.lang.String text,
java.lang.StringBuilder stringBuilder) |
protected void |
appendPrefix(PsiElement element,
java.lang.String text,
java.lang.StringBuilder stringBuilder) |
protected boolean |
atWhitespaceToken(PsiElement element) |
protected java.lang.String |
getPostfix(PsiElement element) |
protected java.lang.String |
getPrefix(PsiElement element) |
protected boolean |
isAvailableForElement(PsiElement element) |
protected boolean |
isAvailableForFile(PsiFile psiFile) |
protected boolean |
isBunchOfElement(PsiElement element) |
protected void |
performOnElement(PsiElement element,
Editor editor) |
protected void performOnElement(PsiElement element, Editor editor)
protected void appendPostfix(PsiElement element, java.lang.String text, java.lang.StringBuilder stringBuilder)
protected void appendPrefix(PsiElement element, java.lang.String text, java.lang.StringBuilder stringBuilder)
protected boolean isBunchOfElement(PsiElement element)
protected boolean atWhitespaceToken(PsiElement element)
protected boolean isAvailableForElement(PsiElement element)
protected boolean isAvailableForFile(PsiFile psiFile)
protected java.lang.String getPrefix(PsiElement element)
protected java.lang.String getPostfix(PsiElement element)