net.sourceforge.squirrel_sql.plugins.oracle.sqlloader.control
Class GenerateControlFileActionListener
java.lang.Object
net.sourceforge.squirrel_sql.plugins.oracle.sqlloader.control.GenerateControlFileActionListener
- All Implemented Interfaces:
- ActionListener, EventListener
public class GenerateControlFileActionListener
- extends Object
- implements ActionListener
ActionListener for the Generate button.
It calls the control file generating class.
- Author:
- Jos� David Moreno Ju�rez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateControlFileActionListener
public GenerateControlFileActionListener(JTextField stringDelimitatorTextfield,
JTextField fieldSeparatorTextfield,
JRadioButton appendRadioButton,
JTextField controlFileTextfield,
ISession session)
- Creates a new instance of the
GenerateControlFileActionListener
class.
It receives the session and the UI components needed to get the settings
for the control file generation.
- Parameters:
stringDelimitatorTextfield - text box with the string delimitatorfieldSeparatorTextfield - text box with the field separatorappendRadioButton - radio button for the append settingcontrolFileTextfield - text box with the directory namesession - database session
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed in interface ActionListener
Copyright © 2001-2013. All Rights Reserved.