Class Select

java.lang.Object
com.marginallyclever.donatello.select.Select
Direct Known Subclasses:
SelectBoolean, SelectButton, SelectColor, SelectDouble, SelectFile, SelectInteger, SelectOneOfMany, SelectPassword, SelectRandomSeed, SelectReadOnlyText, SelectSlider, SelectSpinner, SelectTextArea, SelectTextField, SelectToggleButton

public abstract class Select extends Object
Base class for all Select. A Select is a UI panel item the user can control. This system provides consistent look and behavior across all elements in the app.
Since:
7.24.0
Author:
Dan Royer