public abstract class DiffWindowBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DiffDialogHints |
myHints |
protected Project |
myProject |
Constructor and Description |
---|
DiffWindowBase(Project project,
DiffDialogHints hints) |
Modifier and Type | Method and Description |
---|---|
protected abstract DiffRequestProcessor |
createProcessor() |
protected DiffRequestProcessor |
getProcessor() |
protected WindowWrapper |
getWrapper() |
protected void |
init() |
void |
show() |
protected final Project myProject
protected final DiffDialogHints myHints
public DiffWindowBase(Project project, DiffDialogHints hints)
protected void init()
public void show()
protected abstract DiffRequestProcessor createProcessor()
protected WindowWrapper getWrapper()
protected DiffRequestProcessor getProcessor()