net.sourceforge.squirrel_sql.plugins.mysql.action
Class CheckTableAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
          extended by net.sourceforge.squirrel_sql.client.action.SquirrelAction
              extended by net.sourceforge.squirrel_sql.plugins.mysql.action.CheckTableAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, ISessionAction
Direct Known Subclasses:
CheckTableAction.ChangedCheckTableAction, CheckTableAction.ExtendedCheckTableAction, CheckTableAction.FastCheckTableAction, CheckTableAction.MediumCheckTableAction, CheckTableAction.QuickCheckTableAction

public class CheckTableAction
extends SquirrelAction
implements ISessionAction

This Action will run a "CHECK TABLE" over the currently selected tables.

Author:
Colin Bell
See Also:
Serialized Form

Nested Class Summary
static class CheckTableAction.ChangedCheckTableAction
           
static class CheckTableAction.ExtendedCheckTableAction
           
static class CheckTableAction.FastCheckTableAction
           
static class CheckTableAction.MediumCheckTableAction
           
static class CheckTableAction.QuickCheckTableAction
           
 
Nested classes/interfaces inherited from class net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
BaseAction.IBaseActionPropertyNames
 
Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.client.action.SquirrelAction
_app
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 void setSession(ISession session)
          Set the current session.
 
Methods inherited from class net.sourceforge.squirrel_sql.client.action.SquirrelAction
getApplication, getKeyStroke
 
Methods inherited from class net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
getParentFrame
 
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
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener

setSession

public void setSession(ISession session)
Set the current session.

Specified by:
setSession in interface ISessionAction
Parameters:
session - The current session.


Copyright © 2001-2013. All Rights Reserved.