-
Notifications
You must be signed in to change notification settings - Fork 2
/
Dispatcher.xml
114 lines (106 loc) · 4.61 KB
/
Dispatcher.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<guis>
<gui id="SHOW_LOGIN">
<title>Login</title>
<file>/presentacion/login.fxml</file>
<controler>presentacion.guiControlers.SeleccionUsuarioController</controler>
</gui>
<gui id="SHOW_ASIGNATURA_DELETE">
<title>Borrar asignatura</title>
<file>/presentacion/BorrarAsignatura.fxml</file>
<controler>presentacion.guiControlers.BorrarAsignaturaController</controler>
</gui>
<gui id="CRUD_DELETE_ASIGNATURA_OK">
<controler>presentacion.guiControlers.BorrarAsignaturaController</controler>
</gui>
<gui id="CRUD_DELETE_ASIGNATURA_KO">
<controler>presentacion.guiControlers.BorrarAsignaturaController</controler>
</gui>
<gui id="CRUD_CREATE_ASIGNATURA_OK">
<controler>presentacion.guiControlers.CrearAsignaturaController</controler>
</gui>
<gui id="CRUD_CREATE_ASIGNATURA_KO">
<controler>presentacion.guiControlers.CrearAsignaturaController</controler>
</gui>
<gui id="SHOW_PREGUNTA_CREATE">
<title>Crear pregunta</title>
<file>/presentacion/CrearPregunta.fxml</file>
<controler>presentacion.guiControlers.CrearPreguntaController</controler>
</gui>
<gui id="SHOW_SELECCION_USUARIO">
<title>Seleccion Usuario</title>
<file>/presentacion/SeleccionUsuario.fxml</file>
<controler>presentacion.guiControlers.SeleccionUsuarioController</controler>
</gui>
<gui id="CRUD_CREATE_PREGUNTA_OK">
<controler>presentacion.guiControlers.CrearPreguntaController</controler>
</gui>
<gui id="CRUD_CREATE_PREGUNTA_KO">
<controler>presentacion.guiControlers.CrearPreguntaController</controler>
</gui>
<gui id="SHOW_MENU_PROFESORES_ASIGNATURAS">
<title>Menu asignatura profesores</title>
<file>/presentacion/MenuProfesorAsignaturas.fxml</file>
<controler>presentacion.guiControlers.MenuProfesorasignaturasController</controler>
</gui>
<gui id="SHOW_ASIGNATURA_CREATE">
<title>Crear asignatura</title>
<file>/presentacion/CrearAsignatura.fxml</file>
<controler>presentacion.guiControlers.CrearAsignaturaController</controler>
</gui>
<gui id="SHOW_ASIGNATURA_ACTIVATE_DESACTIVATE">
<title>Crear asignatura</title>
<file>/presentacion/ActivarDesactivarAsig.fxml</file>
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="SHOW_ASIGNATURA_ACTIVATE_DESACTIVATE">
<title>Activar Desactivar asignatura</title>
<file>/presentacion/ActivarDesactivarAsig.fxml</file>
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="SHOW_MENU_PROFESORES_PREGUNTAS">
<title>Menu</title>
<file>/presentacion/MenuProfesoresPreguntas.fxml</file>
<controler>presentacion.guiControlers.MenuProfesorPreguntasController</controler>
</gui>
<gui id="ASIGNATURA_READ_ALL_ACTIVATE_DESACTIVATE_OK">
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="ASIGNATURA_READ_ALL_ACTIVATE_DESACTIVATE_OK">
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="ASIGNATURA_ACTIVATE_OK">
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="ASIGNATURA_ACTIVATE_KO">
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="ASIGNATURA_DESACTIVATE_OK">
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="ASIGNATURA_DESACTIVATE_KO">
<controler>presentacion.guiControlers.ActivarDesactivarAsigController</controler>
</gui>
<gui id="SHOW_PREGUNTA_DELETE">
<title>Borrar pregunta</title>
<file>/presentacion/BorrarPregunta.fxml</file>
<controler>presentacion.guiControlers.BorrarPreguntaController</controler>
</gui>
<gui id="CRUD_DELETE_PREGUNTA_OK">
<controler>presentacion.guiControlers.BorrarPreguntaController</controler>
</gui>
<gui id="CRUD_DELETE_PREGUNTA_KO">
<controler>presentacion.guiControlers.BorrarPreguntaController</controler>
</gui>
<gui id="CRUD_READ_ALL_ASIGNATURA_OK">
<controler>presentacion.guiControlers.unoController</controler>
</gui>
<gui id="CRUD_READ_ALL_ASIGNATURA_KO">
<controler>presentacion.guiControlers.unoController</controler>
</gui>
<gui id="SHOW_ASIGNATURA_READ_ALL">
<title>Listar asignaturas</title>
<file>/presentacion/uno.fxml</file>
<controler>presentacion.guiControlers.unoController</controler>
</gui>
</guis>