- All Known Implementing Classes:
Window
public interface SelectableNode
A node must implement this interface to be selectable. Usually, nodes/windows
are selected via selection rectangle gesture.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
requestSelection
(boolean select) Requests selection/deselection.
-
Method Details
-
requestSelection
boolean requestSelection(boolean select) Requests selection/deselection.- Parameters:
select
- defines whether to select or deselect the node- Returns:
true
if request is accepted;false
otherwise
-