Class OptionRowEditor<T extends java.lang.Enum<T>>

  • All Implemented Interfaces:
    Changeable

    public class OptionRowEditor<T extends java.lang.Enum<T>>
    extends StyleAttributeEditor
    Option editor for attributes who have a small number of options: 2-5ish. The options will be displayed in a row of selectable labels.
    • Constructor Detail

      • OptionRowEditor

        public OptionRowEditor​(StyleAttribute attribute,
                               java.lang.Class<T> enumClass)