public abstract class AbstractJavaChopListAction<L extends PsiElement,E extends PsiElement> extends AbstractChopListAction<L,E>
EMPTY_ARRAY
Constructor and Description |
---|
AbstractJavaChopListAction() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canChop(java.util.List<E> elements) |
findOffsetOfBreakBeforeFirst, invoke, isAvailable
minElementCount
checkFile, invoke, isAvailable
canModify, getText, setText, startInWriteAction, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFamilyName
getElementToMakeWritable
protected boolean canChop(java.util.List<E> elements)
canChop
in class AbstractChopListAction<L extends PsiElement,E extends PsiElement>