Gridarta Editor
Public Member Functions | Protected Member Functions | Package Functions | Private Attributes | Static Private Attributes | List of all members
net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction Class Reference
Inheritance diagram for net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction:
Inheritance graph
Collaboration diagram for net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction:
Collaboration graph

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 GameObjectMatcherToggleActionactions
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

The reset action.

Definition at line 97 of file ViewGameObjectMatcherManager.java.

Constructor & Destructor Documentation

◆ ResetAction()

net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.ResetAction ( @NotNull final Iterable<? extends GameObjectMatcherToggleAction actions)
package

Creates a new instance.

Parameters
actionsthe
Action
s to reset

Definition at line 114 of file ViewGameObjectMatcherManager.java.

References net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.actions.

Member Function Documentation

◆ actionPerformed()

void net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.actionPerformed ( @NotNull final ActionEvent  e)

◆ clone()

ResetAction net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.clone ( )
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().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ actions

final Iterable<? extends GameObjectMatcherToggleAction> net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.actions
private

◆ serialVersionUID

final long net.sf.gridarta.model.match.ViewGameObjectMatcherManager.ResetAction.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 102 of file ViewGameObjectMatcherManager.java.


The documentation for this class was generated from the following file: