Package org.hexworks.zircon.internal.component.impl.textedit.transformation

Types

AddRowBreak
Link copied to clipboard
common
class AddRowBreak : TextBufferTransformation
DeleteCharacter
Link copied to clipboard
common
class DeleteCharacter(deleteKind: DeleteCharacter.DeleteKind) : TextBufferTransformation
InsertCharacter
Link copied to clipboard
common
class InsertCharacter(character: Char) : TextBufferTransformation
MoveCursor
Link copied to clipboard
common
class MoveCursor(direction: MovementDirection) : TextBufferTransformation