public class EnterMappingDialog
extends org.eclipse.swt.widgets.Dialog
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_ORIGIN_SEPARATOR |
| Constructor and Description |
|---|
EnterMappingDialog(org.eclipse.swt.widgets.Shell parent,
String[] source,
String[] target)
Create a new dialog allowing the user to enter a mapping
|
EnterMappingDialog(org.eclipse.swt.widgets.Shell parent,
String[] source,
String[] target,
List<org.pentaho.di.core.SourceToTargetMapping> mappings)
Create a new dialog allowing the user to enter a mapping
|
public static final String STRING_ORIGIN_SEPARATOR
public EnterMappingDialog(org.eclipse.swt.widgets.Shell parent,
String[] source,
String[] target)
parent - the parent shellsource - the source valuestarget - the target valuespublic EnterMappingDialog(org.eclipse.swt.widgets.Shell parent,
String[] source,
String[] target,
List<org.pentaho.di.core.SourceToTargetMapping> mappings)
parent - the parent shellsource - the source valuestarget - the target valuesmappings - the already selected mappings (ArrayList containing SourceToTargetMappings)public List<org.pentaho.di.core.SourceToTargetMapping> open()
public void dispose()
public void getData()