![]() |
Gridarta Editor
|
An Action to toggle a GameObjectMatcher within a {}. More...
Public Member Functions | |
void | actionPerformed (@NotNull final ActionEvent e) |
boolean | isSelected () |
Gets the selected state. More... | |
Protected Member Functions | |
GameObjectMatcherToggleAction | clone () |
void | setSelected (final boolean selected) |
Sets the selected state. More... | |
Package Functions | |
GameObjectMatcherToggleAction (@NotNull final GameObjectMatcher gameObjectMatcher, @NotNull final MutableOrGameObjectMatcher mutableOrArchObjectMatcher) | |
Creates a new instance. More... | |
Private Attributes | |
final GameObjectMatcher | gameObjectMatcher |
The GameObjectMatcher to add / remove. More... | |
final MutableOrGameObjectMatcher | mutableOrArchObjectMatcher |
A MutableOrGameObjectMatcher to add / remove {} to. More... | |
boolean | selected |
Selected state. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
An Action to toggle a GameObjectMatcher within a {}.
Definition at line 141 of file ViewGameObjectMatcherManager.java.
|
package |
Creates a new instance.
gameObjectMatcher | the matcher to add / remove to / from |
mutableOrArchObjectMatcher | the MutableOrGameObjectMatcher
|
Definition at line 173 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.gameObjectMatcher, and net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.mutableOrArchObjectMatcher.
void net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.actionPerformed | ( | @NotNull final ActionEvent | e | ) |
Definition at line 179 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.selected, and net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.setSelected().
|
protected |
Definition at line 211 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.clone().
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.clone().
boolean net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.isSelected | ( | ) |
Gets the selected state.
Definition at line 205 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.selected.
|
protected |
Sets the selected state.
selected | the new selected state |
Definition at line 190 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.MutableOrGameObjectMatcher.addArchObjectMatcher(), net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.gameObjectMatcher, net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.mutableOrArchObjectMatcher, net.sf.gridarta.model.match.MutableOrGameObjectMatcher.removeArchObjectMatcher(), and net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.selected.
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.actionPerformed().
|
private |
The GameObjectMatcher to add / remove.
Definition at line 164 of file ViewGameObjectMatcherManager.java.
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.GameObjectMatcherToggleAction(), and net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.setSelected().
|
private |
A MutableOrGameObjectMatcher to add / remove {} to.
Definition at line 158 of file ViewGameObjectMatcherManager.java.
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.GameObjectMatcherToggleAction(), and net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.setSelected().
|
private |
Selected state.
Definition at line 151 of file ViewGameObjectMatcherManager.java.
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.actionPerformed(), net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.isSelected(), and net.sf.gridarta.model.match.ViewGameObjectMatcherManager.GameObjectMatcherToggleAction.setSelected().
|
staticprivate |
The serial version UID.
Definition at line 146 of file ViewGameObjectMatcherManager.java.