de.java_chess.javaChess.action
Class SaveGameAsAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--de.java_chess.javaChess.action.JavaChessAction
              |
              +--de.java_chess.javaChess.action.SaveGameAction
                    |
                    +--de.java_chess.javaChess.action.SaveGameAsAction

public class SaveGameAsAction
extends SaveGameAction

This class implements the action to save a game.

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
SaveGameAsAction(GameNotation gameNotation)
          Create a new action instance.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          The actual action. event The event, that caused this action.
 
Methods inherited from class de.java_chess.javaChess.action.SaveGameAction
trySave
 
Methods inherited from class de.java_chess.javaChess.action.JavaChessAction
getName, getShortDescription
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveGameAsAction

public SaveGameAsAction(GameNotation gameNotation)
Create a new action instance.
Parameters:
gameNotation - The notation of the game.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
The actual action. event The event, that caused this action.
Overrides:
actionPerformed in class SaveGameAction