// Fill the table with the project's layers
for(TrafficDefinitionLayer layer:project.getTrafficLayers()){
this.layersToExport.add(new Pair<TrafficDefinitionLayer,Boolean>(layer,true));
}
tblLayersToExport.setModel(new ExportLayersTableModel(layersToExport));
}