net.sourceforge.squirrel_sql.plugins.oracle.sqlloader.control
Class GenerateControlFileAction

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.oracle.sqlloader.control.GenerateControlFileAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class GenerateControlFileAction
extends SquirrelAction

Action to generate a SQL*Loader control file for the tables selected in the objects tree.

Author:
Jos� David Moreno Ju�rez
See Also:
Serialized Form

Nested Class Summary
 
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
 
Constructor Summary
GenerateControlFileAction(IApplication application)
          Creates a new GenerateControlFileAction for the specified application.
GenerateControlFileAction(IApplication application, Resources resources)
          Creates a new GenerateControlFileAction with the specified application and resources file.
GenerateControlFileAction(IApplication application, Resources properties, ISession session)
          Creates a new GenerateControlFileAction with the specified application, resources file and session.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
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
 

Constructor Detail

GenerateControlFileAction

public GenerateControlFileAction(IApplication application)
Creates a new GenerateControlFileAction for the specified application.

Parameters:
application - the application

GenerateControlFileAction

public GenerateControlFileAction(IApplication application,
                                 Resources resources)
Creates a new GenerateControlFileAction with the specified application and resources file.

Parameters:
application - the application
resources - resources file to get plugin's configuration values

GenerateControlFileAction

public GenerateControlFileAction(IApplication application,
                                 Resources properties,
                                 ISession session)
Creates a new GenerateControlFileAction with the specified application, resources file and session.

Parameters:
application - the application
properties - resources file to get plugin's configuration values
session - session
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)


Copyright © 2001-2010. All Rights Reserved.