public static class TextEditorHolder.TextEditorHolderFactory extends EditorHolderFactory<TextEditorHolder>
Modifier and Type | Field and Description |
---|---|
static TextEditorHolder.TextEditorHolderFactory |
INSTANCE |
Constructor and Description |
---|
TextEditorHolderFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
canShowContent(DiffContent content,
DiffContext context) |
TextEditorHolder |
create(DiffContent content,
DiffContext context) |
boolean |
wantShowContent(DiffContent content,
DiffContext context) |
public static final TextEditorHolder.TextEditorHolderFactory INSTANCE
public TextEditorHolder create(DiffContent content, DiffContext context)
create
in class EditorHolderFactory<TextEditorHolder>
public boolean canShowContent(DiffContent content, DiffContext context)
canShowContent
in class EditorHolderFactory<TextEditorHolder>
public boolean wantShowContent(DiffContent content, DiffContext context)
wantShowContent
in class EditorHolderFactory<TextEditorHolder>