Interface TreeViewKeybindings

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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