public abstract class BaseSyncScrollable extends java.lang.Object implements SyncScrollSupport.SyncScrollable
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseSyncScrollable.ScrollHelper |
Constructor and Description |
---|
BaseSyncScrollable() |
Modifier and Type | Method and Description |
---|---|
Range |
getRange(Side baseSide,
int line) |
static Range |
idRange(int line) |
protected abstract void |
processHelper(BaseSyncScrollable.ScrollHelper helper) |
int |
transfer(Side baseSide,
int line) |
static int |
transferLine(int line,
Range range) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSyncScrollEnabled
protected abstract void processHelper(BaseSyncScrollable.ScrollHelper helper)
public int transfer(Side baseSide, int line)
transfer
in interface SyncScrollSupport.SyncScrollable
public Range getRange(Side baseSide, int line)
getRange
in interface SyncScrollSupport.SyncScrollable
public static int transferLine(int line, Range range)
public static Range idRange(int line)