public abstract class WrappingStrategy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static WrappingStrategy |
DO_NOT_WRAP |
Constructor and Description |
---|
WrappingStrategy(Wrap wrap) |
Modifier and Type | Method and Description |
---|---|
static WrappingStrategy |
createDoNotWrapCommaStrategy(Wrap wrap) |
Wrap |
getWrap(IElementType type) |
protected abstract boolean |
shouldWrap(IElementType type) |
public static final WrappingStrategy DO_NOT_WRAP
public WrappingStrategy(Wrap wrap)
public static WrappingStrategy createDoNotWrapCommaStrategy(Wrap wrap)
public Wrap getWrap(IElementType type)
protected abstract boolean shouldWrap(IElementType type)