Class DefaultTreeViewKeybindings
-
- All Implemented Interfaces:
-
org.jetbrains.jewel.foundation.lazy.SelectableColumnKeybindings,org.jetbrains.jewel.foundation.lazy.tree.TreeViewKeybindings
public class DefaultTreeViewKeybindings extends DefaultSelectableColumnKeybindings implements TreeViewKeybindings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDefaultTreeViewKeybindings.Companion
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DefaultTreeViewKeybindings()
-
Method Summary
Modifier and Type Method Description BooleanisSelectParent(<Error class: unknown class> $self)Select Parent Node. BooleanisExtendSelectionToParent(<Error class: unknown class> $self)Extend Selection to Parent Node inherited from Left with Selection. BooleanisSelectChild(<Error class: unknown class> $self)Select Child Node inherited from Right. BooleanisExtendSelectionToChild(<Error class: unknown class> $self)Extend Selection to Child Node inherited from Right with Selection. BooleanisSelectNextSibling(<Error class: unknown class> $self)Select Next Sibling Node. BooleanisSelectPreviousSibling(<Error class: unknown class> $self)Select Previous Sibling Node. BooleanisEdit(<Error class: unknown class> $self)Edit item. -
Methods inherited from class org.jetbrains.jewel.foundation.lazy.DefaultSelectableColumnKeybindings
isContiguousSelectionKeyPressed, isExtendSelectionToFirstItem, isExtendSelectionToLastItem, isExtendSelectionWithNextItem, isExtendSelectionWithPreviousItem, isMultiSelectionKeyPressed, isScrollPageDownAndExtendSelection, isScrollPageDownAndSelectItem, isScrollPageUpAndExtendSelection, isScrollPageUpAndSelectItem, isSelectAll, isSelectFirstItem, isSelectLastItem, isSelectNextItem, isSelectPreviousItem -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isSelectParent
Boolean isSelectParent(<Error class: unknown class> $self)
Select Parent Node.
-
isExtendSelectionToParent
Boolean isExtendSelectionToParent(<Error class: unknown class> $self)
Extend Selection to Parent Node inherited from Left with Selection.
-
isSelectChild
Boolean isSelectChild(<Error class: unknown class> $self)
Select Child Node inherited from Right.
-
isExtendSelectionToChild
Boolean isExtendSelectionToChild(<Error class: unknown class> $self)
Extend Selection to Child Node inherited from Right with Selection.
-
isSelectNextSibling
Boolean isSelectNextSibling(<Error class: unknown class> $self)
Select Next Sibling Node.
-
isSelectPreviousSibling
Boolean isSelectPreviousSibling(<Error class: unknown class> $self)
Select Previous Sibling Node.
-
-
-
-