Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class SendMessage

java.lang.Object
  |
  +--SendMessage

public class SendMessage
extends java.lang.Object
this class is used to send messages from the main window to the controleur and search implementation


Constructor Summary
SendMessage(java.lang.String commande, java.lang.String chaineDeRecherche, java.util.Vector listeDeRecherche, boolean recursif, boolean casse)
           
 
Method Summary
boolean getCasse()
           
java.lang.String getChaineDeRecherche()
           
java.lang.String getCommande()
           
java.util.Vector getListeDeRecherche()
           
boolean getRecursif()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

SendMessage

public SendMessage(java.lang.String commande,
                   java.lang.String chaineDeRecherche,
                   java.util.Vector listeDeRecherche,
                   boolean recursif,
                   boolean casse)
Method Detail

getListeDeRecherche

public java.util.Vector getListeDeRecherche()

getChaineDeRecherche

public java.lang.String getChaineDeRecherche()

getCommande

public java.lang.String getCommande()

getCasse

public boolean getCasse()

getRecursif

public boolean getRecursif()

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD