Interface IPartitionSchemaSelection
-
public interface IPartitionSchemaSelection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringschemaFieldSelection(org.eclipse.swt.widgets.Shell shell, PartitionSettings partitionSettings)Perform the schema selection.
-
-
-
Method Detail
-
schemaFieldSelection
String schemaFieldSelection(org.eclipse.swt.widgets.Shell shell, PartitionSettings partitionSettings) throws HopException
Perform the schema selection. Return a non-null string if a selection happened (in a dialog)- Parameters:
shell-partitionSettings-- Returns:
- Throws:
HopException
-
-