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".

serialized-form.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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 17:18:29 CEST 2015 -->
  6. <title>Serialized Form</title>
  7. <meta name="date" content="2015-06-10">
  8. <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
  9. </head>
  10. <body>
  11. <script type="text/javascript"><!--
  12. if (location.href.indexOf('is-external=true') == -1) {
  13. parent.document.title="Serialized Form";
  14. }
  15. //-->
  16. </script>
  17. <noscript>
  18. <div>JavaScript is disabled on your browser.</div>
  19. </noscript>
  20. <!-- ========= START OF TOP NAVBAR ======= -->
  21. <div class="topNav"><a name="navbar_top">
  22. <!-- -->
  23. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  24. <!-- -->
  25. </a>
  26. <ul class="navList" title="Navigation">
  27. <li><a href="overview-summary.html">Overview</a></li>
  28. <li>Package</li>
  29. <li>Class</li>
  30. <li><a href="overview-tree.html">Tree</a></li>
  31. <li><a href="deprecated-list.html">Deprecated</a></li>
  32. <li><a href="index-files/index-1.html">Index</a></li>
  33. <li><a href="help-doc.html">Help</a></li>
  34. </ul>
  35. </div>
  36. <div class="subNav">
  37. <ul class="navList">
  38. <li>Prev</li>
  39. <li>Next</li>
  40. </ul>
  41. <ul class="navList">
  42. <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
  43. <li><a href="serialized-form.html" target="_top">No Frames</a></li>
  44. </ul>
  45. <ul class="navList" id="allclasses_navbar_top">
  46. <li><a href="allclasses-noframe.html">All Classes</a></li>
  47. </ul>
  48. <div>
  49. <script type="text/javascript"><!--
  50. allClassesLink = document.getElementById("allclasses_navbar_top");
  51. if(window==top) {
  52. allClassesLink.style.display = "block";
  53. }
  54. else {
  55. allClassesLink.style.display = "none";
  56. }
  57. //-->
  58. </script>
  59. </div>
  60. <a name="skip-navbar_top">
  61. <!-- -->
  62. </a></div>
  63. <!-- ========= END OF TOP NAVBAR ========= -->
  64. <div class="header">
  65. <h1 title="Serialized Form" class="title">Serialized Form</h1>
  66. </div>
  67. <div class="serializedFormContainer">
  68. <ul class="blockList">
  69. <li class="blockList">
  70. <h2 title="Package">Package&nbsp;GestionErreurs</h2>
  71. <ul class="blockList">
  72. <li class="blockList"><a name="GestionErreurs.BDDException">
  73. <!-- -->
  74. </a>
  75. <h3>Class <a href="GestionErreurs/BDDException.html" title="class in GestionErreurs">GestionErreurs.BDDException</a> extends java.lang.Exception implements Serializable</h3>
  76. </li>
  77. </ul>
  78. </li>
  79. <li class="blockList">
  80. <h2 title="Package">Package&nbsp;InterfaceGraphique</h2>
  81. <ul class="blockList">
  82. <li class="blockList"><a name="InterfaceGraphique.Bouton">
  83. <!-- -->
  84. </a>
  85. <h3>Class <a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">InterfaceGraphique.Bouton</a> extends javax.swing.JButton implements Serializable</h3>
  86. </li>
  87. <li class="blockList"><a name="InterfaceGraphique.InterfacePrincipale">
  88. <!-- -->
  89. </a>
  90. <h3>Class <a href="InterfaceGraphique/InterfacePrincipale.html" title="class in InterfaceGraphique">InterfaceGraphique.InterfacePrincipale</a> extends javax.swing.JFrame implements Serializable</h3>
  91. <ul class="blockList">
  92. <li class="blockList"><a name="serializedForm">
  93. <!-- -->
  94. </a>
  95. <h3>Serialized Fields</h3>
  96. <ul class="blockList">
  97. <li class="blockList">
  98. <h4>panCategories</h4>
  99. <pre>javax.swing.JPanel panCategories</pre>
  100. </li>
  101. <li class="blockList">
  102. <h4>addC</h4>
  103. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addC</pre>
  104. </li>
  105. <li class="blockList">
  106. <h4>delC</h4>
  107. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delC</pre>
  108. </li>
  109. <li class="blockList">
  110. <h4>editC</h4>
  111. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editC</pre>
  112. </li>
  113. <li class="blockList">
  114. <h4>listC</h4>
  115. <pre>javax.swing.JList&lt;E&gt; listC</pre>
  116. </li>
  117. <li class="blockList">
  118. <h4>panReponses</h4>
  119. <pre>javax.swing.JPanel panReponses</pre>
  120. </li>
  121. <li class="blockList">
  122. <h4>addR</h4>
  123. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addR</pre>
  124. </li>
  125. <li class="blockList">
  126. <h4>delR</h4>
  127. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delR</pre>
  128. </li>
  129. <li class="blockList">
  130. <h4>editR</h4>
  131. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editR</pre>
  132. </li>
  133. <li class="blockList">
  134. <h4>listR</h4>
  135. <pre>javax.swing.JList&lt;E&gt; listR</pre>
  136. </li>
  137. <li class="blockList">
  138. <h4>panQuestions</h4>
  139. <pre>javax.swing.JPanel panQuestions</pre>
  140. </li>
  141. <li class="blockList">
  142. <h4>addQ</h4>
  143. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addQ</pre>
  144. </li>
  145. <li class="blockList">
  146. <h4>delQ</h4>
  147. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delQ</pre>
  148. </li>
  149. <li class="blockList">
  150. <h4>editQ</h4>
  151. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editQ</pre>
  152. </li>
  153. <li class="blockList">
  154. <h4>listQ</h4>
  155. <pre>javax.swing.JList&lt;E&gt; listQ</pre>
  156. </li>
  157. <li class="blockList">
  158. <h4>plusImg</h4>
  159. <pre>javax.swing.ImageIcon plusImg</pre>
  160. </li>
  161. <li class="blockList">
  162. <h4>delImg</h4>
  163. <pre>javax.swing.ImageIcon delImg</pre>
  164. </li>
  165. <li class="blockList">
  166. <h4>editImg</h4>
  167. <pre>javax.swing.ImageIcon editImg</pre>
  168. </li>
  169. <li class="blockList">
  170. <h4>setupImg</h4>
  171. <pre>javax.swing.ImageIcon setupImg</pre>
  172. </li>
  173. <li class="blockList">
  174. <h4>statusBar</h4>
  175. <pre>javax.swing.JPanel statusBar</pre>
  176. </li>
  177. <li class="blockList">
  178. <h4>statusText</h4>
  179. <pre>javax.swing.JLabel statusText</pre>
  180. </li>
  181. <li class="blockList">
  182. <h4>config</h4>
  183. <pre><a href="InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> config</pre>
  184. </li>
  185. <li class="blockList">
  186. <h4>bdd</h4>
  187. <pre><a href="GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a> bdd</pre>
  188. </li>
  189. <li class="blockListLast">
  190. <h4>configBDD</h4>
  191. <pre><a href="GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a> configBDD</pre>
  192. </li>
  193. </ul>
  194. </li>
  195. </ul>
  196. </li>
  197. <li class="blockList"><a name="InterfaceGraphique.SplashScreen">
  198. <!-- -->
  199. </a>
  200. <h3>Class <a href="InterfaceGraphique/SplashScreen.html" title="class in InterfaceGraphique">InterfaceGraphique.SplashScreen</a> extends javax.swing.JWindow implements Serializable</h3>
  201. <ul class="blockList">
  202. <li class="blockList"><a name="serializedForm">
  203. <!-- -->
  204. </a>
  205. <h3>Serialized Fields</h3>
  206. <ul class="blockList">
  207. <li class="blockListLast">
  208. <h4>progressBar</h4>
  209. <pre>javax.swing.JProgressBar progressBar</pre>
  210. </li>
  211. </ul>
  212. </li>
  213. </ul>
  214. </li>
  215. </ul>
  216. </li>
  217. <li class="blockList">
  218. <h2 title="Package">Package&nbsp;InterfaceGraphique.DialogBoxes</h2>
  219. <ul class="blockList">
  220. <li class="blockList"><a name="InterfaceGraphique.DialogBoxes.ConnexionBddDialog">
  221. <!-- -->
  222. </a>
  223. <h3>Class <a href="InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" title="class in InterfaceGraphique.DialogBoxes">InterfaceGraphique.DialogBoxes.ConnexionBddDialog</a> extends javax.swing.JDialog implements Serializable</h3>
  224. <ul class="blockList">
  225. <li class="blockList"><a name="serializedForm">
  226. <!-- -->
  227. </a>
  228. <h3>Serialized Fields</h3>
  229. <ul class="blockList">
  230. <li class="blockList">
  231. <h4>nomBdd</h4>
  232. <pre>javax.swing.JTextField nomBdd</pre>
  233. </li>
  234. <li class="blockList">
  235. <h4>port</h4>
  236. <pre>javax.swing.JFormattedTextField port</pre>
  237. </li>
  238. <li class="blockList">
  239. <h4>ip</h4>
  240. <pre>javax.swing.JTextField ip</pre>
  241. </li>
  242. <li class="blockList">
  243. <h4>login</h4>
  244. <pre>javax.swing.JTextField login</pre>
  245. </li>
  246. <li class="blockList">
  247. <h4>password</h4>
  248. <pre>javax.swing.JPasswordField password</pre>
  249. </li>
  250. <li class="blockList">
  251. <h4>ok</h4>
  252. <pre>javax.swing.JButton ok</pre>
  253. </li>
  254. <li class="blockList">
  255. <h4>annuler</h4>
  256. <pre>javax.swing.JButton annuler</pre>
  257. </li>
  258. <li class="blockList">
  259. <h4>defParams</h4>
  260. <pre>javax.swing.JButton defParams</pre>
  261. </li>
  262. <li class="blockList">
  263. <h4>quitter</h4>
  264. <pre>javax.swing.JButton quitter</pre>
  265. </li>
  266. <li class="blockListLast">
  267. <h4>modifEffectuees</h4>
  268. <pre>boolean modifEffectuees</pre>
  269. </li>
  270. </ul>
  271. </li>
  272. </ul>
  273. </li>
  274. <li class="blockList"><a name="InterfaceGraphique.DialogBoxes.NouvelleQuestionDialog">
  275. <!-- -->
  276. </a>
  277. <h3>Class <a href="InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html" title="class in InterfaceGraphique.DialogBoxes">InterfaceGraphique.DialogBoxes.NouvelleQuestionDialog</a> extends javax.swing.JDialog implements Serializable</h3>
  278. <ul class="blockList">
  279. <li class="blockList"><a name="serializedForm">
  280. <!-- -->
  281. </a>
  282. <h3>Serialized Fields</h3>
  283. <ul class="blockList">
  284. <li class="blockList">
  285. <h4>intitule</h4>
  286. <pre>javax.swing.JTextField intitule</pre>
  287. </li>
  288. <li class="blockList">
  289. <h4>ok</h4>
  290. <pre>javax.swing.JButton ok</pre>
  291. </li>
  292. <li class="blockList">
  293. <h4>annuler</h4>
  294. <pre>javax.swing.JButton annuler</pre>
  295. </li>
  296. <li class="blockList">
  297. <h4>mofidEffectues</h4>
  298. <pre>boolean mofidEffectues</pre>
  299. </li>
  300. <li class="blockListLast">
  301. <h4>reponse</h4>
  302. <pre>javax.swing.JComboBox&lt;E&gt; reponse</pre>
  303. </li>
  304. </ul>
  305. </li>
  306. </ul>
  307. </li>
  308. <li class="blockList"><a name="InterfaceGraphique.DialogBoxes.NouvelleReponseDialog">
  309. <!-- -->
  310. </a>
  311. <h3>Class <a href="InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html" title="class in InterfaceGraphique.DialogBoxes">InterfaceGraphique.DialogBoxes.NouvelleReponseDialog</a> extends javax.swing.JDialog implements Serializable</h3>
  312. <ul class="blockList">
  313. <li class="blockList"><a name="serializedForm">
  314. <!-- -->
  315. </a>
  316. <h3>Serialized Fields</h3>
  317. <ul class="blockList">
  318. <li class="blockList">
  319. <h4>rep1</h4>
  320. <pre>javax.swing.JTextField rep1</pre>
  321. </li>
  322. <li class="blockList">
  323. <h4>rep2</h4>
  324. <pre>javax.swing.JTextField rep2</pre>
  325. </li>
  326. <li class="blockList">
  327. <h4>ok</h4>
  328. <pre>javax.swing.JButton ok</pre>
  329. </li>
  330. <li class="blockList">
  331. <h4>annuler</h4>
  332. <pre>javax.swing.JButton annuler</pre>
  333. </li>
  334. <li class="blockList">
  335. <h4>mofidEffectues</h4>
  336. <pre>boolean mofidEffectues</pre>
  337. </li>
  338. <li class="blockListLast">
  339. <h4>comboCat</h4>
  340. <pre>javax.swing.JComboBox&lt;E&gt; comboCat</pre>
  341. </li>
  342. </ul>
  343. </li>
  344. </ul>
  345. </li>
  346. </ul>
  347. </li>
  348. </ul>
  349. </div>
  350. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  351. <div class="bottomNav"><a name="navbar_bottom">
  352. <!-- -->
  353. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  354. <!-- -->
  355. </a>
  356. <ul class="navList" title="Navigation">
  357. <li><a href="overview-summary.html">Overview</a></li>
  358. <li>Package</li>
  359. <li>Class</li>
  360. <li><a href="overview-tree.html">Tree</a></li>
  361. <li><a href="deprecated-list.html">Deprecated</a></li>
  362. <li><a href="index-files/index-1.html">Index</a></li>
  363. <li><a href="help-doc.html">Help</a></li>
  364. </ul>
  365. </div>
  366. <div class="subNav">
  367. <ul class="navList">
  368. <li>Prev</li>
  369. <li>Next</li>
  370. </ul>
  371. <ul class="navList">
  372. <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
  373. <li><a href="serialized-form.html" target="_top">No Frames</a></li>
  374. </ul>
  375. <ul class="navList" id="allclasses_navbar_bottom">
  376. <li><a href="allclasses-noframe.html">All Classes</a></li>
  377. </ul>
  378. <div>
  379. <script type="text/javascript"><!--
  380. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  381. if(window==top) {
  382. allClassesLink.style.display = "block";
  383. }
  384. else {
  385. allClassesLink.style.display = "none";
  386. }
  387. //-->
  388. </script>
  389. </div>
  390. <a name="skip-navbar_bottom">
  391. <!-- -->
  392. </a></div>
  393. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  394. </body>
  395. </html>