TextBufferTransformation

interface TextBufferTransformation

A TextBufferTransformation is a Command pattern for modifying EditableTextBuffers.

Functions

applyTo
Link copied to clipboard
common
abstract fun applyTo(buffer: EditableTextBuffer)
Applies this transformation to the given text buffer.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

AddRowBreak
Link copied to clipboard
DeleteCharacter
Link copied to clipboard
InsertCharacter
Link copied to clipboard
MoveCursor
Link copied to clipboard

Sources

(source)
Link copied to clipboard