net.sourceforge.squirrel_sql.plugins.oracle.sqlloader.ui
Class ControlFileGenerationFrame

java.lang.Object
  extended by net.sourceforge.squirrel_sql.client.gui.desktopcontainer.DialogWidget
      extended by net.sourceforge.squirrel_sql.plugins.oracle.sqlloader.ui.ControlFileGenerationFrame
All Implemented Interfaces:
EventListener, IWidget

public class ControlFileGenerationFrame
extends DialogWidget
implements EventListener

This frame allows the user to specify settings for the generation of the SQL*Loader control file as well as launch the generation.

Author:
Jos� David Moreno Ju�rez

Constructor Summary
ControlFileGenerationFrame(String title, ISession session)
          Creates a new instance of the dialog ControlFileGenerationFrame with the specified title and session.
 
Method Summary
 
Methods inherited from class net.sourceforge.squirrel_sql.client.gui.desktopcontainer.DialogWidget
addNotify, addWidgetListener, centerWithinDesktop, dispose, fireWidgetClosed, fireWidgetClosing, getAwtContainer, getBounds, getClientProperty, getContentPane, getDelegate, getHeight, getInternalFrame, getRootPane, getSize, getTitle, getWidth, isClosed, isIcon, isToolWindow, isVisible, makeToolWindow, moveToFront, pack, putClientProperty, removeWidgetListener, requestFocus, setBorder, setBounds, setContentPane, setDefaultCloseOperation, setFrameIcon, setLayer, setMaximum, setPreferredSize, setSelected, setSize, setTitle, setVisible, showOk, toFront, updateUI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlFileGenerationFrame

public ControlFileGenerationFrame(String title,
                                  ISession session)
Creates a new instance of the dialog ControlFileGenerationFrame with the specified title and session.

Parameters:
title - title of this dialog
session - database session


Copyright © 2001-2010. All Rights Reserved.