net.sourceforge.queryviewer.ui.event
Class QuitControler

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

public class QuitControler
extends AbstractControler

Action de fermer l'application. Created: Sat Jun 14 15:46:42 2003

Version:
$Id: QuitControler.java,v 1.2 2003/06/27 10:55:39 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
QuitControler(Query query)
          Création d'une action fermeture de connexion.
 
Method Summary
 void actionPerformed(ActionEvent action)
          Méthode héritée de ActionListener.
 
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

QuitControler

public QuitControler(Query query)
Création d'une action fermeture de connexion.

Parameters:
query - l'objet requête que l'on va ouvrir.
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


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