Class DefaultSelectableColumnKeybindings
-
- All Implemented Interfaces:
-
org.jetbrains.jewel.foundation.lazy.SelectableColumnKeybindings
public class DefaultSelectableColumnKeybindings implements SelectableColumnKeybindings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDefaultSelectableColumnKeybindings.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisContiguousSelectionKeyPressedprivate final BooleanisContiguousSelectionKeyPressedprivate final BooleanisMultiSelectionKeyPressedprivate final BooleanisMultiSelectionKeyPressedprivate final BooleanisSelectFirstItemprivate final BooleanisExtendSelectionToFirstItemprivate final BooleanisSelectLastItemprivate final BooleanisExtendSelectionToLastItemprivate final BooleanisSelectPreviousItemprivate final BooleanisExtendSelectionWithPreviousItemprivate final BooleanisSelectNextItemprivate final BooleanisExtendSelectionWithNextItemprivate final BooleanisScrollPageUpAndSelectItemprivate final BooleanisScrollPageUpAndExtendSelectionprivate final BooleanisScrollPageDownAndSelectItemprivate final BooleanisScrollPageDownAndExtendSelectionprivate final BooleanisEditprivate final BooleanisSelectAllpublic final static DefaultSelectableColumnKeybindings.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description DefaultSelectableColumnKeybindings()
-
Method Summary
Modifier and Type Method Description BooleanisContiguousSelectionKeyPressed(<Error class: unknown class> $self)BooleanisContiguousSelectionKeyPressed(<Error class: unknown class> $self)BooleanisMultiSelectionKeyPressed(<Error class: unknown class> $self)BooleanisMultiSelectionKeyPressed(<Error class: unknown class> $self)BooleanisSelectFirstItem(<Error class: unknown class> $self)Select First Node. BooleanisExtendSelectionToFirstItem(<Error class: unknown class> $self)Extend Selection to First Node inherited from Move Caret to Text Start with Selection. BooleanisSelectLastItem(<Error class: unknown class> $self)Select Last Node inherited from Move Caret to Text End. BooleanisExtendSelectionToLastItem(<Error class: unknown class> $self)Extend Selection to Last Node inherited from Move Caret to Text End with Selection. BooleanisSelectPreviousItem(<Error class: unknown class> $self)Select Previous Node inherited from Up. BooleanisExtendSelectionWithPreviousItem(<Error class: unknown class> $self)Extend Selection with Previous Node inherited from Up with Selection. BooleanisSelectNextItem(<Error class: unknown class> $self)Select Next Node inherited from Down. BooleanisExtendSelectionWithNextItem(<Error class: unknown class> $self)Extend Selection with Next Node inherited from Down with Selection. BooleanisScrollPageUpAndSelectItem(<Error class: unknown class> $self)Scroll Page Up and Select Node inherited from Page Up. BooleanisScrollPageUpAndExtendSelection(<Error class: unknown class> $self)Scroll Page Up and Extend Selection inherited from Page Up with Selection. BooleanisScrollPageDownAndSelectItem(<Error class: unknown class> $self)Scroll Page Down and Select Node inherited from Page Down. BooleanisScrollPageDownAndExtendSelection(<Error class: unknown class> $self)Scroll Page Down and Extend Selection inherited from Page Down with Selection. BooleanisEdit(<Error class: unknown class> $self)Edit item. BooleanisSelectAll(<Error class: unknown class> $self)Select all items. -
-
Method Detail
-
isContiguousSelectionKeyPressed
Boolean isContiguousSelectionKeyPressed(<Error class: unknown class> $self)
-
isContiguousSelectionKeyPressed
Boolean isContiguousSelectionKeyPressed(<Error class: unknown class> $self)
-
isMultiSelectionKeyPressed
Boolean isMultiSelectionKeyPressed(<Error class: unknown class> $self)
-
isMultiSelectionKeyPressed
Boolean isMultiSelectionKeyPressed(<Error class: unknown class> $self)
-
isSelectFirstItem
Boolean isSelectFirstItem(<Error class: unknown class> $self)
Select First Node.
-
isExtendSelectionToFirstItem
Boolean isExtendSelectionToFirstItem(<Error class: unknown class> $self)
Extend Selection to First Node inherited from Move Caret to Text Start with Selection.
-
isSelectLastItem
Boolean isSelectLastItem(<Error class: unknown class> $self)
Select Last Node inherited from Move Caret to Text End.
-
isExtendSelectionToLastItem
Boolean isExtendSelectionToLastItem(<Error class: unknown class> $self)
Extend Selection to Last Node inherited from Move Caret to Text End with Selection.
-
isSelectPreviousItem
Boolean isSelectPreviousItem(<Error class: unknown class> $self)
Select Previous Node inherited from Up.
-
isExtendSelectionWithPreviousItem
Boolean isExtendSelectionWithPreviousItem(<Error class: unknown class> $self)
Extend Selection with Previous Node inherited from Up with Selection.
-
isSelectNextItem
Boolean isSelectNextItem(<Error class: unknown class> $self)
Select Next Node inherited from Down.
-
isExtendSelectionWithNextItem
Boolean isExtendSelectionWithNextItem(<Error class: unknown class> $self)
Extend Selection with Next Node inherited from Down with Selection.
-
isScrollPageUpAndSelectItem
Boolean isScrollPageUpAndSelectItem(<Error class: unknown class> $self)
Scroll Page Up and Select Node inherited from Page Up.
-
isScrollPageUpAndExtendSelection
Boolean isScrollPageUpAndExtendSelection(<Error class: unknown class> $self)
Scroll Page Up and Extend Selection inherited from Page Up with Selection.
-
isScrollPageDownAndSelectItem
Boolean isScrollPageDownAndSelectItem(<Error class: unknown class> $self)
Scroll Page Down and Select Node inherited from Page Down.
-
isScrollPageDownAndExtendSelection
Boolean isScrollPageDownAndExtendSelection(<Error class: unknown class> $self)
Scroll Page Down and Extend Selection inherited from Page Down with Selection.
-
isSelectAll
Boolean isSelectAll(<Error class: unknown class> $self)
Select all items.
-
-
-
-