public class ViewGameObjectMatcherManager
extends java.lang.Object
GameObjectMatchers
.Constructor and Description |
---|
ViewGameObjectMatcherManager(@NotNull MutableOrGameObjectMatcher mutableOrGameObjectMatcher)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull javax.swing.Action |
addArchObjectMatcher(@NotNull GameObjectMatcher gameObjectMatcher)
Adds a
GameObjectMatcher . |
@NotNull java.util.List<? extends javax.swing.Action> |
getAllActions()
Gets all actions.
|
@NotNull javax.swing.Action |
getResetAction()
Gets the reset action.
|
public ViewGameObjectMatcherManager(@NotNull @NotNull MutableOrGameObjectMatcher mutableOrGameObjectMatcher)
mutableOrGameObjectMatcher
- the MutableOrGameObjectMatcher
to manipulate@NotNull public @NotNull javax.swing.Action addArchObjectMatcher(@NotNull @NotNull GameObjectMatcher gameObjectMatcher)
GameObjectMatcher
.gameObjectMatcher
- the GameObjectMatcher
to addAction
created for toggling gameObjectMatcher
@NotNull public @NotNull java.util.List<? extends javax.swing.Action> getAllActions()
@NotNull public @NotNull javax.swing.Action getResetAction()