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

InterfacePrincipale.html 41KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018
  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>InterfacePrincipale</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="InterfacePrincipale";
  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><a href="package-summary.html">Package</a></li>
  29. <li class="navBarCell1Rev">Class</li>
  30. <li><a href="package-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><a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li>
  39. <li><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique"><span class="strong">Next Class</span></a></li>
  40. </ul>
  41. <ul class="navList">
  42. <li><a href="../index.html?InterfaceGraphique/InterfacePrincipale.html" target="_top">Frames</a></li>
  43. <li><a href="InterfacePrincipale.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. <div>
  61. <ul class="subNavList">
  62. <li>Summary:&nbsp;</li>
  63. <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
  64. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  65. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  66. <li><a href="#method_summary">Method</a></li>
  67. </ul>
  68. <ul class="subNavList">
  69. <li>Detail:&nbsp;</li>
  70. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  71. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  72. <li><a href="#method_detail">Method</a></li>
  73. </ul>
  74. </div>
  75. <a name="skip-navbar_top">
  76. <!-- -->
  77. </a></div>
  78. <!-- ========= END OF TOP NAVBAR ========= -->
  79. <!-- ======== START OF CLASS DATA ======== -->
  80. <div class="header">
  81. <div class="subTitle">InterfaceGraphique</div>
  82. <h2 title="Class InterfacePrincipale" class="title">Class InterfacePrincipale</h2>
  83. </div>
  84. <div class="contentContainer">
  85. <ul class="inheritance">
  86. <li>java.lang.Object</li>
  87. <li>
  88. <ul class="inheritance">
  89. <li>java.awt.Component</li>
  90. <li>
  91. <ul class="inheritance">
  92. <li>java.awt.Container</li>
  93. <li>
  94. <ul class="inheritance">
  95. <li>java.awt.Window</li>
  96. <li>
  97. <ul class="inheritance">
  98. <li>java.awt.Frame</li>
  99. <li>
  100. <ul class="inheritance">
  101. <li>javax.swing.JFrame</li>
  102. <li>
  103. <ul class="inheritance">
  104. <li>InterfaceGraphique.InterfacePrincipale</li>
  105. </ul>
  106. </li>
  107. </ul>
  108. </li>
  109. </ul>
  110. </li>
  111. </ul>
  112. </li>
  113. </ul>
  114. </li>
  115. </ul>
  116. </li>
  117. </ul>
  118. <div class="description">
  119. <ul class="blockList">
  120. <li class="blockList">
  121. <dl>
  122. <dt>All Implemented Interfaces:</dt>
  123. <dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</dd>
  124. </dl>
  125. <hr>
  126. <br>
  127. <pre>public class <span class="strong">InterfacePrincipale</span>
  128. extends javax.swing.JFrame</pre>
  129. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#InterfaceGraphique.InterfacePrincipale">Serialized Form</a></dd></dl>
  130. </li>
  131. </ul>
  132. </div>
  133. <div class="summary">
  134. <ul class="blockList">
  135. <li class="blockList">
  136. <!-- ======== NESTED CLASS SUMMARY ======== -->
  137. <ul class="blockList">
  138. <li class="blockList"><a name="nested_class_summary">
  139. <!-- -->
  140. </a>
  141. <h3>Nested Class Summary</h3>
  142. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
  143. <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
  144. <tr>
  145. <th class="colFirst" scope="col">Modifier and Type</th>
  146. <th class="colLast" scope="col">Class and Description</th>
  147. </tr>
  148. <tr class="altColor">
  149. <td class="colFirst"><code>private class&nbsp;</code></td>
  150. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanCategoriesListener</a></strong></code>&nbsp;</td>
  151. </tr>
  152. <tr class="rowColor">
  153. <td class="colFirst"><code>private class&nbsp;</code></td>
  154. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanQuestionsListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanQuestionsListener</a></strong></code>&nbsp;</td>
  155. </tr>
  156. <tr class="altColor">
  157. <td class="colFirst"><code>private class&nbsp;</code></td>
  158. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanReponsesListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanReponsesListener</a></strong></code>&nbsp;</td>
  159. </tr>
  160. </table>
  161. <ul class="blockList">
  162. <li class="blockList"><a name="nested_classes_inherited_from_class_javax.swing.JFrame">
  163. <!-- -->
  164. </a>
  165. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JFrame</h3>
  166. <code>javax.swing.JFrame.AccessibleJFrame</code></li>
  167. </ul>
  168. <ul class="blockList">
  169. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Frame">
  170. <!-- -->
  171. </a>
  172. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Frame</h3>
  173. <code>java.awt.Frame.AccessibleAWTFrame</code></li>
  174. </ul>
  175. <ul class="blockList">
  176. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Window">
  177. <!-- -->
  178. </a>
  179. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
  180. <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
  181. </ul>
  182. <ul class="blockList">
  183. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Container">
  184. <!-- -->
  185. </a>
  186. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
  187. <code>java.awt.Container.AccessibleAWTContainer</code></li>
  188. </ul>
  189. <ul class="blockList">
  190. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Component">
  191. <!-- -->
  192. </a>
  193. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  194. <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
  195. </ul>
  196. </li>
  197. </ul>
  198. <!-- =========== FIELD SUMMARY =========== -->
  199. <ul class="blockList">
  200. <li class="blockList"><a name="field_summary">
  201. <!-- -->
  202. </a>
  203. <h3>Field Summary</h3>
  204. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  205. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  206. <tr>
  207. <th class="colFirst" scope="col">Modifier and Type</th>
  208. <th class="colLast" scope="col">Field and Description</th>
  209. </tr>
  210. <tr class="altColor">
  211. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  212. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addC">addC</a></strong></code>&nbsp;</td>
  213. </tr>
  214. <tr class="rowColor">
  215. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  216. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addQ">addQ</a></strong></code>&nbsp;</td>
  217. </tr>
  218. <tr class="altColor">
  219. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  220. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addR">addR</a></strong></code>&nbsp;</td>
  221. </tr>
  222. <tr class="rowColor">
  223. <td class="colFirst"><code>private <a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></code></td>
  224. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#bdd">bdd</a></strong></code>&nbsp;</td>
  225. </tr>
  226. <tr class="altColor">
  227. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  228. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#config">config</a></strong></code>&nbsp;</td>
  229. </tr>
  230. <tr class="rowColor">
  231. <td class="colFirst"><code>private <a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></code></td>
  232. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#configBDD">configBDD</a></strong></code>&nbsp;</td>
  233. </tr>
  234. <tr class="altColor">
  235. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  236. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delC">delC</a></strong></code>&nbsp;</td>
  237. </tr>
  238. <tr class="rowColor">
  239. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  240. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delImg">delImg</a></strong></code>&nbsp;</td>
  241. </tr>
  242. <tr class="altColor">
  243. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  244. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delQ">delQ</a></strong></code>&nbsp;</td>
  245. </tr>
  246. <tr class="rowColor">
  247. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  248. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delR">delR</a></strong></code>&nbsp;</td>
  249. </tr>
  250. <tr class="altColor">
  251. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  252. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editC">editC</a></strong></code>&nbsp;</td>
  253. </tr>
  254. <tr class="rowColor">
  255. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  256. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editImg">editImg</a></strong></code>&nbsp;</td>
  257. </tr>
  258. <tr class="altColor">
  259. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  260. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editQ">editQ</a></strong></code>&nbsp;</td>
  261. </tr>
  262. <tr class="rowColor">
  263. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  264. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editR">editR</a></strong></code>&nbsp;</td>
  265. </tr>
  266. <tr class="altColor">
  267. <td class="colFirst"><code>private static java.awt.Color</code></td>
  268. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#ERROR_COLOR">ERROR_COLOR</a></strong></code>&nbsp;</td>
  269. </tr>
  270. <tr class="rowColor">
  271. <td class="colFirst"><code>private static java.awt.Color</code></td>
  272. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#INFO_COLOR">INFO_COLOR</a></strong></code>&nbsp;</td>
  273. </tr>
  274. <tr class="altColor">
  275. <td class="colFirst"><code>private javax.swing.JList</code></td>
  276. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listC">listC</a></strong></code>&nbsp;</td>
  277. </tr>
  278. <tr class="rowColor">
  279. <td class="colFirst"><code>private javax.swing.JList</code></td>
  280. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listQ">listQ</a></strong></code>&nbsp;</td>
  281. </tr>
  282. <tr class="altColor">
  283. <td class="colFirst"><code>private javax.swing.JList</code></td>
  284. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listR">listR</a></strong></code>&nbsp;</td>
  285. </tr>
  286. <tr class="rowColor">
  287. <td class="colFirst"><code>private static java.awt.Color</code></td>
  288. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#NORMAL_COLOR">NORMAL_COLOR</a></strong></code>&nbsp;</td>
  289. </tr>
  290. <tr class="altColor">
  291. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  292. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panCategories">panCategories</a></strong></code>&nbsp;</td>
  293. </tr>
  294. <tr class="rowColor">
  295. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  296. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panQuestions">panQuestions</a></strong></code>&nbsp;</td>
  297. </tr>
  298. <tr class="altColor">
  299. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  300. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panReponses">panReponses</a></strong></code>&nbsp;</td>
  301. </tr>
  302. <tr class="rowColor">
  303. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  304. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#plusImg">plusImg</a></strong></code>&nbsp;</td>
  305. </tr>
  306. <tr class="altColor">
  307. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  308. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setupImg">setupImg</a></strong></code>&nbsp;</td>
  309. </tr>
  310. <tr class="rowColor">
  311. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  312. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#statusBar">statusBar</a></strong></code>&nbsp;</td>
  313. </tr>
  314. <tr class="altColor">
  315. <td class="colFirst"><code>private javax.swing.JLabel</code></td>
  316. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#statusText">statusText</a></strong></code>&nbsp;</td>
  317. </tr>
  318. </table>
  319. <ul class="blockList">
  320. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.JFrame">
  321. <!-- -->
  322. </a>
  323. <h3>Fields inherited from class&nbsp;javax.swing.JFrame</h3>
  324. <code>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</code></li>
  325. </ul>
  326. <ul class="blockList">
  327. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Frame">
  328. <!-- -->
  329. </a>
  330. <h3>Fields inherited from class&nbsp;java.awt.Frame</h3>
  331. <code>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</code></li>
  332. </ul>
  333. <ul class="blockList">
  334. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Component">
  335. <!-- -->
  336. </a>
  337. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  338. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  339. </ul>
  340. <ul class="blockList">
  341. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.WindowConstants">
  342. <!-- -->
  343. </a>
  344. <h3>Fields inherited from interface&nbsp;javax.swing.WindowConstants</h3>
  345. <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</code></li>
  346. </ul>
  347. <ul class="blockList">
  348. <li class="blockList"><a name="fields_inherited_from_class_java.awt.image.ImageObserver">
  349. <!-- -->
  350. </a>
  351. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  352. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  353. </ul>
  354. </li>
  355. </ul>
  356. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  357. <ul class="blockList">
  358. <li class="blockList"><a name="constructor_summary">
  359. <!-- -->
  360. </a>
  361. <h3>Constructor Summary</h3>
  362. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  363. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  364. <tr>
  365. <th class="colOne" scope="col">Constructor and Description</th>
  366. </tr>
  367. <tr class="altColor">
  368. <td class="colOne"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#InterfacePrincipale()">InterfacePrincipale</a></strong>()</code>&nbsp;</td>
  369. </tr>
  370. </table>
  371. </li>
  372. </ul>
  373. <!-- ========== METHOD SUMMARY =========== -->
  374. <ul class="blockList">
  375. <li class="blockList"><a name="method_summary">
  376. <!-- -->
  377. </a>
  378. <h3>Method Summary</h3>
  379. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  380. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  381. <tr>
  382. <th class="colFirst" scope="col">Modifier and Type</th>
  383. <th class="colLast" scope="col">Method and Description</th>
  384. </tr>
  385. <tr class="altColor">
  386. <td class="colFirst"><code>boolean</code></td>
  387. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#configureBDD(boolean)">configureBDD</a></strong>(boolean&nbsp;showExitButton)</code>&nbsp;</td>
  388. </tr>
  389. <tr class="rowColor">
  390. <td class="colFirst"><code>private void</code></td>
  391. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelCategories()">createPanelCategories</a></strong>()</code>&nbsp;</td>
  392. </tr>
  393. <tr class="altColor">
  394. <td class="colFirst"><code>private void</code></td>
  395. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelQuestion()">createPanelQuestion</a></strong>()</code>&nbsp;</td>
  396. </tr>
  397. <tr class="rowColor">
  398. <td class="colFirst"><code>private void</code></td>
  399. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelReponses()">createPanelReponses</a></strong>()</code>&nbsp;</td>
  400. </tr>
  401. <tr class="altColor">
  402. <td class="colFirst"><code>private void</code></td>
  403. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createStatusBar()">createStatusBar</a></strong>()</code>&nbsp;</td>
  404. </tr>
  405. <tr class="rowColor">
  406. <td class="colFirst"><code>private java.lang.String[]</code></td>
  407. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#getCategorieList()">getCategorieList</a></strong>()</code>&nbsp;</td>
  408. </tr>
  409. <tr class="altColor">
  410. <td class="colFirst"><code>private void</code></td>
  411. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#loadImgBouton()">loadImgBouton</a></strong>()</code>&nbsp;</td>
  412. </tr>
  413. <tr class="rowColor">
  414. <td class="colFirst"><code>void</code></td>
  415. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#modem56k()">modem56k</a></strong>()</code>&nbsp;</td>
  416. </tr>
  417. <tr class="altColor">
  418. <td class="colFirst"><code>void</code></td>
  419. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#nyan()">nyan</a></strong>()</code>&nbsp;</td>
  420. </tr>
  421. <tr class="rowColor">
  422. <td class="colFirst"><code>private void</code></td>
  423. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#reSelectCategorie(java.lang.String)">reSelectCategorie</a></strong>(java.lang.String&nbsp;newCatName)</code>&nbsp;</td>
  424. </tr>
  425. <tr class="altColor">
  426. <td class="colFirst"><code>private void</code></td>
  427. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#reSelectQuestion(java.lang.String)">reSelectQuestion</a></strong>(java.lang.String&nbsp;intitule)</code>&nbsp;</td>
  428. </tr>
  429. <tr class="rowColor">
  430. <td class="colFirst"><code>private void</code></td>
  431. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#reSelectReponses(java.lang.String,%20java.lang.String)">reSelectReponses</a></strong>(java.lang.String&nbsp;rep1,
  432. java.lang.String&nbsp;rep2)</code>&nbsp;</td>
  433. </tr>
  434. <tr class="altColor">
  435. <td class="colFirst"><code>private void</code></td>
  436. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setQuestionsPanelEnabled(boolean)">setQuestionsPanelEnabled</a></strong>(boolean&nbsp;active)</code>&nbsp;</td>
  437. </tr>
  438. <tr class="rowColor">
  439. <td class="colFirst"><code>private void</code></td>
  440. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setReponsesPanelEnabled(boolean)">setReponsesPanelEnabled</a></strong>(boolean&nbsp;active)</code>&nbsp;</td>
  441. </tr>
  442. <tr class="altColor">
  443. <td class="colFirst"><code>private void</code></td>
  444. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setStatusText(java.lang.String)">setStatusText</a></strong>(java.lang.String&nbsp;message)</code>&nbsp;</td>
  445. </tr>
  446. <tr class="rowColor">
  447. <td class="colFirst"><code>private void</code></td>
  448. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setStatusText(java.lang.String,%20java.awt.Color)">setStatusText</a></strong>(java.lang.String&nbsp;message,
  449. java.awt.Color&nbsp;color)</code>&nbsp;</td>
  450. </tr>
  451. <tr class="altColor">
  452. <td class="colFirst"><code>private void</code></td>
  453. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#tryToConnect()">tryToConnect</a></strong>()</code>&nbsp;</td>
  454. </tr>
  455. </table>
  456. <ul class="blockList">
  457. <li class="blockList"><a name="methods_inherited_from_class_javax.swing.JFrame">
  458. <!-- -->
  459. </a>
  460. <h3>Methods inherited from class&nbsp;javax.swing.JFrame</h3>
  461. <code>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</code></li>
  462. </ul>
  463. <ul class="blockList">
  464. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Frame">
  465. <!-- -->
  466. </a>
  467. <h3>Methods inherited from class&nbsp;java.awt.Frame</h3>
  468. <code>addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated</code></li>
  469. </ul>
  470. <ul class="blockList">
  471. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Window">
  472. <!-- -->
  473. </a>
  474. <h3>Methods inherited from class&nbsp;java.awt.Window</h3>
  475. <code>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront</code></li>
  476. </ul>
  477. <ul class="blockList">
  478. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Container">
  479. <!-- -->
  480. </a>
  481. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  482. <code>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree</code></li>
  483. </ul>
  484. <ul class="blockList">
  485. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Component">
  486. <!-- -->
  487. </a>
  488. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  489. <code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li>
  490. </ul>
  491. <ul class="blockList">
  492. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  493. <!-- -->
  494. </a>
  495. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  496. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  497. </ul>
  498. <ul class="blockList">
  499. <li class="blockList"><a name="methods_inherited_from_class_java.awt.MenuContainer">
  500. <!-- -->
  501. </a>
  502. <h3>Methods inherited from interface&nbsp;java.awt.MenuContainer</h3>
  503. <code>getFont, postEvent</code></li>
  504. </ul>
  505. </li>
  506. </ul>
  507. </li>
  508. </ul>
  509. </div>
  510. <div class="details">
  511. <ul class="blockList">
  512. <li class="blockList">
  513. <!-- ============ FIELD DETAIL =========== -->
  514. <ul class="blockList">
  515. <li class="blockList"><a name="field_detail">
  516. <!-- -->
  517. </a>
  518. <h3>Field Detail</h3>
  519. <a name="panCategories">
  520. <!-- -->
  521. </a>
  522. <ul class="blockList">
  523. <li class="blockList">
  524. <h4>panCategories</h4>
  525. <pre>private&nbsp;javax.swing.JPanel panCategories</pre>
  526. </li>
  527. </ul>
  528. <a name="addC">
  529. <!-- -->
  530. </a>
  531. <ul class="blockList">
  532. <li class="blockList">
  533. <h4>addC</h4>
  534. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addC</pre>
  535. </li>
  536. </ul>
  537. <a name="delC">
  538. <!-- -->
  539. </a>
  540. <ul class="blockList">
  541. <li class="blockList">
  542. <h4>delC</h4>
  543. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delC</pre>
  544. </li>
  545. </ul>
  546. <a name="editC">
  547. <!-- -->
  548. </a>
  549. <ul class="blockList">
  550. <li class="blockList">
  551. <h4>editC</h4>
  552. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editC</pre>
  553. </li>
  554. </ul>
  555. <a name="listC">
  556. <!-- -->
  557. </a>
  558. <ul class="blockList">
  559. <li class="blockList">
  560. <h4>listC</h4>
  561. <pre>private&nbsp;javax.swing.JList listC</pre>
  562. </li>
  563. </ul>
  564. <a name="panReponses">
  565. <!-- -->
  566. </a>
  567. <ul class="blockList">
  568. <li class="blockList">
  569. <h4>panReponses</h4>
  570. <pre>private&nbsp;javax.swing.JPanel panReponses</pre>
  571. </li>
  572. </ul>
  573. <a name="addR">
  574. <!-- -->
  575. </a>
  576. <ul class="blockList">
  577. <li class="blockList">
  578. <h4>addR</h4>
  579. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addR</pre>
  580. </li>
  581. </ul>
  582. <a name="delR">
  583. <!-- -->
  584. </a>
  585. <ul class="blockList">
  586. <li class="blockList">
  587. <h4>delR</h4>
  588. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delR</pre>
  589. </li>
  590. </ul>
  591. <a name="editR">
  592. <!-- -->
  593. </a>
  594. <ul class="blockList">
  595. <li class="blockList">
  596. <h4>editR</h4>
  597. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editR</pre>
  598. </li>
  599. </ul>
  600. <a name="listR">
  601. <!-- -->
  602. </a>
  603. <ul class="blockList">
  604. <li class="blockList">
  605. <h4>listR</h4>
  606. <pre>private&nbsp;javax.swing.JList listR</pre>
  607. </li>
  608. </ul>
  609. <a name="panQuestions">
  610. <!-- -->
  611. </a>
  612. <ul class="blockList">
  613. <li class="blockList">
  614. <h4>panQuestions</h4>
  615. <pre>private&nbsp;javax.swing.JPanel panQuestions</pre>
  616. </li>
  617. </ul>
  618. <a name="addQ">
  619. <!-- -->
  620. </a>
  621. <ul class="blockList">
  622. <li class="blockList">
  623. <h4>addQ</h4>
  624. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addQ</pre>
  625. </li>
  626. </ul>
  627. <a name="delQ">
  628. <!-- -->
  629. </a>
  630. <ul class="blockList">
  631. <li class="blockList">
  632. <h4>delQ</h4>
  633. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delQ</pre>
  634. </li>
  635. </ul>
  636. <a name="editQ">
  637. <!-- -->
  638. </a>
  639. <ul class="blockList">
  640. <li class="blockList">
  641. <h4>editQ</h4>
  642. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editQ</pre>
  643. </li>
  644. </ul>
  645. <a name="listQ">
  646. <!-- -->
  647. </a>
  648. <ul class="blockList">
  649. <li class="blockList">
  650. <h4>listQ</h4>
  651. <pre>private&nbsp;javax.swing.JList listQ</pre>
  652. </li>
  653. </ul>
  654. <a name="plusImg">
  655. <!-- -->
  656. </a>
  657. <ul class="blockList">
  658. <li class="blockList">
  659. <h4>plusImg</h4>
  660. <pre>private&nbsp;javax.swing.ImageIcon plusImg</pre>
  661. </li>
  662. </ul>
  663. <a name="delImg">
  664. <!-- -->
  665. </a>
  666. <ul class="blockList">
  667. <li class="blockList">
  668. <h4>delImg</h4>
  669. <pre>private&nbsp;javax.swing.ImageIcon delImg</pre>
  670. </li>
  671. </ul>
  672. <a name="editImg">
  673. <!-- -->
  674. </a>
  675. <ul class="blockList">
  676. <li class="blockList">
  677. <h4>editImg</h4>
  678. <pre>private&nbsp;javax.swing.ImageIcon editImg</pre>
  679. </li>
  680. </ul>
  681. <a name="setupImg">
  682. <!-- -->
  683. </a>
  684. <ul class="blockList">
  685. <li class="blockList">
  686. <h4>setupImg</h4>
  687. <pre>private&nbsp;javax.swing.ImageIcon setupImg</pre>
  688. </li>
  689. </ul>
  690. <a name="statusBar">
  691. <!-- -->
  692. </a>
  693. <ul class="blockList">
  694. <li class="blockList">
  695. <h4>statusBar</h4>
  696. <pre>private&nbsp;javax.swing.JPanel statusBar</pre>
  697. </li>
  698. </ul>
  699. <a name="statusText">
  700. <!-- -->
  701. </a>
  702. <ul class="blockList">
  703. <li class="blockList">
  704. <h4>statusText</h4>
  705. <pre>private&nbsp;javax.swing.JLabel statusText</pre>
  706. </li>
  707. </ul>
  708. <a name="config">
  709. <!-- -->
  710. </a>
  711. <ul class="blockList">
  712. <li class="blockList">
  713. <h4>config</h4>
  714. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> config</pre>
  715. </li>
  716. </ul>
  717. <a name="bdd">
  718. <!-- -->
  719. </a>
  720. <ul class="blockList">
  721. <li class="blockList">
  722. <h4>bdd</h4>
  723. <pre>private&nbsp;<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a> bdd</pre>
  724. </li>
  725. </ul>
  726. <a name="configBDD">
  727. <!-- -->
  728. </a>
  729. <ul class="blockList">
  730. <li class="blockList">
  731. <h4>configBDD</h4>
  732. <pre>private&nbsp;<a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a> configBDD</pre>
  733. </li>
  734. </ul>
  735. <a name="ERROR_COLOR">
  736. <!-- -->
  737. </a>
  738. <ul class="blockList">
  739. <li class="blockList">
  740. <h4>ERROR_COLOR</h4>
  741. <pre>private static final&nbsp;java.awt.Color ERROR_COLOR</pre>
  742. </li>
  743. </ul>
  744. <a name="INFO_COLOR">
  745. <!-- -->
  746. </a>
  747. <ul class="blockList">
  748. <li class="blockList">
  749. <h4>INFO_COLOR</h4>
  750. <pre>private static final&nbsp;java.awt.Color INFO_COLOR</pre>
  751. </li>
  752. </ul>
  753. <a name="NORMAL_COLOR">
  754. <!-- -->
  755. </a>
  756. <ul class="blockListLast">
  757. <li class="blockList">
  758. <h4>NORMAL_COLOR</h4>
  759. <pre>private static final&nbsp;java.awt.Color NORMAL_COLOR</pre>
  760. </li>
  761. </ul>
  762. </li>
  763. </ul>
  764. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  765. <ul class="blockList">
  766. <li class="blockList"><a name="constructor_detail">
  767. <!-- -->
  768. </a>
  769. <h3>Constructor Detail</h3>
  770. <a name="InterfacePrincipale()">
  771. <!-- -->
  772. </a>
  773. <ul class="blockListLast">
  774. <li class="blockList">
  775. <h4>InterfacePrincipale</h4>
  776. <pre>public&nbsp;InterfacePrincipale()</pre>
  777. </li>
  778. </ul>
  779. </li>
  780. </ul>
  781. <!-- ============ METHOD DETAIL ========== -->
  782. <ul class="blockList">
  783. <li class="blockList"><a name="method_detail">
  784. <!-- -->
  785. </a>
  786. <h3>Method Detail</h3>
  787. <a name="loadImgBouton()">
  788. <!-- -->
  789. </a>
  790. <ul class="blockList">
  791. <li class="blockList">
  792. <h4>loadImgBouton</h4>
  793. <pre>private&nbsp;void&nbsp;loadImgBouton()</pre>
  794. </li>
  795. </ul>
  796. <a name="createStatusBar()">
  797. <!-- -->
  798. </a>
  799. <ul class="blockList">
  800. <li class="blockList">
  801. <h4>createStatusBar</h4>
  802. <pre>private&nbsp;void&nbsp;createStatusBar()</pre>
  803. </li>
  804. </ul>
  805. <a name="createPanelCategories()">
  806. <!-- -->
  807. </a>
  808. <ul class="blockList">
  809. <li class="blockList">
  810. <h4>createPanelCategories</h4>
  811. <pre>private&nbsp;void&nbsp;createPanelCategories()</pre>
  812. </li>
  813. </ul>
  814. <a name="createPanelReponses()">
  815. <!-- -->
  816. </a>
  817. <ul class="blockList">
  818. <li class="blockList">
  819. <h4>createPanelReponses</h4>
  820. <pre>private&nbsp;void&nbsp;createPanelReponses()</pre>
  821. </li>
  822. </ul>
  823. <a name="createPanelQuestion()">
  824. <!-- -->
  825. </a>
  826. <ul class="blockList">
  827. <li class="blockList">
  828. <h4>createPanelQuestion</h4>
  829. <pre>private&nbsp;void&nbsp;createPanelQuestion()</pre>
  830. </li>
  831. </ul>
  832. <a name="modem56k()">
  833. <!-- -->
  834. </a>
  835. <ul class="blockList">
  836. <li class="blockList">
  837. <h4>modem56k</h4>
  838. <pre>public&nbsp;void&nbsp;modem56k()</pre>
  839. </li>
  840. </ul>
  841. <a name="nyan()">
  842. <!-- -->
  843. </a>
  844. <ul class="blockList">
  845. <li class="blockList">
  846. <h4>nyan</h4>
  847. <pre>public&nbsp;void&nbsp;nyan()</pre>
  848. </li>
  849. </ul>
  850. <a name="configureBDD(boolean)">
  851. <!-- -->
  852. </a>
  853. <ul class="blockList">
  854. <li class="blockList">
  855. <h4>configureBDD</h4>
  856. <pre>public&nbsp;boolean&nbsp;configureBDD(boolean&nbsp;showExitButton)</pre>
  857. </li>
  858. </ul>
  859. <a name="tryToConnect()">
  860. <!-- -->
  861. </a>
  862. <ul class="blockList">
  863. <li class="blockList">
  864. <h4>tryToConnect</h4>
  865. <pre>private&nbsp;void&nbsp;tryToConnect()</pre>
  866. </li>
  867. </ul>
  868. <a name="setStatusText(java.lang.String, java.awt.Color)">
  869. <!-- -->
  870. </a>
  871. <ul class="blockList">
  872. <li class="blockList">
  873. <h4>setStatusText</h4>
  874. <pre>private&nbsp;void&nbsp;setStatusText(java.lang.String&nbsp;message,
  875. java.awt.Color&nbsp;color)</pre>
  876. </li>
  877. </ul>
  878. <a name="setStatusText(java.lang.String)">
  879. <!-- -->
  880. </a>
  881. <ul class="blockList">
  882. <li class="blockList">
  883. <h4>setStatusText</h4>
  884. <pre>private&nbsp;void&nbsp;setStatusText(java.lang.String&nbsp;message)</pre>
  885. </li>
  886. </ul>
  887. <a name="setReponsesPanelEnabled(boolean)">
  888. <!-- -->
  889. </a>
  890. <ul class="blockList">
  891. <li class="blockList">
  892. <h4>setReponsesPanelEnabled</h4>
  893. <pre>private&nbsp;void&nbsp;setReponsesPanelEnabled(boolean&nbsp;active)</pre>
  894. </li>
  895. </ul>
  896. <a name="setQuestionsPanelEnabled(boolean)">
  897. <!-- -->
  898. </a>
  899. <ul class="blockList">
  900. <li class="blockList">
  901. <h4>setQuestionsPanelEnabled</h4>
  902. <pre>private&nbsp;void&nbsp;setQuestionsPanelEnabled(boolean&nbsp;active)</pre>
  903. </li>
  904. </ul>
  905. <a name="reSelectCategorie(java.lang.String)">
  906. <!-- -->
  907. </a>
  908. <ul class="blockList">
  909. <li class="blockList">
  910. <h4>reSelectCategorie</h4>
  911. <pre>private&nbsp;void&nbsp;reSelectCategorie(java.lang.String&nbsp;newCatName)
  912. throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre>
  913. <dl><dt><span class="strong">Throws:</span></dt>
  914. <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code></dd></dl>
  915. </li>
  916. </ul>
  917. <a name="reSelectReponses(java.lang.String, java.lang.String)">
  918. <!-- -->
  919. </a>
  920. <ul class="blockList">
  921. <li class="blockList">
  922. <h4>reSelectReponses</h4>
  923. <pre>private&nbsp;void&nbsp;reSelectReponses(java.lang.String&nbsp;rep1,
  924. java.lang.String&nbsp;rep2)
  925. throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre>
  926. <dl><dt><span class="strong">Throws:</span></dt>
  927. <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code></dd></dl>
  928. </li>
  929. </ul>
  930. <a name="reSelectQuestion(java.lang.String)">
  931. <!-- -->
  932. </a>
  933. <ul class="blockList">
  934. <li class="blockList">
  935. <h4>reSelectQuestion</h4>
  936. <pre>private&nbsp;void&nbsp;reSelectQuestion(java.lang.String&nbsp;intitule)
  937. throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre>
  938. <dl><dt><span class="strong">Throws:</span></dt>
  939. <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code></dd></dl>
  940. </li>
  941. </ul>
  942. <a name="getCategorieList()">
  943. <!-- -->
  944. </a>
  945. <ul class="blockListLast">
  946. <li class="blockList">
  947. <h4>getCategorieList</h4>
  948. <pre>private&nbsp;java.lang.String[]&nbsp;getCategorieList()</pre>
  949. </li>
  950. </ul>
  951. </li>
  952. </ul>
  953. </li>
  954. </ul>
  955. </div>
  956. </div>
  957. <!-- ========= END OF CLASS DATA ========= -->
  958. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  959. <div class="bottomNav"><a name="navbar_bottom">
  960. <!-- -->
  961. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  962. <!-- -->
  963. </a>
  964. <ul class="navList" title="Navigation">
  965. <li><a href="../overview-summary.html">Overview</a></li>
  966. <li><a href="package-summary.html">Package</a></li>
  967. <li class="navBarCell1Rev">Class</li>
  968. <li><a href="package-tree.html">Tree</a></li>
  969. <li><a href="../deprecated-list.html">Deprecated</a></li>
  970. <li><a href="../index-files/index-1.html">Index</a></li>
  971. <li><a href="../help-doc.html">Help</a></li>
  972. </ul>
  973. </div>
  974. <div class="subNav">
  975. <ul class="navList">
  976. <li><a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li>
  977. <li><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique"><span class="strong">Next Class</span></a></li>
  978. </ul>
  979. <ul class="navList">
  980. <li><a href="../index.html?InterfaceGraphique/InterfacePrincipale.html" target="_top">Frames</a></li>
  981. <li><a href="InterfacePrincipale.html" target="_top">No Frames</a></li>
  982. </ul>
  983. <ul class="navList" id="allclasses_navbar_bottom">
  984. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  985. </ul>
  986. <div>
  987. <script type="text/javascript"><!--
  988. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  989. if(window==top) {
  990. allClassesLink.style.display = "block";
  991. }
  992. else {
  993. allClassesLink.style.display = "none";
  994. }
  995. //-->
  996. </script>
  997. </div>
  998. <div>
  999. <ul class="subNavList">
  1000. <li>Summary:&nbsp;</li>
  1001. <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
  1002. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  1003. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  1004. <li><a href="#method_summary">Method</a></li>
  1005. </ul>
  1006. <ul class="subNavList">
  1007. <li>Detail:&nbsp;</li>
  1008. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  1009. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  1010. <li><a href="#method_detail">Method</a></li>
  1011. </ul>
  1012. </div>
  1013. <a name="skip-navbar_bottom">
  1014. <!-- -->
  1015. </a></div>
  1016. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  1017. </body>
  1018. </html>