public interface EditableLineModel
| Modifier and Type | Interface and Description |
|---|---|
static class |
EditableLineModel.Cursor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addCalculateHistory() |
DeleteBehavior |
backSpace() |
boolean |
cursorLeft() |
boolean |
cursorRight() |
DeleteBehavior |
delete() |
boolean |
end() |
java.util.Optional<org.unlaxer.Token> |
getSelection() |
boolean |
home() |
boolean |
insert(java.lang.String part) |
java.util.Optional<org.unlaxer.Token> |
selectEnclosure(org.unlaxer.EnclosureDirection enclosureDirection) |
DeleteBehavior backSpace()
DeleteBehavior delete()
boolean insert(java.lang.String part)
boolean cursorRight()
boolean cursorLeft()
boolean home()
boolean end()
java.util.Optional<org.unlaxer.Token> selectEnclosure(org.unlaxer.EnclosureDirection enclosureDirection)
java.util.Optional<org.unlaxer.Token> getSelection()
boolean addCalculateHistory()