|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--de.java_chess.javaChess.action.JavaChessAction | +--de.java_chess.javaChess.action.SaveGameAction | +--de.java_chess.javaChess.action.SaveGameAsAction
This class implements the action to save a game.
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 |
public SaveGameAsAction(GameNotation gameNotation)
gameNotation
- The notation of the game.Method Detail |
public void actionPerformed(java.awt.event.ActionEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |