Properties

Link copied to clipboard
Link copied to clipboard
open val PointerKeyboardModifiers.isKeyboardMultiSelectionKeyPressed: Boolean

Functions

Link copied to clipboard
abstract fun KeyEvent.edit(): Boolean?

Edit item

Link copied to clipboard
abstract fun KeyEvent.extendSelectionToChild(): Boolean?

Extend Selection to Child Node inherited from Right with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionToFirstItem(): Boolean?

Extend Selection to First Node inherited from Move Caret to Text Start with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionToLastItem(): Boolean?

Extend Selection to Last Node inherited from Move Caret to Text End with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionToParent(): Boolean?

Extend Selection to Parent Node inherited from Left with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionWithNextItem(): Boolean?

Extend Selection with Next Node inherited from Down with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionWithPreviousItem(): Boolean?

Extend Selection with Previous Node inherited from Up with Selection

Link copied to clipboard
abstract fun KeyEvent.scrollPageDownAndExtendSelection(): Boolean?

Scroll Page Down and Extend Selection inherited from Page Down with Selection

Link copied to clipboard
abstract fun KeyEvent.scrollPageDownAndSelectItem(): Boolean?

Scroll Page Down and Select Node inherited from Page Down

Link copied to clipboard
abstract fun KeyEvent.scrollPageUpAndExtendSelection(): Boolean?

Scroll Page Up and Extend Selection inherited from Page Up with Selection

Link copied to clipboard
abstract fun KeyEvent.scrollPageUpAndSelectItem(): Boolean?

Scroll Page Up and Select Node inherited from Page Up

Link copied to clipboard
abstract fun KeyEvent.selectAll(): Boolean?

SelectAll

Link copied to clipboard
abstract fun KeyEvent.selectChild(): Boolean?

Select Child Node inherited from Right

Link copied to clipboard
abstract fun KeyEvent.selectFirstItem(): Boolean?

Select First Node

Link copied to clipboard
abstract fun KeyEvent.selectLastItem(): Boolean?

Select Last Node inherited from Move Caret to Text End

Link copied to clipboard
abstract fun KeyEvent.selectNextItem(): Boolean?

Select Next Node inherited from Down

Link copied to clipboard
abstract fun KeyEvent.selectNextSibling(): Boolean?

Select Next Sibling Node

Link copied to clipboard
abstract fun KeyEvent.selectParent(): Boolean?

Select Parent Node

Link copied to clipboard
abstract fun KeyEvent.selectPreviousItem(): Boolean?

Select Previous Node inherited from Up

Link copied to clipboard
abstract fun KeyEvent.selectPreviousSibling(): Boolean?

Select Previous Sibling Node