public interface MergeTool
Modifier and Type | Interface and Description |
---|---|
static interface |
MergeTool.MergeViewer
Merge viewer should call
MergeContext.finishMerge(MergeResult) when processing is over. |
static class |
MergeTool.ToolbarComponents |
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<MergeTool> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
canShow(MergeContext context,
MergeRequest request) |
MergeTool.MergeViewer |
createComponent(MergeContext context,
MergeRequest request)
Creates viewer for the given request.
|
static final ExtensionPointName<MergeTool> EP_NAME
MergeTool.MergeViewer createComponent(MergeContext context, MergeRequest request)
canShow(MergeContext, MergeRequest)
first.boolean canShow(MergeContext context, MergeRequest request)