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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019
  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:34 CEST 2015 -->
  6. <meta http-equiv="Content-Type" content="text/html" charset="utf8">
  7. <title>InterfacePrincipale</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="InterfacePrincipale";
  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><a href="package-summary.html">Package</a></li>
  30. <li class="navBarCell1Rev">Class</li>
  31. <li><a href="package-tree.html">Tree</a></li>
  32. <li><a href="../deprecated-list.html">Deprecated</a></li>
  33. <li><a href="../index-files/index-1.html">Index</a></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="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li>
  40. <li><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique"><span class="strong">Next Class</span></a></li>
  41. </ul>
  42. <ul class="navList">
  43. <li><a href="../index.html?InterfaceGraphique/InterfacePrincipale.html" target="_top">Frames</a></li>
  44. <li><a href="InterfacePrincipale.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. <div>
  62. <ul class="subNavList">
  63. <li>Summary:&nbsp;</li>
  64. <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
  65. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  66. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  67. <li><a href="#method_summary">Method</a></li>
  68. </ul>
  69. <ul class="subNavList">
  70. <li>Detail:&nbsp;</li>
  71. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  72. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  73. <li><a href="#method_detail">Method</a></li>
  74. </ul>
  75. </div>
  76. <a name="skip-navbar_top">
  77. <!-- -->
  78. </a></div>
  79. <!-- ========= END OF TOP NAVBAR ========= -->
  80. <!-- ======== START OF CLASS DATA ======== -->
  81. <div class="header">
  82. <div class="subTitle">InterfaceGraphique</div>
  83. <h2 title="Class InterfacePrincipale" class="title">Class InterfacePrincipale</h2>
  84. </div>
  85. <div class="contentContainer">
  86. <ul class="inheritance">
  87. <li>java.lang.Object</li>
  88. <li>
  89. <ul class="inheritance">
  90. <li>java.awt.Component</li>
  91. <li>
  92. <ul class="inheritance">
  93. <li>java.awt.Container</li>
  94. <li>
  95. <ul class="inheritance">
  96. <li>java.awt.Window</li>
  97. <li>
  98. <ul class="inheritance">
  99. <li>java.awt.Frame</li>
  100. <li>
  101. <ul class="inheritance">
  102. <li>javax.swing.JFrame</li>
  103. <li>
  104. <ul class="inheritance">
  105. <li>InterfaceGraphique.InterfacePrincipale</li>
  106. </ul>
  107. </li>
  108. </ul>
  109. </li>
  110. </ul>
  111. </li>
  112. </ul>
  113. </li>
  114. </ul>
  115. </li>
  116. </ul>
  117. </li>
  118. </ul>
  119. <div class="description">
  120. <ul class="blockList">
  121. <li class="blockList">
  122. <dl>
  123. <dt>All Implemented Interfaces:</dt>
  124. <dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</dd>
  125. </dl>
  126. <hr>
  127. <br>
  128. <pre>public class <span class="strong">InterfacePrincipale</span>
  129. extends javax.swing.JFrame</pre>
  130. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#InterfaceGraphique.InterfacePrincipale">Serialized Form</a></dd></dl>
  131. </li>
  132. </ul>
  133. </div>
  134. <div class="summary">
  135. <ul class="blockList">
  136. <li class="blockList">
  137. <!-- ======== NESTED CLASS SUMMARY ======== -->
  138. <ul class="blockList">
  139. <li class="blockList"><a name="nested_class_summary">
  140. <!-- -->
  141. </a>
  142. <h3>Nested Class Summary</h3>
  143. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
  144. <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
  145. <tr>
  146. <th class="colFirst" scope="col">Modifier and Type</th>
  147. <th class="colLast" scope="col">Class and Description</th>
  148. </tr>
  149. <tr class="altColor">
  150. <td class="colFirst"><code>private class&nbsp;</code></td>
  151. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanCategoriesListener</a></strong></code>&nbsp;</td>
  152. </tr>
  153. <tr class="rowColor">
  154. <td class="colFirst"><code>private class&nbsp;</code></td>
  155. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanQuestionsListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanQuestionsListener</a></strong></code>&nbsp;</td>
  156. </tr>
  157. <tr class="altColor">
  158. <td class="colFirst"><code>private class&nbsp;</code></td>
  159. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.PanReponsesListener.html" title="class in InterfaceGraphique">InterfacePrincipale.PanReponsesListener</a></strong></code>&nbsp;</td>
  160. </tr>
  161. </table>
  162. <ul class="blockList">
  163. <li class="blockList"><a name="nested_classes_inherited_from_class_javax.swing.JFrame">
  164. <!-- -->
  165. </a>
  166. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JFrame</h3>
  167. <code>javax.swing.JFrame.AccessibleJFrame</code></li>
  168. </ul>
  169. <ul class="blockList">
  170. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Frame">
  171. <!-- -->
  172. </a>
  173. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Frame</h3>
  174. <code>java.awt.Frame.AccessibleAWTFrame</code></li>
  175. </ul>
  176. <ul class="blockList">
  177. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Window">
  178. <!-- -->
  179. </a>
  180. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
  181. <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
  182. </ul>
  183. <ul class="blockList">
  184. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Container">
  185. <!-- -->
  186. </a>
  187. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
  188. <code>java.awt.Container.AccessibleAWTContainer</code></li>
  189. </ul>
  190. <ul class="blockList">
  191. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Component">
  192. <!-- -->
  193. </a>
  194. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  195. <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
  196. </ul>
  197. </li>
  198. </ul>
  199. <!-- =========== FIELD SUMMARY =========== -->
  200. <ul class="blockList">
  201. <li class="blockList"><a name="field_summary">
  202. <!-- -->
  203. </a>
  204. <h3>Field Summary</h3>
  205. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  206. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  207. <tr>
  208. <th class="colFirst" scope="col">Modifier and Type</th>
  209. <th class="colLast" scope="col">Field and Description</th>
  210. </tr>
  211. <tr class="altColor">
  212. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  213. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addC">addC</a></strong></code>&nbsp;</td>
  214. </tr>
  215. <tr class="rowColor">
  216. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  217. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addQ">addQ</a></strong></code>&nbsp;</td>
  218. </tr>
  219. <tr class="altColor">
  220. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  221. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#addR">addR</a></strong></code>&nbsp;</td>
  222. </tr>
  223. <tr class="rowColor">
  224. <td class="colFirst"><code>private <a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a></code></td>
  225. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#bdd">bdd</a></strong></code>&nbsp;</td>
  226. </tr>
  227. <tr class="altColor">
  228. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  229. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#config">config</a></strong></code>&nbsp;</td>
  230. </tr>
  231. <tr class="rowColor">
  232. <td class="colFirst"><code>private <a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a></code></td>
  233. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#configBDD">configBDD</a></strong></code>&nbsp;</td>
  234. </tr>
  235. <tr class="altColor">
  236. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  237. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delC">delC</a></strong></code>&nbsp;</td>
  238. </tr>
  239. <tr class="rowColor">
  240. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  241. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delImg">delImg</a></strong></code>&nbsp;</td>
  242. </tr>
  243. <tr class="altColor">
  244. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  245. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delQ">delQ</a></strong></code>&nbsp;</td>
  246. </tr>
  247. <tr class="rowColor">
  248. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  249. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#delR">delR</a></strong></code>&nbsp;</td>
  250. </tr>
  251. <tr class="altColor">
  252. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  253. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editC">editC</a></strong></code>&nbsp;</td>
  254. </tr>
  255. <tr class="rowColor">
  256. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  257. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editImg">editImg</a></strong></code>&nbsp;</td>
  258. </tr>
  259. <tr class="altColor">
  260. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  261. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editQ">editQ</a></strong></code>&nbsp;</td>
  262. </tr>
  263. <tr class="rowColor">
  264. <td class="colFirst"><code>private <a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a></code></td>
  265. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#editR">editR</a></strong></code>&nbsp;</td>
  266. </tr>
  267. <tr class="altColor">
  268. <td class="colFirst"><code>private static java.awt.Color</code></td>
  269. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#ERROR_COLOR">ERROR_COLOR</a></strong></code>&nbsp;</td>
  270. </tr>
  271. <tr class="rowColor">
  272. <td class="colFirst"><code>private static java.awt.Color</code></td>
  273. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#INFO_COLOR">INFO_COLOR</a></strong></code>&nbsp;</td>
  274. </tr>
  275. <tr class="altColor">
  276. <td class="colFirst"><code>private javax.swing.JList</code></td>
  277. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listC">listC</a></strong></code>&nbsp;</td>
  278. </tr>
  279. <tr class="rowColor">
  280. <td class="colFirst"><code>private javax.swing.JList</code></td>
  281. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listQ">listQ</a></strong></code>&nbsp;</td>
  282. </tr>
  283. <tr class="altColor">
  284. <td class="colFirst"><code>private javax.swing.JList</code></td>
  285. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#listR">listR</a></strong></code>&nbsp;</td>
  286. </tr>
  287. <tr class="rowColor">
  288. <td class="colFirst"><code>private static java.awt.Color</code></td>
  289. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#NORMAL_COLOR">NORMAL_COLOR</a></strong></code>&nbsp;</td>
  290. </tr>
  291. <tr class="altColor">
  292. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  293. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panCategories">panCategories</a></strong></code>&nbsp;</td>
  294. </tr>
  295. <tr class="rowColor">
  296. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  297. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panQuestions">panQuestions</a></strong></code>&nbsp;</td>
  298. </tr>
  299. <tr class="altColor">
  300. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  301. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#panReponses">panReponses</a></strong></code>&nbsp;</td>
  302. </tr>
  303. <tr class="rowColor">
  304. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  305. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#plusImg">plusImg</a></strong></code>&nbsp;</td>
  306. </tr>
  307. <tr class="altColor">
  308. <td class="colFirst"><code>private javax.swing.ImageIcon</code></td>
  309. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setupImg">setupImg</a></strong></code>&nbsp;</td>
  310. </tr>
  311. <tr class="rowColor">
  312. <td class="colFirst"><code>private javax.swing.JPanel</code></td>
  313. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#statusBar">statusBar</a></strong></code>&nbsp;</td>
  314. </tr>
  315. <tr class="altColor">
  316. <td class="colFirst"><code>private javax.swing.JLabel</code></td>
  317. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#statusText">statusText</a></strong></code>&nbsp;</td>
  318. </tr>
  319. </table>
  320. <ul class="blockList">
  321. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.JFrame">
  322. <!-- -->
  323. </a>
  324. <h3>Fields inherited from class&nbsp;javax.swing.JFrame</h3>
  325. <code>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</code></li>
  326. </ul>
  327. <ul class="blockList">
  328. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Frame">
  329. <!-- -->
  330. </a>
  331. <h3>Fields inherited from class&nbsp;java.awt.Frame</h3>
  332. <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>
  333. </ul>
  334. <ul class="blockList">
  335. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Component">
  336. <!-- -->
  337. </a>
  338. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  339. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  340. </ul>
  341. <ul class="blockList">
  342. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.WindowConstants">
  343. <!-- -->
  344. </a>
  345. <h3>Fields inherited from interface&nbsp;javax.swing.WindowConstants</h3>
  346. <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</code></li>
  347. </ul>
  348. <ul class="blockList">
  349. <li class="blockList"><a name="fields_inherited_from_class_java.awt.image.ImageObserver">
  350. <!-- -->
  351. </a>
  352. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  353. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  354. </ul>
  355. </li>
  356. </ul>
  357. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  358. <ul class="blockList">
  359. <li class="blockList"><a name="constructor_summary">
  360. <!-- -->
  361. </a>
  362. <h3>Constructor Summary</h3>
  363. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  364. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  365. <tr>
  366. <th class="colOne" scope="col">Constructor and Description</th>
  367. </tr>
  368. <tr class="altColor">
  369. <td class="colOne"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#InterfacePrincipale()">InterfacePrincipale</a></strong>()</code>&nbsp;</td>
  370. </tr>
  371. </table>
  372. </li>
  373. </ul>
  374. <!-- ========== METHOD SUMMARY =========== -->
  375. <ul class="blockList">
  376. <li class="blockList"><a name="method_summary">
  377. <!-- -->
  378. </a>
  379. <h3>Method Summary</h3>
  380. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  381. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  382. <tr>
  383. <th class="colFirst" scope="col">Modifier and Type</th>
  384. <th class="colLast" scope="col">Method and Description</th>
  385. </tr>
  386. <tr class="altColor">
  387. <td class="colFirst"><code>boolean</code></td>
  388. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#configureBDD(boolean)">configureBDD</a></strong>(boolean&nbsp;showExitButton)</code>&nbsp;</td>
  389. </tr>
  390. <tr class="rowColor">
  391. <td class="colFirst"><code>private void</code></td>
  392. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelCategories()">createPanelCategories</a></strong>()</code>&nbsp;</td>
  393. </tr>
  394. <tr class="altColor">
  395. <td class="colFirst"><code>private void</code></td>
  396. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelQuestion()">createPanelQuestion</a></strong>()</code>&nbsp;</td>
  397. </tr>
  398. <tr class="rowColor">
  399. <td class="colFirst"><code>private void</code></td>
  400. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createPanelReponses()">createPanelReponses</a></strong>()</code>&nbsp;</td>
  401. </tr>
  402. <tr class="altColor">
  403. <td class="colFirst"><code>private void</code></td>
  404. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#createStatusBar()">createStatusBar</a></strong>()</code>&nbsp;</td>
  405. </tr>
  406. <tr class="rowColor">
  407. <td class="colFirst"><code>private java.lang.String[]</code></td>
  408. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#getCategorieList()">getCategorieList</a></strong>()</code>&nbsp;</td>
  409. </tr>
  410. <tr class="altColor">
  411. <td class="colFirst"><code>private void</code></td>
  412. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#loadImgBouton()">loadImgBouton</a></strong>()</code>&nbsp;</td>
  413. </tr>
  414. <tr class="rowColor">
  415. <td class="colFirst"><code>void</code></td>
  416. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#modem56k()">modem56k</a></strong>()</code>&nbsp;</td>
  417. </tr>
  418. <tr class="altColor">
  419. <td class="colFirst"><code>void</code></td>
  420. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#nyan()">nyan</a></strong>()</code>&nbsp;</td>
  421. </tr>
  422. <tr class="rowColor">
  423. <td class="colFirst"><code>private void</code></td>
  424. <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>
  425. </tr>
  426. <tr class="altColor">
  427. <td class="colFirst"><code>private void</code></td>
  428. <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>
  429. </tr>
  430. <tr class="rowColor">
  431. <td class="colFirst"><code>private void</code></td>
  432. <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,
  433. java.lang.String&nbsp;rep2)</code>&nbsp;</td>
  434. </tr>
  435. <tr class="altColor">
  436. <td class="colFirst"><code>private void</code></td>
  437. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setQuestionsPanelEnabled(boolean)">setQuestionsPanelEnabled</a></strong>(boolean&nbsp;active)</code>&nbsp;</td>
  438. </tr>
  439. <tr class="rowColor">
  440. <td class="colFirst"><code>private void</code></td>
  441. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#setReponsesPanelEnabled(boolean)">setReponsesPanelEnabled</a></strong>(boolean&nbsp;active)</code>&nbsp;</td>
  442. </tr>
  443. <tr class="altColor">
  444. <td class="colFirst"><code>private void</code></td>
  445. <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>
  446. </tr>
  447. <tr class="rowColor">
  448. <td class="colFirst"><code>private void</code></td>
  449. <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,
  450. java.awt.Color&nbsp;color)</code>&nbsp;</td>
  451. </tr>
  452. <tr class="altColor">
  453. <td class="colFirst"><code>private void</code></td>
  454. <td class="colLast"><code><strong><a href="../InterfaceGraphique/InterfacePrincipale.html#tryToConnect()">tryToConnect</a></strong>()</code>&nbsp;</td>
  455. </tr>
  456. </table>
  457. <ul class="blockList">
  458. <li class="blockList"><a name="methods_inherited_from_class_javax.swing.JFrame">
  459. <!-- -->
  460. </a>
  461. <h3>Methods inherited from class&nbsp;javax.swing.JFrame</h3>
  462. <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>
  463. </ul>
  464. <ul class="blockList">
  465. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Frame">
  466. <!-- -->
  467. </a>
  468. <h3>Methods inherited from class&nbsp;java.awt.Frame</h3>
  469. <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>
  470. </ul>
  471. <ul class="blockList">
  472. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Window">
  473. <!-- -->
  474. </a>
  475. <h3>Methods inherited from class&nbsp;java.awt.Window</h3>
  476. <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>
  477. </ul>
  478. <ul class="blockList">
  479. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Container">
  480. <!-- -->
  481. </a>
  482. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  483. <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>
  484. </ul>
  485. <ul class="blockList">
  486. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Component">
  487. <!-- -->
  488. </a>
  489. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  490. <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>
  491. </ul>
  492. <ul class="blockList">
  493. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  494. <!-- -->
  495. </a>
  496. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  497. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  498. </ul>
  499. <ul class="blockList">
  500. <li class="blockList"><a name="methods_inherited_from_class_java.awt.MenuContainer">
  501. <!-- -->
  502. </a>
  503. <h3>Methods inherited from interface&nbsp;java.awt.MenuContainer</h3>
  504. <code>getFont, postEvent</code></li>
  505. </ul>
  506. </li>
  507. </ul>
  508. </li>
  509. </ul>
  510. </div>
  511. <div class="details">
  512. <ul class="blockList">
  513. <li class="blockList">
  514. <!-- ============ FIELD DETAIL =========== -->
  515. <ul class="blockList">
  516. <li class="blockList"><a name="field_detail">
  517. <!-- -->
  518. </a>
  519. <h3>Field Detail</h3>
  520. <a name="panCategories">
  521. <!-- -->
  522. </a>
  523. <ul class="blockList">
  524. <li class="blockList">
  525. <h4>panCategories</h4>
  526. <pre>private&nbsp;javax.swing.JPanel panCategories</pre>
  527. </li>
  528. </ul>
  529. <a name="addC">
  530. <!-- -->
  531. </a>
  532. <ul class="blockList">
  533. <li class="blockList">
  534. <h4>addC</h4>
  535. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addC</pre>
  536. </li>
  537. </ul>
  538. <a name="delC">
  539. <!-- -->
  540. </a>
  541. <ul class="blockList">
  542. <li class="blockList">
  543. <h4>delC</h4>
  544. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delC</pre>
  545. </li>
  546. </ul>
  547. <a name="editC">
  548. <!-- -->
  549. </a>
  550. <ul class="blockList">
  551. <li class="blockList">
  552. <h4>editC</h4>
  553. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editC</pre>
  554. </li>
  555. </ul>
  556. <a name="listC">
  557. <!-- -->
  558. </a>
  559. <ul class="blockList">
  560. <li class="blockList">
  561. <h4>listC</h4>
  562. <pre>private&nbsp;javax.swing.JList listC</pre>
  563. </li>
  564. </ul>
  565. <a name="panReponses">
  566. <!-- -->
  567. </a>
  568. <ul class="blockList">
  569. <li class="blockList">
  570. <h4>panReponses</h4>
  571. <pre>private&nbsp;javax.swing.JPanel panReponses</pre>
  572. </li>
  573. </ul>
  574. <a name="addR">
  575. <!-- -->
  576. </a>
  577. <ul class="blockList">
  578. <li class="blockList">
  579. <h4>addR</h4>
  580. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addR</pre>
  581. </li>
  582. </ul>
  583. <a name="delR">
  584. <!-- -->
  585. </a>
  586. <ul class="blockList">
  587. <li class="blockList">
  588. <h4>delR</h4>
  589. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delR</pre>
  590. </li>
  591. </ul>
  592. <a name="editR">
  593. <!-- -->
  594. </a>
  595. <ul class="blockList">
  596. <li class="blockList">
  597. <h4>editR</h4>
  598. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editR</pre>
  599. </li>
  600. </ul>
  601. <a name="listR">
  602. <!-- -->
  603. </a>
  604. <ul class="blockList">
  605. <li class="blockList">
  606. <h4>listR</h4>
  607. <pre>private&nbsp;javax.swing.JList listR</pre>
  608. </li>
  609. </ul>
  610. <a name="panQuestions">
  611. <!-- -->
  612. </a>
  613. <ul class="blockList">
  614. <li class="blockList">
  615. <h4>panQuestions</h4>
  616. <pre>private&nbsp;javax.swing.JPanel panQuestions</pre>
  617. </li>
  618. </ul>
  619. <a name="addQ">
  620. <!-- -->
  621. </a>
  622. <ul class="blockList">
  623. <li class="blockList">
  624. <h4>addQ</h4>
  625. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> addQ</pre>
  626. </li>
  627. </ul>
  628. <a name="delQ">
  629. <!-- -->
  630. </a>
  631. <ul class="blockList">
  632. <li class="blockList">
  633. <h4>delQ</h4>
  634. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> delQ</pre>
  635. </li>
  636. </ul>
  637. <a name="editQ">
  638. <!-- -->
  639. </a>
  640. <ul class="blockList">
  641. <li class="blockList">
  642. <h4>editQ</h4>
  643. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> editQ</pre>
  644. </li>
  645. </ul>
  646. <a name="listQ">
  647. <!-- -->
  648. </a>
  649. <ul class="blockList">
  650. <li class="blockList">
  651. <h4>listQ</h4>
  652. <pre>private&nbsp;javax.swing.JList listQ</pre>
  653. </li>
  654. </ul>
  655. <a name="plusImg">
  656. <!-- -->
  657. </a>
  658. <ul class="blockList">
  659. <li class="blockList">
  660. <h4>plusImg</h4>
  661. <pre>private&nbsp;javax.swing.ImageIcon plusImg</pre>
  662. </li>
  663. </ul>
  664. <a name="delImg">
  665. <!-- -->
  666. </a>
  667. <ul class="blockList">
  668. <li class="blockList">
  669. <h4>delImg</h4>
  670. <pre>private&nbsp;javax.swing.ImageIcon delImg</pre>
  671. </li>
  672. </ul>
  673. <a name="editImg">
  674. <!-- -->
  675. </a>
  676. <ul class="blockList">
  677. <li class="blockList">
  678. <h4>editImg</h4>
  679. <pre>private&nbsp;javax.swing.ImageIcon editImg</pre>
  680. </li>
  681. </ul>
  682. <a name="setupImg">
  683. <!-- -->
  684. </a>
  685. <ul class="blockList">
  686. <li class="blockList">
  687. <h4>setupImg</h4>
  688. <pre>private&nbsp;javax.swing.ImageIcon setupImg</pre>
  689. </li>
  690. </ul>
  691. <a name="statusBar">
  692. <!-- -->
  693. </a>
  694. <ul class="blockList">
  695. <li class="blockList">
  696. <h4>statusBar</h4>
  697. <pre>private&nbsp;javax.swing.JPanel statusBar</pre>
  698. </li>
  699. </ul>
  700. <a name="statusText">
  701. <!-- -->
  702. </a>
  703. <ul class="blockList">
  704. <li class="blockList">
  705. <h4>statusText</h4>
  706. <pre>private&nbsp;javax.swing.JLabel statusText</pre>
  707. </li>
  708. </ul>
  709. <a name="config">
  710. <!-- -->
  711. </a>
  712. <ul class="blockList">
  713. <li class="blockList">
  714. <h4>config</h4>
  715. <pre>private&nbsp;<a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique">Bouton</a> config</pre>
  716. </li>
  717. </ul>
  718. <a name="bdd">
  719. <!-- -->
  720. </a>
  721. <ul class="blockList">
  722. <li class="blockList">
  723. <h4>bdd</h4>
  724. <pre>private&nbsp;<a href="../GestionBddDAO/ConnexionBDD.html" title="class in GestionBddDAO">ConnexionBDD</a> bdd</pre>
  725. </li>
  726. </ul>
  727. <a name="configBDD">
  728. <!-- -->
  729. </a>
  730. <ul class="blockList">
  731. <li class="blockList">
  732. <h4>configBDD</h4>
  733. <pre>private&nbsp;<a href="../GestionBddDAO/ConfigBDD.html" title="class in GestionBddDAO">ConfigBDD</a> configBDD</pre>
  734. </li>
  735. </ul>
  736. <a name="ERROR_COLOR">
  737. <!-- -->
  738. </a>
  739. <ul class="blockList">
  740. <li class="blockList">
  741. <h4>ERROR_COLOR</h4>
  742. <pre>private static final&nbsp;java.awt.Color ERROR_COLOR</pre>
  743. </li>
  744. </ul>
  745. <a name="INFO_COLOR">
  746. <!-- -->
  747. </a>
  748. <ul class="blockList">
  749. <li class="blockList">
  750. <h4>INFO_COLOR</h4>
  751. <pre>private static final&nbsp;java.awt.Color INFO_COLOR</pre>
  752. </li>
  753. </ul>
  754. <a name="NORMAL_COLOR">
  755. <!-- -->
  756. </a>
  757. <ul class="blockListLast">
  758. <li class="blockList">
  759. <h4>NORMAL_COLOR</h4>
  760. <pre>private static final&nbsp;java.awt.Color NORMAL_COLOR</pre>
  761. </li>
  762. </ul>
  763. </li>
  764. </ul>
  765. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  766. <ul class="blockList">
  767. <li class="blockList"><a name="constructor_detail">
  768. <!-- -->
  769. </a>
  770. <h3>Constructor Detail</h3>
  771. <a name="InterfacePrincipale()">
  772. <!-- -->
  773. </a>
  774. <ul class="blockListLast">
  775. <li class="blockList">
  776. <h4>InterfacePrincipale</h4>
  777. <pre>public&nbsp;InterfacePrincipale()</pre>
  778. </li>
  779. </ul>
  780. </li>
  781. </ul>
  782. <!-- ============ METHOD DETAIL ========== -->
  783. <ul class="blockList">
  784. <li class="blockList"><a name="method_detail">
  785. <!-- -->
  786. </a>
  787. <h3>Method Detail</h3>
  788. <a name="loadImgBouton()">
  789. <!-- -->
  790. </a>
  791. <ul class="blockList">
  792. <li class="blockList">
  793. <h4>loadImgBouton</h4>
  794. <pre>private&nbsp;void&nbsp;loadImgBouton()</pre>
  795. </li>
  796. </ul>
  797. <a name="createStatusBar()">
  798. <!-- -->
  799. </a>
  800. <ul class="blockList">
  801. <li class="blockList">
  802. <h4>createStatusBar</h4>
  803. <pre>private&nbsp;void&nbsp;createStatusBar()</pre>
  804. </li>
  805. </ul>
  806. <a name="createPanelCategories()">
  807. <!-- -->
  808. </a>
  809. <ul class="blockList">
  810. <li class="blockList">
  811. <h4>createPanelCategories</h4>
  812. <pre>private&nbsp;void&nbsp;createPanelCategories()</pre>
  813. </li>
  814. </ul>
  815. <a name="createPanelReponses()">
  816. <!-- -->
  817. </a>
  818. <ul class="blockList">
  819. <li class="blockList">
  820. <h4>createPanelReponses</h4>
  821. <pre>private&nbsp;void&nbsp;createPanelReponses()</pre>
  822. </li>
  823. </ul>
  824. <a name="createPanelQuestion()">
  825. <!-- -->
  826. </a>
  827. <ul class="blockList">
  828. <li class="blockList">
  829. <h4>createPanelQuestion</h4>
  830. <pre>private&nbsp;void&nbsp;createPanelQuestion()</pre>
  831. </li>
  832. </ul>
  833. <a name="modem56k()">
  834. <!-- -->
  835. </a>
  836. <ul class="blockList">
  837. <li class="blockList">
  838. <h4>modem56k</h4>
  839. <pre>public&nbsp;void&nbsp;modem56k()</pre>
  840. </li>
  841. </ul>
  842. <a name="nyan()">
  843. <!-- -->
  844. </a>
  845. <ul class="blockList">
  846. <li class="blockList">
  847. <h4>nyan</h4>
  848. <pre>public&nbsp;void&nbsp;nyan()</pre>
  849. </li>
  850. </ul>
  851. <a name="configureBDD(boolean)">
  852. <!-- -->
  853. </a>
  854. <ul class="blockList">
  855. <li class="blockList">
  856. <h4>configureBDD</h4>
  857. <pre>public&nbsp;boolean&nbsp;configureBDD(boolean&nbsp;showExitButton)</pre>
  858. </li>
  859. </ul>
  860. <a name="tryToConnect()">
  861. <!-- -->
  862. </a>
  863. <ul class="blockList">
  864. <li class="blockList">
  865. <h4>tryToConnect</h4>
  866. <pre>private&nbsp;void&nbsp;tryToConnect()</pre>
  867. </li>
  868. </ul>
  869. <a name="setStatusText(java.lang.String, java.awt.Color)">
  870. <!-- -->
  871. </a>
  872. <ul class="blockList">
  873. <li class="blockList">
  874. <h4>setStatusText</h4>
  875. <pre>private&nbsp;void&nbsp;setStatusText(java.lang.String&nbsp;message,
  876. java.awt.Color&nbsp;color)</pre>
  877. </li>
  878. </ul>
  879. <a name="setStatusText(java.lang.String)">
  880. <!-- -->
  881. </a>
  882. <ul class="blockList">
  883. <li class="blockList">
  884. <h4>setStatusText</h4>
  885. <pre>private&nbsp;void&nbsp;setStatusText(java.lang.String&nbsp;message)</pre>
  886. </li>
  887. </ul>
  888. <a name="setReponsesPanelEnabled(boolean)">
  889. <!-- -->
  890. </a>
  891. <ul class="blockList">
  892. <li class="blockList">
  893. <h4>setReponsesPanelEnabled</h4>
  894. <pre>private&nbsp;void&nbsp;setReponsesPanelEnabled(boolean&nbsp;active)</pre>
  895. </li>
  896. </ul>
  897. <a name="setQuestionsPanelEnabled(boolean)">
  898. <!-- -->
  899. </a>
  900. <ul class="blockList">
  901. <li class="blockList">
  902. <h4>setQuestionsPanelEnabled</h4>
  903. <pre>private&nbsp;void&nbsp;setQuestionsPanelEnabled(boolean&nbsp;active)</pre>
  904. </li>
  905. </ul>
  906. <a name="reSelectCategorie(java.lang.String)">
  907. <!-- -->
  908. </a>
  909. <ul class="blockList">
  910. <li class="blockList">
  911. <h4>reSelectCategorie</h4>
  912. <pre>private&nbsp;void&nbsp;reSelectCategorie(java.lang.String&nbsp;newCatName)
  913. throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre>
  914. <dl><dt><span class="strong">Throws:</span></dt>
  915. <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code></dd></dl>
  916. </li>
  917. </ul>
  918. <a name="reSelectReponses(java.lang.String, java.lang.String)">
  919. <!-- -->
  920. </a>
  921. <ul class="blockList">
  922. <li class="blockList">
  923. <h4>reSelectReponses</h4>
  924. <pre>private&nbsp;void&nbsp;reSelectReponses(java.lang.String&nbsp;rep1,
  925. java.lang.String&nbsp;rep2)
  926. throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre>
  927. <dl><dt><span class="strong">Throws:</span></dt>
  928. <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code></dd></dl>
  929. </li>
  930. </ul>
  931. <a name="reSelectQuestion(java.lang.String)">
  932. <!-- -->
  933. </a>
  934. <ul class="blockList">
  935. <li class="blockList">
  936. <h4>reSelectQuestion</h4>
  937. <pre>private&nbsp;void&nbsp;reSelectQuestion(java.lang.String&nbsp;intitule)
  938. throws <a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></pre>
  939. <dl><dt><span class="strong">Throws:</span></dt>
  940. <dd><code><a href="../GestionErreurs/BDDException.html" title="class in GestionErreurs">BDDException</a></code></dd></dl>
  941. </li>
  942. </ul>
  943. <a name="getCategorieList()">
  944. <!-- -->
  945. </a>
  946. <ul class="blockListLast">
  947. <li class="blockList">
  948. <h4>getCategorieList</h4>
  949. <pre>private&nbsp;java.lang.String[]&nbsp;getCategorieList()</pre>
  950. </li>
  951. </ul>
  952. </li>
  953. </ul>
  954. </li>
  955. </ul>
  956. </div>
  957. </div>
  958. <!-- ========= END OF CLASS DATA ========= -->
  959. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  960. <div class="bottomNav"><a name="navbar_bottom">
  961. <!-- -->
  962. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  963. <!-- -->
  964. </a>
  965. <ul class="navList" title="Navigation">
  966. <li><a href="../overview-summary.html">Overview</a></li>
  967. <li><a href="package-summary.html">Package</a></li>
  968. <li class="navBarCell1Rev">Class</li>
  969. <li><a href="package-tree.html">Tree</a></li>
  970. <li><a href="../deprecated-list.html">Deprecated</a></li>
  971. <li><a href="../index-files/index-1.html">Index</a></li>
  972. <li><a href="../help-doc.html">Help</a></li>
  973. </ul>
  974. </div>
  975. <div class="subNav">
  976. <ul class="navList">
  977. <li><a href="../InterfaceGraphique/Bouton.html" title="class in InterfaceGraphique"><span class="strong">Prev Class</span></a></li>
  978. <li><a href="../InterfaceGraphique/InterfacePrincipale.PanCategoriesListener.html" title="class in InterfaceGraphique"><span class="strong">Next Class</span></a></li>
  979. </ul>
  980. <ul class="navList">
  981. <li><a href="../index.html?InterfaceGraphique/InterfacePrincipale.html" target="_top">Frames</a></li>
  982. <li><a href="InterfacePrincipale.html" target="_top">No Frames</a></li>
  983. </ul>
  984. <ul class="navList" id="allclasses_navbar_bottom">
  985. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  986. </ul>
  987. <div>
  988. <script type="text/javascript"><!--
  989. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  990. if(window==top) {
  991. allClassesLink.style.display = "block";
  992. }
  993. else {
  994. allClassesLink.style.display = "none";
  995. }
  996. //-->
  997. </script>
  998. </div>
  999. <div>
  1000. <ul class="subNavList">
  1001. <li>Summary:&nbsp;</li>
  1002. <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
  1003. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  1004. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  1005. <li><a href="#method_summary">Method</a></li>
  1006. </ul>
  1007. <ul class="subNavList">
  1008. <li>Detail:&nbsp;</li>
  1009. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  1010. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  1011. <li><a href="#method_detail">Method</a></li>
  1012. </ul>
  1013. </div>
  1014. <a name="skip-navbar_bottom">
  1015. <!-- -->
  1016. </a></div>
  1017. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  1018. </body>
  1019. </html>