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