net.sourceforge.squirrel_sql.plugins.mysql.action
Class ExplainTableAction
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.squirrel_sql.fw.gui.action.BaseAction
net.sourceforge.squirrel_sql.client.action.SquirrelAction
net.sourceforge.squirrel_sql.plugins.mysql.action.ExplainTableAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, ISessionAction
public class ExplainTableAction
- extends SquirrelAction
- implements ISessionAction
This Action will run a "EXPLAIN TABLE" over the
currently selected tables.
- Author:
- Colin Bell
- See Also:
- Serialized Form
| Fields inherited from class net.sourceforge.squirrel_sql.client.action.SquirrelAction |
_app |
| 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 |
ExplainTableAction
public ExplainTableAction(IApplication app,
IResources resources,
MysqlPlugin plugin)
- Ctor.
- Parameters:
app - Application API.resources - Plugins resources.plugin - This plugin.
- Throws:
IllegalArgumentException - Thrown if a?null IApplication,
Resources or MysqlPlugin passed.
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.