Interface CycleButton.ValueListSupplier<T>
- Enclosing class:
CycleButton<T>
public static interface CycleButton.ValueListSupplier<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CycleButton.ValueListSupplier
<T> create
(Collection<T> pValues) static <T> CycleButton.ValueListSupplier
<T> create
(BooleanSupplier pAltListSelector, List<T> pDefaultList, List<T> pSelectedList)
-
Method Details
-
getSelectedList
-
getDefaultList
-
create
-
create
static <T> CycleButton.ValueListSupplier<T> create(BooleanSupplier pAltListSelector, List<T> pDefaultList, List<T> pSelectedList)
-