Package | Description |
---|---|
org.deidentifier.arx.gui.view.impl.wizard |
Modifier and Type | Method and Description |
---|---|
java.util.List<ImportWizardModelColumn> |
ImportWizardModel.getWizardColumns() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.apache.commons.math3.util.Pair<DataType<?>,java.lang.Double>> |
ImportWizardModel.getMatchingDataTypes(ImportWizardModelColumn column)
Returns a list of matching data types
|
java.util.List<java.lang.String> |
ImportWizardModel.getPreviewData(ImportWizardModelColumn column)
Returns a list of strings containing the data for the given column
This will only return the
ImportWizardModel.previewData for the given column
rather than all of the preview data. |
Modifier and Type | Method and Description |
---|---|
void |
ImportWizardModel.setWizardColumns(java.util.List<ImportWizardModelColumn> columns) |
void |
ImportWizardPageColumns.DatatypeEditingSupport.update(java.util.List<ImportWizardModelColumn> columns)
Updates this editing support
|