public abstract static class NavigationFilter.FilterBypass extends Object
| Constructor and Description |
|---|
FilterBypass()
|
| Modifier and Type | Method and Description |
|---|---|
abstract Caret |
getCaret()
Returns the Caret that is changing.
|
abstract void |
moveDot(int dot, Position
Moves the caret location, bypassing the NavigationFilter.
|
abstract void |
setDot(int dot, Position
Sets the caret location, bypassing the NavigationFilter.
|
public abstract CaretgetCaret()
public abstract void setDot(int dot,
Position.Bias bias)
dot - the position >= 0
bias - Bias to place the dot at
public abstract void moveDot(int dot,
Position.Bias bias)
dot - the position >= 0
bias - Bias for new location