Interface SelectableColumnKeybindings
-
- All Implemented Interfaces:
public interface SelectableColumnKeybindings
-
-
Method Summary
Modifier and Type Method Description abstract Boolean)>isContiguousSelectionKeyPressed(<Error class: unknown class> $self)abstract Boolean)>isContiguousSelectionKeyPressed(<Error class: unknown class> $self)abstract Boolean)>isMultiSelectionKeyPressed(<Error class: unknown class> $self)abstract Boolean)>isMultiSelectionKeyPressed(<Error class: unknown class> $self)abstract Boolean)>isSelectFirstItem(<Error class: unknown class> $self)Select First Node. abstract Boolean)>isExtendSelectionToFirstItem(<Error class: unknown class> $self)Extend Selection to First Node inherited from Move Caret to Text Start with Selection. abstract Boolean)>isSelectLastItem(<Error class: unknown class> $self)Select Last Node inherited from Move Caret to Text End. abstract Boolean)>isExtendSelectionToLastItem(<Error class: unknown class> $self)Extend Selection to Last Node inherited from Move Caret to Text End with Selection. abstract Boolean)>isSelectPreviousItem(<Error class: unknown class> $self)Select Previous Node inherited from Up. abstract Boolean)>isExtendSelectionWithPreviousItem(<Error class: unknown class> $self)Extend Selection with Previous Node inherited from Up with Selection. abstract Boolean)>isSelectNextItem(<Error class: unknown class> $self)Select Next Node inherited from Down. abstract Boolean)>isExtendSelectionWithNextItem(<Error class: unknown class> $self)Extend Selection with Next Node inherited from Down with Selection. abstract Boolean)>isScrollPageUpAndSelectItem(<Error class: unknown class> $self)Scroll Page Up and Select Node inherited from Page Up. abstract Boolean)>isScrollPageUpAndExtendSelection(<Error class: unknown class> $self)Scroll Page Up and Extend Selection inherited from Page Up with Selection. abstract Boolean)>isScrollPageDownAndSelectItem(<Error class: unknown class> $self)Scroll Page Down and Select Node inherited from Page Down. abstract Boolean)>isScrollPageDownAndExtendSelection(<Error class: unknown class> $self)Scroll Page Down and Extend Selection inherited from Page Down with Selection. abstract Boolean)>isEdit(<Error class: unknown class> $self)Edit item. abstract Boolean)>isSelectAll(<Error class: unknown class> $self)Select all items. -
-
Method Detail
-
isContiguousSelectionKeyPressed
abstract Boolean )>isContiguousSelectionKeyPressed(<Error class: unknown class> $self)
-
isContiguousSelectionKeyPressed
abstract Boolean )>isContiguousSelectionKeyPressed(<Error class: unknown class> $self)
-
isMultiSelectionKeyPressed
abstract Boolean )>isMultiSelectionKeyPressed(<Error class: unknown class> $self)
-
isMultiSelectionKeyPressed
abstract Boolean )>isMultiSelectionKeyPressed(<Error class: unknown class> $self)
-
isSelectFirstItem
abstract Boolean )>isSelectFirstItem(<Error class: unknown class> $self)
Select First Node.
-
isExtendSelectionToFirstItem
abstract Boolean )>isExtendSelectionToFirstItem(<Error class: unknown class> $self)
Extend Selection to First Node inherited from Move Caret to Text Start with Selection.
-
isSelectLastItem
abstract Boolean )>isSelectLastItem(<Error class: unknown class> $self)
Select Last Node inherited from Move Caret to Text End.
-
isExtendSelectionToLastItem
abstract Boolean )>isExtendSelectionToLastItem(<Error class: unknown class> $self)
Extend Selection to Last Node inherited from Move Caret to Text End with Selection.
-
isSelectPreviousItem
abstract Boolean )>isSelectPreviousItem(<Error class: unknown class> $self)
Select Previous Node inherited from Up.
-
isExtendSelectionWithPreviousItem
abstract Boolean )>isExtendSelectionWithPreviousItem(<Error class: unknown class> $self)
Extend Selection with Previous Node inherited from Up with Selection.
-
isSelectNextItem
abstract Boolean )>isSelectNextItem(<Error class: unknown class> $self)
Select Next Node inherited from Down.
-
isExtendSelectionWithNextItem
abstract Boolean )>isExtendSelectionWithNextItem(<Error class: unknown class> $self)
Extend Selection with Next Node inherited from Down with Selection.
-
isScrollPageUpAndSelectItem
abstract Boolean )>isScrollPageUpAndSelectItem(<Error class: unknown class> $self)
Scroll Page Up and Select Node inherited from Page Up.
-
isScrollPageUpAndExtendSelection
abstract Boolean )>isScrollPageUpAndExtendSelection(<Error class: unknown class> $self)
Scroll Page Up and Extend Selection inherited from Page Up with Selection.
-
isScrollPageDownAndSelectItem
abstract Boolean )>isScrollPageDownAndSelectItem(<Error class: unknown class> $self)
Scroll Page Down and Select Node inherited from Page Down.
-
isScrollPageDownAndExtendSelection
abstract Boolean )>isScrollPageDownAndExtendSelection(<Error class: unknown class> $self)
Scroll Page Down and Extend Selection inherited from Page Down with Selection.
-
isSelectAll
abstract Boolean )>isSelectAll(<Error class: unknown class> $self)
Select all items.
-
-
-
-