net.sourceforge.queryviewer.ui.event
Class QueryControler

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--net.sourceforge.queryviewer.ui.event.AbstractControler
              |
              +--net.sourceforge.queryviewer.ui.event.QueryControler
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, PropertyChangeListener, Serializable

public class QueryControler
extends AbstractControler
implements PropertyChangeListener

Action d'exécuter une requête. Created: Sat Jun 14 15:46:42 2003

Version:
$Id: QueryControler.java,v 1.5 2003/06/27 10:55:20 avdyk Exp $
Author:
Arnaud Vandyck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.queryviewer.ui.event.AbstractControler
query, QUERY_PROPERTY, VIEW_INFO_PROPERTY, viewInfo
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
QueryControler(Query query)
          Création d'une action d'exécution d'une requête.
 
Method Summary
 void actionPerformed(ActionEvent action)
          Méthode héritée de ActionListener.
 void propertyChange(PropertyChangeEvent evt)
          Vérifie si la propriété connexion a changé.
 
Methods inherited from class net.sourceforge.queryviewer.ui.event.AbstractControler
getQuery, getViewInfo, setQuery, setViewInfo
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryControler

public QueryControler(Query query)
Création d'une action d'exécution d'une requête.

Parameters:
query - l'objet requête que l'on va fermer.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent action)
Description copied from class: AbstractControler
Méthode héritée de ActionListener.

Specified by:
actionPerformed in interface ActionListener
Specified by:
actionPerformed in class AbstractControler
Parameters:
action - l'action qui vient d'avoir lieu

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Vérifie si la propriété connexion a changé.

Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2003 STE-Formations Informatiques, FAPSE, ULg. All Rights Reserved.