public class SetEnabledAction
extends javax.swing.AbstractAction
GameObjectMatcher from this a MutableOrGameObjectMatcher.| Constructor and Description |
|---|
SetEnabledAction(@NotNull MutableOrGameObjectMatcher mutableOrGameObjectMatcher,
@NotNull GameObjectMatcher gameObjectMatcher)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(@NotNull java.awt.event.ActionEvent e) |
@NotNull SetEnabledAction |
clone() |
public SetEnabledAction(@NotNull
@NotNull MutableOrGameObjectMatcher mutableOrGameObjectMatcher,
@NotNull
@NotNull GameObjectMatcher gameObjectMatcher)
mutableOrGameObjectMatcher - the MutableOrGameObjectMatcher
to add to / remove fromgameObjectMatcher - the ArchGameObjectMatcher to be added /
removedpublic void actionPerformed(@NotNull
@NotNull java.awt.event.ActionEvent e)
@NotNull public @NotNull SetEnabledAction clone()
clone in class javax.swing.AbstractAction