Class DefaultSelectableOnKeyEvent
-
- All Implemented Interfaces:
-
org.jetbrains.jewel.foundation.lazy.SelectableColumnOnKeyEvent
public class DefaultSelectableOnKeyEvent implements SelectableColumnOnKeyEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDefaultSelectableOnKeyEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final SelectableColumnKeybindingskeybindingspublic final static DefaultSelectableOnKeyEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description DefaultSelectableOnKeyEvent(SelectableColumnKeybindings keybindings)
-
Method Summary
Modifier and Type Method Description SelectableColumnKeybindingsgetKeybindings()-
Methods inherited from class org.jetbrains.jewel.foundation.lazy.SelectableColumnOnKeyEvent
onEdit, onExtendSelectionToFirst, onExtendSelectionToLastItem, onExtendSelectionWithNextItem, onExtendSelectionWithPreviousItem, onScrollPageDownAndExtendSelection, onScrollPageDownAndSelectItem, onScrollPageUpAndExtendSelection, onScrollPageUpAndSelectItem, onSelectAll, onSelectFirstItem, onSelectLastItem, onSelectNextItem, onSelectPreviousItem -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DefaultSelectableOnKeyEvent
DefaultSelectableOnKeyEvent(SelectableColumnKeybindings keybindings)
-
-
Method Detail
-
getKeybindings
SelectableColumnKeybindings getKeybindings()
-
-
-
-