BackspaceCommand


Represents a backspace operation at the cursor position.

If there is composition, delete the text in the composition range. If there is no composition but there is selection, delete whole selected range. If there is no composition and selection, perform backspace key event at the cursor position.

Summary

Public constructors

Cmn

Public functions

open Unit

Apply the command on the editing buffer.

Cmn
open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public constructors

BackspaceCommand

BackspaceCommand()

Public functions

applyTo

open fun applyTo(buffer: EditingBuffer): Unit

Apply the command on the editing buffer.

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String