|
|
|
@ -231,6 +231,9 @@ public class TableDataDesensitizationTableModel extends UITableModelAdapter<Tabl
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 查询到数据集列名后,更新到下拉框中 |
|
|
|
|
*/ |
|
|
|
|
public void refresh() { |
|
|
|
|
columnNameComboBox.refreshBoxItems(columnNames); |
|
|
|
|
} |
|
|
|
@ -387,6 +390,9 @@ public class TableDataDesensitizationTableModel extends UITableModelAdapter<Tabl
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 查询到所有用户组后,更新到下拉框中 |
|
|
|
|
*/ |
|
|
|
|
public void refresh() { |
|
|
|
|
rolesCheckBox.refreshCombo(roleMap.values().toArray()); |
|
|
|
|
} |
|
|
|
|