Créé dans le cadre du projet de fin d'année de la promo 2018 de CIR2 de l'ISEN Brest/Rennes, le Burger Quizz est une adaptation numérique du jeu télévisé éponyme, plus précisément d'une épreuve spécifique de ce jeu : le "Sel ou Poivre".

index-6.html 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="fr">
  4. <head>
  5. <!-- Generated by javadoc (version 1.7.0_79) on Wed Jun 10 23:01:35 CEST 2015 -->
  6. <meta http-equiv="Content-Type" content="text/html" charset="utf8">
  7. <title>G-Index</title>
  8. <meta name="date" content="2015-06-10">
  9. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. if (location.href.indexOf('is-external=true') == -1) {
  14. parent.document.title="G-Index";
  15. }
  16. //-->
  17. </script>
  18. <noscript>
  19. <div>JavaScript is disabled on your browser.</div>
  20. </noscript>
  21. <!-- ========= START OF TOP NAVBAR ======= -->
  22. <div class="topNav"><a name="navbar_top">
  23. <!-- -->
  24. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  25. <!-- -->
  26. </a>
  27. <ul class="navList" title="Navigation">
  28. <li><a href="../overview-summary.html">Overview</a></li>
  29. <li>Package</li>
  30. <li>Class</li>
  31. <li><a href="../overview-tree.html">Tree</a></li>
  32. <li><a href="../deprecated-list.html">Deprecated</a></li>
  33. <li class="navBarCell1Rev">Index</li>
  34. <li><a href="../help-doc.html">Help</a></li>
  35. </ul>
  36. </div>
  37. <div class="subNav">
  38. <ul class="navList">
  39. <li><a href="index-5.html">Prev Letter</a></li>
  40. <li><a href="index-7.html">Next Letter</a></li>
  41. </ul>
  42. <ul class="navList">
  43. <li><a href="../index.html?index-filesindex-6.html" target="_top">Frames</a></li>
  44. <li><a href="index-6.html" target="_top">No Frames</a></li>
  45. </ul>
  46. <ul class="navList" id="allclasses_navbar_top">
  47. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  48. </ul>
  49. <div>
  50. <script type="text/javascript"><!--
  51. allClassesLink = document.getElementById("allclasses_navbar_top");
  52. if(window==top) {
  53. allClassesLink.style.display = "block";
  54. }
  55. else {
  56. allClassesLink.style.display = "none";
  57. }
  58. //-->
  59. </script>
  60. </div>
  61. <a name="skip-navbar_top">
  62. <!-- -->
  63. </a></div>
  64. <!-- ========= END OF TOP NAVBAR ========= -->
  65. <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;<a name="_G_">
  66. <!-- -->
  67. </a>
  68. <h2 class="title">G</h2>
  69. <dl>
  70. <dt><a href="../GestionBddDAO/package-summary.html">GestionBddDAO</a> - package GestionBddDAO</dt>
  71. <dd>&nbsp;</dd>
  72. <dt><span class="strong"><a href="../GestionBddDAO/ConnexionBDD.html#gestionCategories">gestionCategories</a></span> - Variable in class GestionBddDAO.<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></dt>
  73. <dd>
  74. <div class="block">Objet permettant la gestion des catégories dans la base de données.</div>
  75. </dd>
  76. <dt><a href="../GestionBddDAO/GestionCategories.html" title="class in GestionBddDAO"><span class="strong">GestionCategories</span></a> - Class in <a href="../GestionBddDAO/package-summary.html">GestionBddDAO</a></dt>
  77. <dd>
  78. <div class="block">Classe effectuant les modifications en base de données pour les catégories.</div>
  79. </dd>
  80. <dt><span class="strong"><a href="../GestionBddDAO/GestionCategories.html#GestionCategories(java.sql.Connection)">GestionCategories(Connection)</a></span> - Constructor for class GestionBddDAO.<a href="../GestionBddDAO/GestionCategories.html" title="class in GestionBddDAO">GestionCategories</a></dt>
  81. <dd>
  82. <div class="block">Constructeur donnant accées à la base de données.</div>
  83. </dd>
  84. <dt><a href="../GestionErreurs/package-summary.html">GestionErreurs</a> - package GestionErreurs</dt>
  85. <dd>&nbsp;</dd>
  86. <dt><span class="strong"><a href="../GestionBddDAO/ConnexionBDD.html#gestionQuestions">gestionQuestions</a></span> - Variable in class GestionBddDAO.<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></dt>
  87. <dd>
  88. <div class="block">Objet permettant la gestion des questions dans la base de données.</div>
  89. </dd>
  90. <dt><a href="../GestionBddDAO/GestionQuestions.html" title="class in GestionBddDAO"><span class="strong">GestionQuestions</span></a> - Class in <a href="../GestionBddDAO/package-summary.html">GestionBddDAO</a></dt>
  91. <dd>
  92. <div class="block">Classe effectuant les modifications en base de données pour les questions.</div>
  93. </dd>
  94. <dt><span class="strong"><a href="../GestionBddDAO/GestionQuestions.html#GestionQuestions(java.sql.Connection)">GestionQuestions(Connection)</a></span> - Constructor for class GestionBddDAO.<a href="../GestionBddDAO/GestionQuestions.html" title="class in GestionBddDAO">GestionQuestions</a></dt>
  95. <dd>
  96. <div class="block">Constructeur donnant accées à la base de données.</div>
  97. </dd>
  98. <dt><span class="strong"><a href="../GestionBddDAO/ConnexionBDD.html#gestionReponses">gestionReponses</a></span> - Variable in class GestionBddDAO.<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></dt>
  99. <dd>
  100. <div class="block">Objet permettant la gestion des réponses dans la base de données.</div>
  101. </dd>
  102. <dt><a href="../GestionBddDAO/GestionReponses.html" title="class in GestionBddDAO"><span class="strong">GestionReponses</span></a> - Class in <a href="../GestionBddDAO/package-summary.html">GestionBddDAO</a></dt>
  103. <dd>&nbsp;</dd>
  104. <dt><span class="strong"><a href="../GestionBddDAO/GestionReponses.html#GestionReponses(java.sql.Connection)">GestionReponses(Connection)</a></span> - Constructor for class GestionBddDAO.<a href="../GestionBddDAO/GestionReponses.html" title="class in GestionBddDAO">GestionReponses</a></dt>
  105. <dd>
  106. <div class="block">Constructeur donnant accées à la base de données.</div>
  107. </dd>
  108. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#getCat()">getCat()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html" title="class in InterfaceGraphique.DialogBoxes">NouvelleReponseDialog</a></dt>
  109. <dd>&nbsp;</dd>
  110. <dt><span class="strong"><a href="../InterfaceGraphique/InterfacePrincipale.html#getCategorieList()">getCategorieList()</a></span> - Method in class InterfaceGraphique.<a href="../InterfaceGraphique/InterfacePrincipale.html" title="class in InterfaceGraphique">InterfacePrincipale</a></dt>
  111. <dd>&nbsp;</dd>
  112. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html#getIntitule()">getIntitule()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html" title="class in InterfaceGraphique.DialogBoxes">NouvelleQuestionDialog</a></dt>
  113. <dd>&nbsp;</dd>
  114. <dt><span class="strong"><a href="../Modele/Question.html#getIntitule()">getIntitule()</a></span> - Method in class Modele.<a href="../Modele/Question.html" title="class in Modele">Question</a></dt>
  115. <dd>&nbsp;</dd>
  116. <dt><span class="strong"><a href="../GestionBddDAO/ConfigBDD.html#getIp()">getIp()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></dt>
  117. <dd>
  118. <div class="block">Retourne l'adresse IP du serveur de la base de données.</div>
  119. </dd>
  120. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getIp()">getIp()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" title="class in InterfaceGraphique.DialogBoxes">ConnexionBddDialog</a></dt>
  121. <dd>&nbsp;</dd>
  122. <dt><span class="strong"><a href="../GestionBddDAO/GestionCategories.html#getListCategories()">getListCategories()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/GestionCategories.html" title="class in GestionBddDAO">GestionCategories</a></dt>
  123. <dd>
  124. <div class="block">Renvoie le tableau interne contenant les catégories.</div>
  125. </dd>
  126. <dt><span class="strong"><a href="../GestionBddDAO/ConnexionBDD.html#getListeCategorie()">getListeCategorie()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></dt>
  127. <dd>
  128. <div class="block">Récupére la liste des catégorie depuis la base de données.</div>
  129. </dd>
  130. <dt><span class="strong"><a href="../GestionBddDAO/ConnexionBDD.html#getListeQuestions(java.lang.String,%20java.lang.String)">getListeQuestions(String, String)</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></dt>
  131. <dd>
  132. <div class="block">Récupére la liste des questions liées à un jeu de réponses depuis la base de données.</div>
  133. </dd>
  134. <dt><span class="strong"><a href="../GestionBddDAO/GestionQuestions.html#getListeQuestions()">getListeQuestions()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/GestionQuestions.html" title="class in GestionBddDAO">GestionQuestions</a></dt>
  135. <dd>
  136. <div class="block">Renvoie le tableau interne contenant les questions.</div>
  137. </dd>
  138. <dt><span class="strong"><a href="../GestionBddDAO/ConnexionBDD.html#getListeReponses(java.lang.String)">getListeReponses(String)</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></dt>
  139. <dd>
  140. <div class="block">Permet d'obtenir la liste des jeux de réponses depuis la base de données.</div>
  141. </dd>
  142. <dt><span class="strong"><a href="../GestionBddDAO/GestionReponses.html#getListReponses()">getListReponses()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/GestionReponses.html" title="class in GestionBddDAO">GestionReponses</a></dt>
  143. <dd>
  144. <div class="block">Renvoie le tableau interne contenant les réponses.</div>
  145. </dd>
  146. <dt><span class="strong"><a href="../GestionBddDAO/ConfigBDD.html#getLogin()">getLogin()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></dt>
  147. <dd>
  148. <div class="block">Retourne le login de l'utilisateur pour la base de données.</div>
  149. </dd>
  150. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getLogin()">getLogin()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" title="class in InterfaceGraphique.DialogBoxes">ConnexionBddDialog</a></dt>
  151. <dd>&nbsp;</dd>
  152. <dt><span class="strong"><a href="../Modele/Categorie.html#getNom()">getNom()</a></span> - Method in class Modele.<a href="../Modele/Categorie.html" title="class in Modele">Categorie</a></dt>
  153. <dd>&nbsp;</dd>
  154. <dt><span class="strong"><a href="../GestionBddDAO/ConfigBDD.html#getNomBdd()">getNomBdd()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></dt>
  155. <dd>
  156. <div class="block">Retourne le nom de la base de données.</div>
  157. </dd>
  158. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getNomBdd()">getNomBdd()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" title="class in InterfaceGraphique.DialogBoxes">ConnexionBddDialog</a></dt>
  159. <dd>&nbsp;</dd>
  160. <dt><span class="strong"><a href="../GestionBddDAO/ConfigBDD.html#getPassword()">getPassword()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></dt>
  161. <dd>
  162. <div class="block">Retourne le mot de passe de l'utilisateur pour la base de données.</div>
  163. </dd>
  164. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getPassword()">getPassword()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" title="class in InterfaceGraphique.DialogBoxes">ConnexionBddDialog</a></dt>
  165. <dd>&nbsp;</dd>
  166. <dt><span class="strong"><a href="../GestionBddDAO/ConfigBDD.html#getPort()">getPort()</a></span> - Method in class GestionBddDAO.<a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></dt>
  167. <dd>
  168. <div class="block">Retourne le port de connexion à la base de données.</div>
  169. </dd>
  170. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getPort()">getPort()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" title="class in InterfaceGraphique.DialogBoxes">ConnexionBddDialog</a></dt>
  171. <dd>&nbsp;</dd>
  172. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#getRep1()">getRep1()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html" title="class in InterfaceGraphique.DialogBoxes">NouvelleReponseDialog</a></dt>
  173. <dd>&nbsp;</dd>
  174. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#getRep2()">getRep2()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html" title="class in InterfaceGraphique.DialogBoxes">NouvelleReponseDialog</a></dt>
  175. <dd>&nbsp;</dd>
  176. <dt><span class="strong"><a href="../InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html#getReponse()">getReponse()</a></span> - Method in class InterfaceGraphique.DialogBoxes.<a href="../InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html" title="class in InterfaceGraphique.DialogBoxes">NouvelleQuestionDialog</a></dt>
  177. <dd>&nbsp;</dd>
  178. <dt><span class="strong"><a href="../Modele/Question.html#getReponse()">getReponse()</a></span> - Method in class Modele.<a href="../Modele/Question.html" title="class in Modele">Question</a></dt>
  179. <dd>&nbsp;</dd>
  180. <dt><span class="strong"><a href="../Modele/Question.html#getReponse1()">getReponse1()</a></span> - Method in class Modele.<a href="../Modele/Question.html" title="class in Modele">Question</a></dt>
  181. <dd>&nbsp;</dd>
  182. <dt><span class="strong"><a href="../Modele/Reponses.html#getReponse1()">getReponse1()</a></span> - Method in class Modele.<a href="../Modele/Reponses.html" title="class in Modele">Reponses</a></dt>
  183. <dd>&nbsp;</dd>
  184. <dt><span class="strong"><a href="../Modele/Question.html#getReponse2()">getReponse2()</a></span> - Method in class Modele.<a href="../Modele/Question.html" title="class in Modele">Question</a></dt>
  185. <dd>&nbsp;</dd>
  186. <dt><span class="strong"><a href="../Modele/Reponses.html#getReponse2()">getReponse2()</a></span> - Method in class Modele.<a href="../Modele/Reponses.html" title="class in Modele">Reponses</a></dt>
  187. <dd>&nbsp;</dd>
  188. </dl>
  189. <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;</div>
  190. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  191. <div class="bottomNav"><a name="navbar_bottom">
  192. <!-- -->
  193. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  194. <!-- -->
  195. </a>
  196. <ul class="navList" title="Navigation">
  197. <li><a href="../overview-summary.html">Overview</a></li>
  198. <li>Package</li>
  199. <li>Class</li>
  200. <li><a href="../overview-tree.html">Tree</a></li>
  201. <li><a href="../deprecated-list.html">Deprecated</a></li>
  202. <li class="navBarCell1Rev">Index</li>
  203. <li><a href="../help-doc.html">Help</a></li>
  204. </ul>
  205. </div>
  206. <div class="subNav">
  207. <ul class="navList">
  208. <li><a href="index-5.html">Prev Letter</a></li>
  209. <li><a href="index-7.html">Next Letter</a></li>
  210. </ul>
  211. <ul class="navList">
  212. <li><a href="../index.html?index-filesindex-6.html" target="_top">Frames</a></li>
  213. <li><a href="index-6.html" target="_top">No Frames</a></li>
  214. </ul>
  215. <ul class="navList" id="allclasses_navbar_bottom">
  216. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  217. </ul>
  218. <div>
  219. <script type="text/javascript"><!--
  220. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  221. if(window==top) {
  222. allClassesLink.style.display = "block";
  223. }
  224. else {
  225. allClassesLink.style.display = "none";
  226. }
  227. //-->
  228. </script>
  229. </div>
  230. <a name="skip-navbar_bottom">
  231. <!-- -->
  232. </a></div>
  233. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  234. </body>
  235. </html>