|
Gridarta Editor
|
Manages GameObjectMatchers. More...
Collaboration diagram for net.sf.gridarta.model.match.ViewGameObjectMatcherManager:Classes | |
| class | GameObjectMatcherToggleAction |
| An Action to toggle an GameObjectMatcher within an MutableOrGameObjectMatcher. More... | |
| class | ResetAction |
| The reset action. More... | |
Public Member Functions | |
| Action | addArchObjectMatcher (@NotNull final GameObjectMatcher gameObjectMatcher) |
| Adds an GameObjectMatcher. More... | |
| List<? extends Action > | getAllActions () |
| Gets all actions. More... | |
| Action | getResetAction () |
| Gets the reset action. More... | |
| ViewGameObjectMatcherManager (@NotNull final MutableOrGameObjectMatcher mutableOrGameObjectMatcher) | |
| Creates a new instance. More... | |
Private Attributes | |
| final List< GameObjectMatcherToggleAction > | actions = new ArrayList<>() |
| The actions. More... | |
| final MutableOrGameObjectMatcher | mutableOrGameObjectMatcher |
| The MutableOrGameObjectMatcher that is manipulated by the actions. More... | |
| final Action | resetAction = new ResetAction(Collections.unmodifiableList(actions)) |
| The reset action. More... | |
Manages GameObjectMatchers.
Definition at line 34 of file ViewGameObjectMatcherManager.java.
| net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ViewGameObjectMatcherManager | ( | @NotNull final MutableOrGameObjectMatcher | mutableOrGameObjectMatcher | ) |
Creates a new instance.
| mutableOrGameObjectMatcher | the MutableOrGameObjectMatcher |
Definition at line 60 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.mutableOrGameObjectMatcher.
| Action net.sf.gridarta.model.match.ViewGameObjectMatcherManager.addArchObjectMatcher | ( | @NotNull final GameObjectMatcher | gameObjectMatcher | ) |
Adds an GameObjectMatcher.
| gameObjectMatcher | the GameObjectMatcher |
Definition at line 70 of file ViewGameObjectMatcherManager.java.
| List<? extends Action> net.sf.gridarta.model.match.ViewGameObjectMatcherManager.getAllActions | ( | ) |
Gets all actions.
Definition at line 81 of file ViewGameObjectMatcherManager.java.
| Action net.sf.gridarta.model.match.ViewGameObjectMatcherManager.getResetAction | ( | ) |
Gets the reset action.
Definition at line 90 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.resetAction.
|
private |
The actions.
Definition at line 47 of file ViewGameObjectMatcherManager.java.
|
private |
The MutableOrGameObjectMatcher that is manipulated by the actions.
Definition at line 41 of file ViewGameObjectMatcherManager.java.
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ViewGameObjectMatcherManager().
|
private |
The reset action.
Definition at line 53 of file ViewGameObjectMatcherManager.java.
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.getResetAction().