Java javafx.scene.control SelectionMode fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control SelectionMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control SelectionMode.

The text is from its open source code.

Field

SelectionModeSINGLE
Allows for only one item to be selected at a time.
SelectionModeMULTIPLE
Allows for one or more contiguous range of indices to be selected at a time.