net.sourceforge.squirrel_sql.plugins.dataimport.action
Class ImportTableDataAction
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.dataimport.action.ImportTableDataAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, ISessionAction
public class ImportTableDataAction
- extends SquirrelAction
- implements ISessionAction
An action to import table data from a file.
- Author:
- Thorsten Mürell
- 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 |
ImportTableDataAction
public ImportTableDataAction(IApplication app,
IResources resources)
- The standard constructor.
- Parameters:
app - The applicationresources - The resources to work with
setSession
public void setSession(ISession session)
- Sets the session.
- Specified by:
setSession in interface ISessionAction
- Parameters:
session - The session
actionPerformed
public void actionPerformed(ActionEvent ev)
- This method is the actual action method.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
ev - The action event
Copyright © 2001-2011. All Rights Reserved.