org.pentaho.di.ui.trans.steps.monetdbbulkloader
Class MonetDBBulkLoaderDialog
java.lang.Object
Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.monetdbbulkloader.MonetDBBulkLoaderDialog
- All Implemented Interfaces:
- StepDialogInterface
- Direct Known Subclasses:
- MonetDBAgileMartDialog
public class MonetDBBulkLoaderDialog
- extends BaseStepDialog
- implements StepDialogInterface
Dialog class for the MonetDB bulk loader step.
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog |
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, 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, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize |
MonetDBBulkLoaderDialog
public MonetDBBulkLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
open
public String open()
- Description copied from interface:
StepDialogInterface
- Opens a step dialog window.
- Specified by:
open
in interface StepDialogInterface
- Returns:
- the (potentially new) name of the step
getData
public void getData()
- Copy information from the meta-data input to the dialog fields.
addConnectionLine
public ComboVar addConnectionLine(Composite parent,
Control previous,
int middle,
int margin,
Class<? extends DatabaseInterface> databaseType,
TransMeta transMeta)
addDatabases
public void addDatabases(ComboVar wConnection,
Class<? extends DatabaseInterface> databaseType)
- Description copied from class:
BaseStepDialog
- Adds the databases with the specified type to the Combo Box component.
- Overrides:
addDatabases
in class BaseStepDialog
- Parameters:
wConnection
- the Combo Box componentdatabaseType
- the database type
selectDatabase
public void selectDatabase(ComboVar wConnection,
String name)
- Description copied from class:
BaseStepDialog
- Selects the database with the specified name in the Combo Box component.
- Overrides:
selectDatabase
in class BaseStepDialog
- Parameters:
wConnection
- the Combo Box componentname
- the name of the database to select