public abstract class AbstractCaretOwner extends Object implements CaretOwner
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractCaretOwner.ToPosition |
| Constructor and Description |
|---|
AbstractCaretOwner() |
| Modifier and Type | Method and Description |
|---|---|
double |
allowedError() |
void |
allowError(double error) |
void |
to(double position)
Utility method that invokes caret().to(Direction) with correct
direction.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcaret, positionpublic double allowedError()
public void allowError(double error)
public void to(double position)
CaretOwnerto in interface CaretOwnerposition - the positionCopyright © 2019. All rights reserved.