public abstract class DiffExtension
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<DiffExtension> |
EP_NAME |
| Constructor and Description |
|---|
DiffExtension() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onViewerCreated(FrameDiffTool.DiffViewer viewer,
DiffContext context,
DiffRequest request)
Can be used to extend existing DiffViewers without registering new DiffTool
|
public static final ExtensionPointName<DiffExtension> EP_NAME
public abstract void onViewerCreated(FrameDiffTool.DiffViewer viewer, DiffContext context, DiffRequest request)