Interface BuiltinSelector
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyNext
(@Nullable WidgetInstance element, @NotNull BuiltinSelector selector, Consumer<WidgetInstance> consumer) @Nullable Selector
next()
default void
select
(@Nullable WidgetInstance element, Consumer<@NotNull WidgetInstance> consumer) Methods inherited from interface dev.pfaff.altargui.selector.Selector
selectAll, selectFirst, selectSingle
-
Method Details
-
applyNext
static void applyNext(@Nullable @Nullable WidgetInstance element, @NotNull @NotNull BuiltinSelector selector, Consumer<WidgetInstance> consumer) -
next
-
select
default void select(@Nullable @Nullable WidgetInstance element, Consumer<@NotNull WidgetInstance> consumer)
-