public static class SyncScrollSupport.TwosideSyncScrollSupport
extends java.lang.Object
Constructor and Description |
---|
TwosideSyncScrollSupport(java.util.List<? extends Editor> editors,
SyncScrollSupport.SyncScrollable scrollable) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<? extends Editor> |
getEditors() |
SyncScrollSupport.SyncScrollable |
getScrollable() |
protected java.util.List<? extends com.intellij.diff.tools.util.SyncScrollSupport.ScrollHelper> |
getScrollHelpers() |
void |
makeVisible(Side masterSide,
int startLine1,
int endLine1,
int startLine2,
int endLine2,
boolean animate) |
void |
visibleAreaChanged(VisibleAreaEvent e) |
public TwosideSyncScrollSupport(java.util.List<? extends Editor> editors, SyncScrollSupport.SyncScrollable scrollable)
protected java.util.List<? extends Editor> getEditors()
protected java.util.List<? extends com.intellij.diff.tools.util.SyncScrollSupport.ScrollHelper> getScrollHelpers()
public SyncScrollSupport.SyncScrollable getScrollable()
public void visibleAreaChanged(VisibleAreaEvent e)
public void makeVisible(Side masterSide, int startLine1, int endLine1, int startLine2, int endLine2, boolean animate)