net.sourceforge.toscanaj.gui.action
Class CheckContextConsistencyAction
java.lang.Object
javax.swing.AbstractAction
net.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
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 |
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 |
CheckContextConsistencyAction
public CheckContextConsistencyAction(ConceptualSchema conceptualSchema,
DatabaseConnection databaseConnection,
java.awt.Frame parent,
org.tockit.events.EventBroker eventBroker)
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