All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.palexdev.mfxcore.enums.SelectionMode Maven / Gradle / Ivy

There is a newer version: 11.26.0
Show newest version
package io.github.palexdev.mfxcore.enums;

/**
 * Enumeration to distinguish between the two common selection modes, SINGLE and MULTIPLE.
 */
public enum SelectionMode {
    SINGLE,
    MULTIPLE,
    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy