public class EnterMappingDialog
extends org.eclipse.swt.widgets.Dialog
Modifier and Type | Class and Description |
---|---|
class |
EnterMappingDialog.GuessPair |
Modifier and Type | Field and Description |
---|---|
static String |
STRING_ORIGIN_SEPARATOR |
static String |
STRING_SFORCE_EXTERNALID_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<SourceToTargetMapping> mappings)
Create a new dialog allowing the user to enter a mapping
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData() |
List<SourceToTargetMapping> |
open() |
public static final String STRING_ORIGIN_SEPARATOR
public static final String STRING_SFORCE_EXTERNALID_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<SourceToTargetMapping> mappings)
parent
- the parent shellsource
- the source valuestarget
- the target valuesmappings
- the already selected mappings (ArrayList containing SourceToTargetMapping
s)public List<SourceToTargetMapping> open()
public void dispose()
public void getData()
Copyright © 2019 Hitachi Vantara. All rights reserved.