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

NouvelleReponseDialog.html 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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:27 CEST 2015 -->
  6. <title>NouvelleReponseDialog</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="NouvelleReponseDialog";
  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/DialogBoxes/NouvelleQuestionDialog.html" title="class in InterfaceGraphique.DialogBoxes"><span class="strong">Prev Class</span></a></li>
  39. <li>Next Class</li>
  40. </ul>
  41. <ul class="navList">
  42. <li><a href="../../index.html?InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html" target="_top">Frames</a></li>
  43. <li><a href="NouvelleReponseDialog.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_classes_inherited_from_class_javax.swing.JDialog">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.DialogBoxes</div>
  82. <h2 title="Class NouvelleReponseDialog" class="title">Class NouvelleReponseDialog</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.Dialog</li>
  99. <li>
  100. <ul class="inheritance">
  101. <li>javax.swing.JDialog</li>
  102. <li>
  103. <ul class="inheritance">
  104. <li>InterfaceGraphique.DialogBoxes.NouvelleReponseDialog</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.event.ActionListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</dd>
  124. </dl>
  125. <hr>
  126. <br>
  127. <pre>public class <span class="strong">NouvelleReponseDialog</span>
  128. extends javax.swing.JDialog
  129. implements java.awt.event.ActionListener</pre>
  130. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../serialized-form.html#InterfaceGraphique.DialogBoxes.NouvelleReponseDialog">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. <ul class="blockList">
  144. <li class="blockList"><a name="nested_classes_inherited_from_class_javax.swing.JDialog">
  145. <!-- -->
  146. </a>
  147. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JDialog</h3>
  148. <code>javax.swing.JDialog.AccessibleJDialog</code></li>
  149. </ul>
  150. <ul class="blockList">
  151. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Dialog">
  152. <!-- -->
  153. </a>
  154. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Dialog</h3>
  155. <code>java.awt.Dialog.AccessibleAWTDialog, java.awt.Dialog.ModalExclusionType, java.awt.Dialog.ModalityType</code></li>
  156. </ul>
  157. <ul class="blockList">
  158. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Window">
  159. <!-- -->
  160. </a>
  161. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
  162. <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
  163. </ul>
  164. <ul class="blockList">
  165. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Container">
  166. <!-- -->
  167. </a>
  168. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
  169. <code>java.awt.Container.AccessibleAWTContainer</code></li>
  170. </ul>
  171. <ul class="blockList">
  172. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Component">
  173. <!-- -->
  174. </a>
  175. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  176. <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
  177. </ul>
  178. </li>
  179. </ul>
  180. <!-- =========== FIELD SUMMARY =========== -->
  181. <ul class="blockList">
  182. <li class="blockList"><a name="field_summary">
  183. <!-- -->
  184. </a>
  185. <h3>Field Summary</h3>
  186. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  187. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  188. <tr>
  189. <th class="colFirst" scope="col">Modifier and Type</th>
  190. <th class="colLast" scope="col">Field and Description</th>
  191. </tr>
  192. <tr class="altColor">
  193. <td class="colFirst"><code>private javax.swing.JButton</code></td>
  194. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#annuler">annuler</a></strong></code>&nbsp;</td>
  195. </tr>
  196. <tr class="rowColor">
  197. <td class="colFirst"><code>private javax.swing.JComboBox</code></td>
  198. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#comboCat">comboCat</a></strong></code>&nbsp;</td>
  199. </tr>
  200. <tr class="altColor">
  201. <td class="colFirst"><code>private boolean</code></td>
  202. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#mofidEffectues">mofidEffectues</a></strong></code>&nbsp;</td>
  203. </tr>
  204. <tr class="rowColor">
  205. <td class="colFirst"><code>private javax.swing.JButton</code></td>
  206. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#ok">ok</a></strong></code>&nbsp;</td>
  207. </tr>
  208. <tr class="altColor">
  209. <td class="colFirst"><code>private javax.swing.JTextField</code></td>
  210. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#rep1">rep1</a></strong></code>&nbsp;</td>
  211. </tr>
  212. <tr class="rowColor">
  213. <td class="colFirst"><code>private javax.swing.JTextField</code></td>
  214. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#rep2">rep2</a></strong></code>&nbsp;</td>
  215. </tr>
  216. </table>
  217. <ul class="blockList">
  218. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.JDialog">
  219. <!-- -->
  220. </a>
  221. <h3>Fields inherited from class&nbsp;javax.swing.JDialog</h3>
  222. <code>accessibleContext, rootPane, rootPaneCheckingEnabled</code></li>
  223. </ul>
  224. <ul class="blockList">
  225. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Dialog">
  226. <!-- -->
  227. </a>
  228. <h3>Fields inherited from class&nbsp;java.awt.Dialog</h3>
  229. <code>DEFAULT_MODALITY_TYPE</code></li>
  230. </ul>
  231. <ul class="blockList">
  232. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Component">
  233. <!-- -->
  234. </a>
  235. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  236. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  237. </ul>
  238. <ul class="blockList">
  239. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.WindowConstants">
  240. <!-- -->
  241. </a>
  242. <h3>Fields inherited from interface&nbsp;javax.swing.WindowConstants</h3>
  243. <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE</code></li>
  244. </ul>
  245. <ul class="blockList">
  246. <li class="blockList"><a name="fields_inherited_from_class_java.awt.image.ImageObserver">
  247. <!-- -->
  248. </a>
  249. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  250. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  251. </ul>
  252. </li>
  253. </ul>
  254. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  255. <ul class="blockList">
  256. <li class="blockList"><a name="constructor_summary">
  257. <!-- -->
  258. </a>
  259. <h3>Constructor Summary</h3>
  260. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  261. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  262. <tr>
  263. <th class="colOne" scope="col">Constructor and Description</th>
  264. </tr>
  265. <tr class="altColor">
  266. <td class="colOne"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#NouvelleReponseDialog(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String[],%20javax.swing.JFrame)">NouvelleReponseDialog</a></strong>(java.lang.String&nbsp;title,
  267. java.lang.String&nbsp;defRep1,
  268. java.lang.String&nbsp;defRep2,
  269. java.lang.String&nbsp;defCategorie,
  270. java.lang.String[]&nbsp;tabCategorie,
  271. javax.swing.JFrame&nbsp;parent)</code>&nbsp;</td>
  272. </tr>
  273. </table>
  274. </li>
  275. </ul>
  276. <!-- ========== METHOD SUMMARY =========== -->
  277. <ul class="blockList">
  278. <li class="blockList"><a name="method_summary">
  279. <!-- -->
  280. </a>
  281. <h3>Method Summary</h3>
  282. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  283. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  284. <tr>
  285. <th class="colFirst" scope="col">Modifier and Type</th>
  286. <th class="colLast" scope="col">Method and Description</th>
  287. </tr>
  288. <tr class="altColor">
  289. <td class="colFirst"><code>void</code></td>
  290. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</a></strong>(java.awt.event.ActionEvent&nbsp;e)</code>&nbsp;</td>
  291. </tr>
  292. <tr class="rowColor">
  293. <td class="colFirst"><code>boolean</code></td>
  294. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#afficher()">afficher</a></strong>()</code>&nbsp;</td>
  295. </tr>
  296. <tr class="altColor">
  297. <td class="colFirst"><code>private void</code></td>
  298. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#createInterface(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String[])">createInterface</a></strong>(java.lang.String&nbsp;defRep1,
  299. java.lang.String&nbsp;defRep2,
  300. java.lang.String&nbsp;defCategorie,
  301. java.lang.String[]&nbsp;tabCategorie)</code>&nbsp;</td>
  302. </tr>
  303. <tr class="rowColor">
  304. <td class="colFirst"><code>java.lang.String</code></td>
  305. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#getCat()">getCat</a></strong>()</code>&nbsp;</td>
  306. </tr>
  307. <tr class="altColor">
  308. <td class="colFirst"><code>java.lang.String</code></td>
  309. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#getRep1()">getRep1</a></strong>()</code>&nbsp;</td>
  310. </tr>
  311. <tr class="rowColor">
  312. <td class="colFirst"><code>java.lang.String</code></td>
  313. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html#getRep2()">getRep2</a></strong>()</code>&nbsp;</td>
  314. </tr>
  315. </table>
  316. <ul class="blockList">
  317. <li class="blockList"><a name="methods_inherited_from_class_javax.swing.JDialog">
  318. <!-- -->
  319. </a>
  320. <h3>Methods inherited from class&nbsp;javax.swing.JDialog</h3>
  321. <code>addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</code></li>
  322. </ul>
  323. <ul class="blockList">
  324. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Dialog">
  325. <!-- -->
  326. </a>
  327. <h3>Methods inherited from class&nbsp;java.awt.Dialog</h3>
  328. <code>addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setBackground, setModal, setModalityType, setOpacity, setResizable, setShape, setTitle, setUndecorated, setVisible, show, toBack</code></li>
  329. </ul>
  330. <ul class="blockList">
  331. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Window">
  332. <!-- -->
  333. </a>
  334. <h3>Methods inherited from class&nbsp;java.awt.Window</h3>
  335. <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, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, toFront</code></li>
  336. </ul>
  337. <ul class="blockList">
  338. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Container">
  339. <!-- -->
  340. </a>
  341. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  342. <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>
  343. </ul>
  344. <ul class="blockList">
  345. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Component">
  346. <!-- -->
  347. </a>
  348. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  349. <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, remove, 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>
  350. </ul>
  351. <ul class="blockList">
  352. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  353. <!-- -->
  354. </a>
  355. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  356. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  357. </ul>
  358. </li>
  359. </ul>
  360. </li>
  361. </ul>
  362. </div>
  363. <div class="details">
  364. <ul class="blockList">
  365. <li class="blockList">
  366. <!-- ============ FIELD DETAIL =========== -->
  367. <ul class="blockList">
  368. <li class="blockList"><a name="field_detail">
  369. <!-- -->
  370. </a>
  371. <h3>Field Detail</h3>
  372. <a name="rep1">
  373. <!-- -->
  374. </a>
  375. <ul class="blockList">
  376. <li class="blockList">
  377. <h4>rep1</h4>
  378. <pre>private&nbsp;javax.swing.JTextField rep1</pre>
  379. </li>
  380. </ul>
  381. <a name="rep2">
  382. <!-- -->
  383. </a>
  384. <ul class="blockList">
  385. <li class="blockList">
  386. <h4>rep2</h4>
  387. <pre>private&nbsp;javax.swing.JTextField rep2</pre>
  388. </li>
  389. </ul>
  390. <a name="ok">
  391. <!-- -->
  392. </a>
  393. <ul class="blockList">
  394. <li class="blockList">
  395. <h4>ok</h4>
  396. <pre>private&nbsp;javax.swing.JButton ok</pre>
  397. </li>
  398. </ul>
  399. <a name="annuler">
  400. <!-- -->
  401. </a>
  402. <ul class="blockList">
  403. <li class="blockList">
  404. <h4>annuler</h4>
  405. <pre>private&nbsp;javax.swing.JButton annuler</pre>
  406. </li>
  407. </ul>
  408. <a name="mofidEffectues">
  409. <!-- -->
  410. </a>
  411. <ul class="blockList">
  412. <li class="blockList">
  413. <h4>mofidEffectues</h4>
  414. <pre>private&nbsp;boolean mofidEffectues</pre>
  415. </li>
  416. </ul>
  417. <a name="comboCat">
  418. <!-- -->
  419. </a>
  420. <ul class="blockListLast">
  421. <li class="blockList">
  422. <h4>comboCat</h4>
  423. <pre>private&nbsp;javax.swing.JComboBox comboCat</pre>
  424. </li>
  425. </ul>
  426. </li>
  427. </ul>
  428. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  429. <ul class="blockList">
  430. <li class="blockList"><a name="constructor_detail">
  431. <!-- -->
  432. </a>
  433. <h3>Constructor Detail</h3>
  434. <a name="NouvelleReponseDialog(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], javax.swing.JFrame)">
  435. <!-- -->
  436. </a>
  437. <ul class="blockListLast">
  438. <li class="blockList">
  439. <h4>NouvelleReponseDialog</h4>
  440. <pre>public&nbsp;NouvelleReponseDialog(java.lang.String&nbsp;title,
  441. java.lang.String&nbsp;defRep1,
  442. java.lang.String&nbsp;defRep2,
  443. java.lang.String&nbsp;defCategorie,
  444. java.lang.String[]&nbsp;tabCategorie,
  445. javax.swing.JFrame&nbsp;parent)</pre>
  446. </li>
  447. </ul>
  448. </li>
  449. </ul>
  450. <!-- ============ METHOD DETAIL ========== -->
  451. <ul class="blockList">
  452. <li class="blockList"><a name="method_detail">
  453. <!-- -->
  454. </a>
  455. <h3>Method Detail</h3>
  456. <a name="createInterface(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])">
  457. <!-- -->
  458. </a>
  459. <ul class="blockList">
  460. <li class="blockList">
  461. <h4>createInterface</h4>
  462. <pre>private&nbsp;void&nbsp;createInterface(java.lang.String&nbsp;defRep1,
  463. java.lang.String&nbsp;defRep2,
  464. java.lang.String&nbsp;defCategorie,
  465. java.lang.String[]&nbsp;tabCategorie)</pre>
  466. </li>
  467. </ul>
  468. <a name="afficher()">
  469. <!-- -->
  470. </a>
  471. <ul class="blockList">
  472. <li class="blockList">
  473. <h4>afficher</h4>
  474. <pre>public&nbsp;boolean&nbsp;afficher()</pre>
  475. </li>
  476. </ul>
  477. <a name="actionPerformed(java.awt.event.ActionEvent)">
  478. <!-- -->
  479. </a>
  480. <ul class="blockList">
  481. <li class="blockList">
  482. <h4>actionPerformed</h4>
  483. <pre>public&nbsp;void&nbsp;actionPerformed(java.awt.event.ActionEvent&nbsp;e)</pre>
  484. <dl>
  485. <dt><strong>Specified by:</strong></dt>
  486. <dd><code>actionPerformed</code>&nbsp;in interface&nbsp;<code>java.awt.event.ActionListener</code></dd>
  487. </dl>
  488. </li>
  489. </ul>
  490. <a name="getRep2()">
  491. <!-- -->
  492. </a>
  493. <ul class="blockList">
  494. <li class="blockList">
  495. <h4>getRep2</h4>
  496. <pre>public&nbsp;java.lang.String&nbsp;getRep2()</pre>
  497. </li>
  498. </ul>
  499. <a name="getRep1()">
  500. <!-- -->
  501. </a>
  502. <ul class="blockList">
  503. <li class="blockList">
  504. <h4>getRep1</h4>
  505. <pre>public&nbsp;java.lang.String&nbsp;getRep1()</pre>
  506. </li>
  507. </ul>
  508. <a name="getCat()">
  509. <!-- -->
  510. </a>
  511. <ul class="blockListLast">
  512. <li class="blockList">
  513. <h4>getCat</h4>
  514. <pre>public&nbsp;java.lang.String&nbsp;getCat()</pre>
  515. </li>
  516. </ul>
  517. </li>
  518. </ul>
  519. </li>
  520. </ul>
  521. </div>
  522. </div>
  523. <!-- ========= END OF CLASS DATA ========= -->
  524. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  525. <div class="bottomNav"><a name="navbar_bottom">
  526. <!-- -->
  527. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  528. <!-- -->
  529. </a>
  530. <ul class="navList" title="Navigation">
  531. <li><a href="../../overview-summary.html">Overview</a></li>
  532. <li><a href="package-summary.html">Package</a></li>
  533. <li class="navBarCell1Rev">Class</li>
  534. <li><a href="package-tree.html">Tree</a></li>
  535. <li><a href="../../deprecated-list.html">Deprecated</a></li>
  536. <li><a href="../../index-files/index-1.html">Index</a></li>
  537. <li><a href="../../help-doc.html">Help</a></li>
  538. </ul>
  539. </div>
  540. <div class="subNav">
  541. <ul class="navList">
  542. <li><a href="../../InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html" title="class in InterfaceGraphique.DialogBoxes"><span class="strong">Prev Class</span></a></li>
  543. <li>Next Class</li>
  544. </ul>
  545. <ul class="navList">
  546. <li><a href="../../index.html?InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.html" target="_top">Frames</a></li>
  547. <li><a href="NouvelleReponseDialog.html" target="_top">No Frames</a></li>
  548. </ul>
  549. <ul class="navList" id="allclasses_navbar_bottom">
  550. <li><a href="../../allclasses-noframe.html">All Classes</a></li>
  551. </ul>
  552. <div>
  553. <script type="text/javascript"><!--
  554. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  555. if(window==top) {
  556. allClassesLink.style.display = "block";
  557. }
  558. else {
  559. allClassesLink.style.display = "none";
  560. }
  561. //-->
  562. </script>
  563. </div>
  564. <div>
  565. <ul class="subNavList">
  566. <li>Summary:&nbsp;</li>
  567. <li><a href="#nested_classes_inherited_from_class_javax.swing.JDialog">Nested</a>&nbsp;|&nbsp;</li>
  568. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  569. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  570. <li><a href="#method_summary">Method</a></li>
  571. </ul>
  572. <ul class="subNavList">
  573. <li>Detail:&nbsp;</li>
  574. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  575. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  576. <li><a href="#method_detail">Method</a></li>
  577. </ul>
  578. </div>
  579. <a name="skip-navbar_bottom">
  580. <!-- -->
  581. </a></div>
  582. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  583. </body>
  584. </html>