Uses of Class
reset.StackInterface

Uses of StackInterface in reset
 

Fields in reset declared as StackInterface
(package private)  StackInterface MySAXApp.itf
           
(package private)  StackInterface SaveStack.itf
           
(package private)  StackInterface RmfStack.itf
           
(package private)  StackInterface OpenStack.itf
           
(package private)  StackInterface NewStack.itf
           
(package private)  StackInterface Exit.itf
           
(package private)  StackInterface DisplayTop.itf
           
(package private)  StackInterface AddtoStack.itf
           
 

Methods in reset with parameters of type StackInterface
 void Reader.starter(java.lang.String file, StackInterface itf)
          Lecture et conversion du fichier xml en entree.
 

Constructors in reset with parameters of type StackInterface
MySAXApp(StackInterface itf)
           
SaveStack(StackInterface itf)
          Cree le bouton de sauvegarde de la pile
RmfStack(StackInterface itf)
          Cree le bouton d'elimination
OpenStack(StackInterface itf)
          Cree le bouton de ouverture d'un fichier.
NewStack(StackInterface itf)
          Cree le bouton pour creer une nouvelle pile
Exit(StackInterface itf)
          Methode de sortie de l'application
DisplayTop(StackInterface itf)
          Cree le bouton d'affichage tu sommet de pile
AddtoStack(StackInterface itf)
          Methode d'ajout au stack.