Gridarta Editor
|
Public Member Functions | |
void | actionPerformed (@NotNull final ActionEvent e) |
Protected Member Functions | |
ResetAction | clone () |
Package Functions | |
ResetAction (@NotNull final Iterable<? extends GameObjectMatcherToggleAction > actions) | |
Private Attributes | |
final Iterable<? extends GameObjectMatcherToggleAction > | actions |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The reset action.
Definition at line 97 of file ViewGameObjectMatcherManager.java.
|
package |
Creates a new instance.
actions | the Action
|
Definition at line 114 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.actions.
void net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.actionPerformed | ( | @NotNull final ActionEvent | e | ) |
Definition at line 119 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.actions.
|
protected |
Definition at line 127 of file ViewGameObjectMatcherManager.java.
References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.clone().
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.clone().
|
private |
The actions to reset.
Definition at line 108 of file ViewGameObjectMatcherManager.java.
Referenced by net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.actionPerformed(), and net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.ResetAction().
|
staticprivate |
The serial version UID.
Definition at line 102 of file ViewGameObjectMatcherManager.java.