public class BinaryDiffTool extends java.lang.Object implements FrameDiffTool
FrameDiffTool.DiffViewer, FrameDiffTool.ToolbarComponents
Modifier and Type | Field and Description |
---|---|
static BinaryDiffTool |
INSTANCE |
Constructor and Description |
---|
BinaryDiffTool() |
Modifier and Type | Method and Description |
---|---|
boolean |
canShow(DiffContext context,
DiffRequest request) |
FrameDiffTool.DiffViewer |
createComponent(DiffContext context,
DiffRequest request)
Creates viewer for the given request.
|
java.lang.String |
getName() |
public static final BinaryDiffTool INSTANCE
public FrameDiffTool.DiffViewer createComponent(DiffContext context, DiffRequest request)
FrameDiffTool
DiffTool.canShow(DiffContext, DiffRequest)
first.createComponent
in interface FrameDiffTool
public boolean canShow(DiffContext context, DiffRequest request)