org.pentaho.di.ui.trans.steps.luciddbstreamingloader
Class LucidDBStreamingLoaderDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.trans.step.BaseStepDialog
          extended by org.pentaho.di.ui.trans.steps.luciddbstreamingloader.LucidDBStreamingLoaderDialog
All Implemented Interfaces:
StepDialogInterface

public class LucidDBStreamingLoaderDialog
extends BaseStepDialog
implements StepDialogInterface

Description: Dialog class for the Farrago Streaming Loader step.

Since:
Jan-05-2010
Author:
Ray Zhang

Field Summary
 LucidDBStreamingLoaderMeta input
           
 
Fields inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
loggingObject
 
Constructor Summary
LucidDBStreamingLoaderDialog(Shell parent, Object in, TransMeta transMeta, String sname)
           
 
Method Summary
 void getData()
          Copy information from the meta-data input to the dialog fields.
 String open()
           
 
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDialogInterface
setRepository
 

Field Detail

input

public LucidDBStreamingLoaderMeta input
Constructor Detail

LucidDBStreamingLoaderDialog

public LucidDBStreamingLoaderDialog(Shell parent,
                                    Object in,
                                    TransMeta transMeta,
                                    String sname)
Method Detail

open

public String open()
Specified by:
open in interface StepDialogInterface

getData

public void getData()
Copy information from the meta-data input to the dialog fields.