Interface TreeViewKeybindings
-
- All Implemented Interfaces:
-
org.jetbrains.jewel.foundation.lazy.SelectableColumnKeybindings
public interface TreeViewKeybindings implements SelectableColumnKeybindings
-
-
Method Summary
Modifier and Type Method Description abstract Boolean)>isSelectParent(<Error class: unknown class> $self)Select Parent Node. abstract Boolean)>isExtendSelectionToParent(<Error class: unknown class> $self)Extend Selection to Parent Node inherited from Left with Selection. abstract Boolean)>isSelectChild(<Error class: unknown class> $self)Select Child Node inherited from Right. abstract Boolean)>isExtendSelectionToChild(<Error class: unknown class> $self)Extend Selection to Child Node inherited from Right with Selection. abstract Boolean)>isSelectNextSibling(<Error class: unknown class> $self)Select Next Sibling Node. abstract Boolean)>isSelectPreviousSibling(<Error class: unknown class> $self)Select Previous Sibling Node. -
Methods inherited from class org.jetbrains.jewel.foundation.lazy.SelectableColumnKeybindings
isContiguousSelectionKeyPressed, isContiguousSelectionKeyPressed, isEdit, isExtendSelectionToFirstItem, isExtendSelectionToLastItem, isExtendSelectionWithNextItem, isExtendSelectionWithPreviousItem, isMultiSelectionKeyPressed, 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
abstract Boolean )>isSelectParent(<Error class: unknown class> $self)
Select Parent Node.
-
isExtendSelectionToParent
abstract Boolean )>isExtendSelectionToParent(<Error class: unknown class> $self)
Extend Selection to Parent Node inherited from Left with Selection.
-
isSelectChild
abstract Boolean )>isSelectChild(<Error class: unknown class> $self)
Select Child Node inherited from Right.
-
isExtendSelectionToChild
abstract Boolean )>isExtendSelectionToChild(<Error class: unknown class> $self)
Extend Selection to Child Node inherited from Right with Selection.
-
isSelectNextSibling
abstract Boolean )>isSelectNextSibling(<Error class: unknown class> $self)
Select Next Sibling Node.
-
isSelectPreviousSibling
abstract Boolean )>isSelectPreviousSibling(<Error class: unknown class> $self)
Select Previous Sibling Node.
-
-
-
-