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