net.sourceforge.toscanaj.gui.action
Class CheckContextConsistencyAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bynet.sourceforge.toscanaj.gui.action.CheckContextConsistencyAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, org.tockit.events.EventBrokerListener, java.util.EventListener, java.io.Serializable

public class CheckContextConsistencyAction
extends javax.swing.AbstractAction
implements org.tockit.events.EventBrokerListener

See Also:
Serialized Form

Field Summary
 
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
CheckContextConsistencyAction(ConceptualSchema conceptualSchema, DatabaseConnection databaseConnection, java.awt.Frame parent, org.tockit.events.EventBroker eventBroker)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void processEvent(org.tockit.events.Event event)
           
 
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

CheckContextConsistencyAction

public CheckContextConsistencyAction(ConceptualSchema conceptualSchema,
                                     DatabaseConnection databaseConnection,
                                     java.awt.Frame parent,
                                     org.tockit.events.EventBroker eventBroker)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

processEvent

public void processEvent(org.tockit.events.Event event)
Specified by:
processEvent in interface org.tockit.events.EventBrokerListener


The ToscanaJ project