|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectreset.SaveStack
Cette classe est la classe qui gere la sauvegarde d'une pile. Cette classe implemente la classe actionListener, c'est donc elle qui servira a gerer les evenements des boutons qu'elle contient.
Field Summary | |
(package private) StackInterface |
itf
|
Constructor Summary | |
SaveStack(StackInterface itf)
Cree le bouton de sauvegarde de la pile |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent args)
Cree l'action resultante a partir d'une action effectue sur le bouton de sauvegarde d'une pile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
StackInterface itf
Constructor Detail |
public SaveStack(StackInterface itf)
SaveStack(reset.StackInterface)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent args)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |