Example usage for Java javafx.scene.control SelectionMode fields, constructors, methods, implement or subclass
The text is from its open source code.
SelectionMode | SINGLE Allows for only one item to be selected at a time. |
SelectionMode | MULTIPLE Allows for one or more contiguous range of indices to be selected at a time. |