20 package net.sf.gridarta.model.match;
22 import java.awt.event.ActionEvent;
23 import java.util.ArrayList;
24 import java.util.Collections;
25 import java.util.List;
26 import javax.swing.AbstractAction;
27 import javax.swing.Action;
28 import org.jetbrains.annotations.NotNull;
47 private final List<GameObjectMatcherToggleAction>
actions =
new ArrayList<>();
82 return Collections.unmodifiableList(
actions);
108 private final Iterable<? extends GameObjectMatcherToggleAction>
actions;
121 action.setSelected(
false);
130 }
catch (
final CloneNotSupportedException ex) {
131 throw new AssertionError(ex);
214 }
catch (
final CloneNotSupportedException ex) {
215 throw new AssertionError(ex);