org.pentaho.di.ui.trans.steps.monetdbagilemart
Class MonetDBAgileMartDialog
java.lang.Object
Dialog
org.pentaho.di.ui.trans.step.BaseStepDialog
org.pentaho.di.ui.trans.steps.monetdbbulkloader.MonetDBBulkLoaderDialog
org.pentaho.di.ui.trans.steps.monetdbagilemart.MonetDBAgileMartDialog
- All Implemented Interfaces:
- StepDialogInterface
public class MonetDBAgileMartDialog
- extends MonetDBBulkLoaderDialog
- implements StepDialogInterface
Dialog class for the MonetDB bulk loader step.
Method Summary |
void |
getData()
Copy information from the meta-data input to the dialog fields. |
String |
open()
Opens a step dialog window. |
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 |
MonetDBAgileMartDialog
public MonetDBAgileMartDialog(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
- Overrides:
open
in class MonetDBBulkLoaderDialog
- Returns:
- the (potentially new) name of the step
getData
public void getData()
- Copy information from the meta-data input to the dialog fields.
- Overrides:
getData
in class MonetDBBulkLoaderDialog