public String getName() {
return "AddRoute";
}
public void run() throws IOException {
Route route = file != null ? category.getCategory().createRoute(description, file) : category.getCategory().createRoute(description, url);
final RouteModel routeModel = new RouteModel(category, route);
callback.setRoute(routeModel);
invokeLater(new Runnable() {
public void run() {