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

ConnexionBddDialog.html 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  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:32 CEST 2015 -->
  6. <meta http-equiv="Content-Type" content="text/html" charset="utf8">
  7. <title>ConnexionBddDialog</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="ConnexionBddDialog";
  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>Prev Class</li>
  40. <li><a href="../../InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html" title="class in InterfaceGraphique.DialogBoxes"><span class="strong">Next Class</span></a></li>
  41. </ul>
  42. <ul class="navList">
  43. <li><a href="../../index.html?InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" target="_top">Frames</a></li>
  44. <li><a href="ConnexionBddDialog.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_classes_inherited_from_class_javax.swing.JDialog">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.DialogBoxes</div>
  83. <h2 title="Class ConnexionBddDialog" class="title">Class ConnexionBddDialog</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.Dialog</li>
  100. <li>
  101. <ul class="inheritance">
  102. <li>javax.swing.JDialog</li>
  103. <li>
  104. <ul class="inheritance">
  105. <li>InterfaceGraphique.DialogBoxes.ConnexionBddDialog</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.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>
  125. </dl>
  126. <hr>
  127. <br>
  128. <pre>public class <span class="strong">ConnexionBddDialog</span>
  129. extends javax.swing.JDialog
  130. implements java.awt.event.ActionListener</pre>
  131. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../serialized-form.html#InterfaceGraphique.DialogBoxes.ConnexionBddDialog">Serialized Form</a></dd></dl>
  132. </li>
  133. </ul>
  134. </div>
  135. <div class="summary">
  136. <ul class="blockList">
  137. <li class="blockList">
  138. <!-- ======== NESTED CLASS SUMMARY ======== -->
  139. <ul class="blockList">
  140. <li class="blockList"><a name="nested_class_summary">
  141. <!-- -->
  142. </a>
  143. <h3>Nested Class Summary</h3>
  144. <ul class="blockList">
  145. <li class="blockList"><a name="nested_classes_inherited_from_class_javax.swing.JDialog">
  146. <!-- -->
  147. </a>
  148. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JDialog</h3>
  149. <code>javax.swing.JDialog.AccessibleJDialog</code></li>
  150. </ul>
  151. <ul class="blockList">
  152. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Dialog">
  153. <!-- -->
  154. </a>
  155. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Dialog</h3>
  156. <code>java.awt.Dialog.AccessibleAWTDialog, java.awt.Dialog.ModalExclusionType, java.awt.Dialog.ModalityType</code></li>
  157. </ul>
  158. <ul class="blockList">
  159. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Window">
  160. <!-- -->
  161. </a>
  162. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Window</h3>
  163. <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li>
  164. </ul>
  165. <ul class="blockList">
  166. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Container">
  167. <!-- -->
  168. </a>
  169. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
  170. <code>java.awt.Container.AccessibleAWTContainer</code></li>
  171. </ul>
  172. <ul class="blockList">
  173. <li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Component">
  174. <!-- -->
  175. </a>
  176. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  177. <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
  178. </ul>
  179. </li>
  180. </ul>
  181. <!-- =========== FIELD SUMMARY =========== -->
  182. <ul class="blockList">
  183. <li class="blockList"><a name="field_summary">
  184. <!-- -->
  185. </a>
  186. <h3>Field Summary</h3>
  187. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  188. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  189. <tr>
  190. <th class="colFirst" scope="col">Modifier and Type</th>
  191. <th class="colLast" scope="col">Field and Description</th>
  192. </tr>
  193. <tr class="altColor">
  194. <td class="colFirst"><code>private javax.swing.JButton</code></td>
  195. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#annuler">annuler</a></strong></code>&nbsp;</td>
  196. </tr>
  197. <tr class="rowColor">
  198. <td class="colFirst"><code>private javax.swing.JButton</code></td>
  199. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#defParams">defParams</a></strong></code>&nbsp;</td>
  200. </tr>
  201. <tr class="altColor">
  202. <td class="colFirst"><code>private javax.swing.JTextField</code></td>
  203. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#ip">ip</a></strong></code>&nbsp;</td>
  204. </tr>
  205. <tr class="rowColor">
  206. <td class="colFirst"><code>private javax.swing.JTextField</code></td>
  207. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#login">login</a></strong></code>&nbsp;</td>
  208. </tr>
  209. <tr class="altColor">
  210. <td class="colFirst"><code>private boolean</code></td>
  211. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#modifEffectuees">modifEffectuees</a></strong></code>&nbsp;</td>
  212. </tr>
  213. <tr class="rowColor">
  214. <td class="colFirst"><code>private javax.swing.JTextField</code></td>
  215. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#nomBdd">nomBdd</a></strong></code>&nbsp;</td>
  216. </tr>
  217. <tr class="altColor">
  218. <td class="colFirst"><code>private javax.swing.JButton</code></td>
  219. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#ok">ok</a></strong></code>&nbsp;</td>
  220. </tr>
  221. <tr class="rowColor">
  222. <td class="colFirst"><code>private javax.swing.JPasswordField</code></td>
  223. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#password">password</a></strong></code>&nbsp;</td>
  224. </tr>
  225. <tr class="altColor">
  226. <td class="colFirst"><code>private javax.swing.JFormattedTextField</code></td>
  227. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#port">port</a></strong></code>&nbsp;</td>
  228. </tr>
  229. <tr class="rowColor">
  230. <td class="colFirst"><code>private javax.swing.JButton</code></td>
  231. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#quitter">quitter</a></strong></code>&nbsp;</td>
  232. </tr>
  233. </table>
  234. <ul class="blockList">
  235. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.JDialog">
  236. <!-- -->
  237. </a>
  238. <h3>Fields inherited from class&nbsp;javax.swing.JDialog</h3>
  239. <code>accessibleContext, rootPane, rootPaneCheckingEnabled</code></li>
  240. </ul>
  241. <ul class="blockList">
  242. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Dialog">
  243. <!-- -->
  244. </a>
  245. <h3>Fields inherited from class&nbsp;java.awt.Dialog</h3>
  246. <code>DEFAULT_MODALITY_TYPE</code></li>
  247. </ul>
  248. <ul class="blockList">
  249. <li class="blockList"><a name="fields_inherited_from_class_java.awt.Component">
  250. <!-- -->
  251. </a>
  252. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  253. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  254. </ul>
  255. <ul class="blockList">
  256. <li class="blockList"><a name="fields_inherited_from_class_javax.swing.WindowConstants">
  257. <!-- -->
  258. </a>
  259. <h3>Fields inherited from interface&nbsp;javax.swing.WindowConstants</h3>
  260. <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE</code></li>
  261. </ul>
  262. <ul class="blockList">
  263. <li class="blockList"><a name="fields_inherited_from_class_java.awt.image.ImageObserver">
  264. <!-- -->
  265. </a>
  266. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  267. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  268. </ul>
  269. </li>
  270. </ul>
  271. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  272. <ul class="blockList">
  273. <li class="blockList"><a name="constructor_summary">
  274. <!-- -->
  275. </a>
  276. <h3>Constructor Summary</h3>
  277. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  278. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  279. <tr>
  280. <th class="colOne" scope="col">Constructor and Description</th>
  281. </tr>
  282. <tr class="altColor">
  283. <td class="colOne"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#ConnexionBddDialog(java.lang.String,%20int,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20javax.swing.JFrame,%20boolean)">ConnexionBddDialog</a></strong>(java.lang.String&nbsp;nomBdd,
  284. int&nbsp;port,
  285. java.lang.String&nbsp;ip,
  286. java.lang.String&nbsp;login,
  287. java.lang.String&nbsp;password,
  288. javax.swing.JFrame&nbsp;parent,
  289. boolean&nbsp;showExitButton)</code>&nbsp;</td>
  290. </tr>
  291. </table>
  292. </li>
  293. </ul>
  294. <!-- ========== METHOD SUMMARY =========== -->
  295. <ul class="blockList">
  296. <li class="blockList"><a name="method_summary">
  297. <!-- -->
  298. </a>
  299. <h3>Method Summary</h3>
  300. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  301. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  302. <tr>
  303. <th class="colFirst" scope="col">Modifier and Type</th>
  304. <th class="colLast" scope="col">Method and Description</th>
  305. </tr>
  306. <tr class="altColor">
  307. <td class="colFirst"><code>void</code></td>
  308. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</a></strong>(java.awt.event.ActionEvent&nbsp;e)</code>&nbsp;</td>
  309. </tr>
  310. <tr class="rowColor">
  311. <td class="colFirst"><code>boolean</code></td>
  312. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#afficher()">afficher</a></strong>()</code>&nbsp;</td>
  313. </tr>
  314. <tr class="altColor">
  315. <td class="colFirst"><code>private void</code></td>
  316. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#createInterface(java.lang.String,%20int,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20boolean)">createInterface</a></strong>(java.lang.String&nbsp;defNomBdd,
  317. int&nbsp;defPort,
  318. java.lang.String&nbsp;defIP,
  319. java.lang.String&nbsp;defLogin,
  320. java.lang.String&nbsp;defPassword,
  321. boolean&nbsp;showExitButton)</code>&nbsp;</td>
  322. </tr>
  323. <tr class="rowColor">
  324. <td class="colFirst"><code>java.lang.String</code></td>
  325. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getIp()">getIp</a></strong>()</code>&nbsp;</td>
  326. </tr>
  327. <tr class="altColor">
  328. <td class="colFirst"><code>java.lang.String</code></td>
  329. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getLogin()">getLogin</a></strong>()</code>&nbsp;</td>
  330. </tr>
  331. <tr class="rowColor">
  332. <td class="colFirst"><code>java.lang.String</code></td>
  333. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getNomBdd()">getNomBdd</a></strong>()</code>&nbsp;</td>
  334. </tr>
  335. <tr class="altColor">
  336. <td class="colFirst"><code>java.lang.String</code></td>
  337. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getPassword()">getPassword</a></strong>()</code>&nbsp;</td>
  338. </tr>
  339. <tr class="rowColor">
  340. <td class="colFirst"><code>int</code></td>
  341. <td class="colLast"><code><strong><a href="../../InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html#getPort()">getPort</a></strong>()</code>&nbsp;</td>
  342. </tr>
  343. </table>
  344. <ul class="blockList">
  345. <li class="blockList"><a name="methods_inherited_from_class_javax.swing.JDialog">
  346. <!-- -->
  347. </a>
  348. <h3>Methods inherited from class&nbsp;javax.swing.JDialog</h3>
  349. <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>
  350. </ul>
  351. <ul class="blockList">
  352. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Dialog">
  353. <!-- -->
  354. </a>
  355. <h3>Methods inherited from class&nbsp;java.awt.Dialog</h3>
  356. <code>addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setBackground, setModal, setModalityType, setOpacity, setResizable, setShape, setTitle, setUndecorated, setVisible, show, toBack</code></li>
  357. </ul>
  358. <ul class="blockList">
  359. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Window">
  360. <!-- -->
  361. </a>
  362. <h3>Methods inherited from class&nbsp;java.awt.Window</h3>
  363. <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>
  364. </ul>
  365. <ul class="blockList">
  366. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Container">
  367. <!-- -->
  368. </a>
  369. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  370. <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>
  371. </ul>
  372. <ul class="blockList">
  373. <li class="blockList"><a name="methods_inherited_from_class_java.awt.Component">
  374. <!-- -->
  375. </a>
  376. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  377. <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>
  378. </ul>
  379. <ul class="blockList">
  380. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  381. <!-- -->
  382. </a>
  383. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  384. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  385. </ul>
  386. </li>
  387. </ul>
  388. </li>
  389. </ul>
  390. </div>
  391. <div class="details">
  392. <ul class="blockList">
  393. <li class="blockList">
  394. <!-- ============ FIELD DETAIL =========== -->
  395. <ul class="blockList">
  396. <li class="blockList"><a name="field_detail">
  397. <!-- -->
  398. </a>
  399. <h3>Field Detail</h3>
  400. <a name="nomBdd">
  401. <!-- -->
  402. </a>
  403. <ul class="blockList">
  404. <li class="blockList">
  405. <h4>nomBdd</h4>
  406. <pre>private&nbsp;javax.swing.JTextField nomBdd</pre>
  407. </li>
  408. </ul>
  409. <a name="port">
  410. <!-- -->
  411. </a>
  412. <ul class="blockList">
  413. <li class="blockList">
  414. <h4>port</h4>
  415. <pre>private&nbsp;javax.swing.JFormattedTextField port</pre>
  416. </li>
  417. </ul>
  418. <a name="ip">
  419. <!-- -->
  420. </a>
  421. <ul class="blockList">
  422. <li class="blockList">
  423. <h4>ip</h4>
  424. <pre>private&nbsp;javax.swing.JTextField ip</pre>
  425. </li>
  426. </ul>
  427. <a name="login">
  428. <!-- -->
  429. </a>
  430. <ul class="blockList">
  431. <li class="blockList">
  432. <h4>login</h4>
  433. <pre>private&nbsp;javax.swing.JTextField login</pre>
  434. </li>
  435. </ul>
  436. <a name="password">
  437. <!-- -->
  438. </a>
  439. <ul class="blockList">
  440. <li class="blockList">
  441. <h4>password</h4>
  442. <pre>private&nbsp;javax.swing.JPasswordField password</pre>
  443. </li>
  444. </ul>
  445. <a name="ok">
  446. <!-- -->
  447. </a>
  448. <ul class="blockList">
  449. <li class="blockList">
  450. <h4>ok</h4>
  451. <pre>private&nbsp;javax.swing.JButton ok</pre>
  452. </li>
  453. </ul>
  454. <a name="annuler">
  455. <!-- -->
  456. </a>
  457. <ul class="blockList">
  458. <li class="blockList">
  459. <h4>annuler</h4>
  460. <pre>private&nbsp;javax.swing.JButton annuler</pre>
  461. </li>
  462. </ul>
  463. <a name="defParams">
  464. <!-- -->
  465. </a>
  466. <ul class="blockList">
  467. <li class="blockList">
  468. <h4>defParams</h4>
  469. <pre>private&nbsp;javax.swing.JButton defParams</pre>
  470. </li>
  471. </ul>
  472. <a name="quitter">
  473. <!-- -->
  474. </a>
  475. <ul class="blockList">
  476. <li class="blockList">
  477. <h4>quitter</h4>
  478. <pre>private&nbsp;javax.swing.JButton quitter</pre>
  479. </li>
  480. </ul>
  481. <a name="modifEffectuees">
  482. <!-- -->
  483. </a>
  484. <ul class="blockListLast">
  485. <li class="blockList">
  486. <h4>modifEffectuees</h4>
  487. <pre>private&nbsp;boolean modifEffectuees</pre>
  488. </li>
  489. </ul>
  490. </li>
  491. </ul>
  492. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  493. <ul class="blockList">
  494. <li class="blockList"><a name="constructor_detail">
  495. <!-- -->
  496. </a>
  497. <h3>Constructor Detail</h3>
  498. <a name="ConnexionBddDialog(java.lang.String, int, java.lang.String, java.lang.String, java.lang.String, javax.swing.JFrame, boolean)">
  499. <!-- -->
  500. </a>
  501. <ul class="blockListLast">
  502. <li class="blockList">
  503. <h4>ConnexionBddDialog</h4>
  504. <pre>public&nbsp;ConnexionBddDialog(java.lang.String&nbsp;nomBdd,
  505. int&nbsp;port,
  506. java.lang.String&nbsp;ip,
  507. java.lang.String&nbsp;login,
  508. java.lang.String&nbsp;password,
  509. javax.swing.JFrame&nbsp;parent,
  510. boolean&nbsp;showExitButton)</pre>
  511. </li>
  512. </ul>
  513. </li>
  514. </ul>
  515. <!-- ============ METHOD DETAIL ========== -->
  516. <ul class="blockList">
  517. <li class="blockList"><a name="method_detail">
  518. <!-- -->
  519. </a>
  520. <h3>Method Detail</h3>
  521. <a name="createInterface(java.lang.String, int, java.lang.String, java.lang.String, java.lang.String, boolean)">
  522. <!-- -->
  523. </a>
  524. <ul class="blockList">
  525. <li class="blockList">
  526. <h4>createInterface</h4>
  527. <pre>private&nbsp;void&nbsp;createInterface(java.lang.String&nbsp;defNomBdd,
  528. int&nbsp;defPort,
  529. java.lang.String&nbsp;defIP,
  530. java.lang.String&nbsp;defLogin,
  531. java.lang.String&nbsp;defPassword,
  532. boolean&nbsp;showExitButton)</pre>
  533. </li>
  534. </ul>
  535. <a name="afficher()">
  536. <!-- -->
  537. </a>
  538. <ul class="blockList">
  539. <li class="blockList">
  540. <h4>afficher</h4>
  541. <pre>public&nbsp;boolean&nbsp;afficher()</pre>
  542. </li>
  543. </ul>
  544. <a name="actionPerformed(java.awt.event.ActionEvent)">
  545. <!-- -->
  546. </a>
  547. <ul class="blockList">
  548. <li class="blockList">
  549. <h4>actionPerformed</h4>
  550. <pre>public&nbsp;void&nbsp;actionPerformed(java.awt.event.ActionEvent&nbsp;e)</pre>
  551. <dl>
  552. <dt><strong>Specified by:</strong></dt>
  553. <dd><code>actionPerformed</code>&nbsp;in interface&nbsp;<code>java.awt.event.ActionListener</code></dd>
  554. </dl>
  555. </li>
  556. </ul>
  557. <a name="getNomBdd()">
  558. <!-- -->
  559. </a>
  560. <ul class="blockList">
  561. <li class="blockList">
  562. <h4>getNomBdd</h4>
  563. <pre>public&nbsp;java.lang.String&nbsp;getNomBdd()</pre>
  564. </li>
  565. </ul>
  566. <a name="getPort()">
  567. <!-- -->
  568. </a>
  569. <ul class="blockList">
  570. <li class="blockList">
  571. <h4>getPort</h4>
  572. <pre>public&nbsp;int&nbsp;getPort()</pre>
  573. </li>
  574. </ul>
  575. <a name="getIp()">
  576. <!-- -->
  577. </a>
  578. <ul class="blockList">
  579. <li class="blockList">
  580. <h4>getIp</h4>
  581. <pre>public&nbsp;java.lang.String&nbsp;getIp()</pre>
  582. </li>
  583. </ul>
  584. <a name="getLogin()">
  585. <!-- -->
  586. </a>
  587. <ul class="blockList">
  588. <li class="blockList">
  589. <h4>getLogin</h4>
  590. <pre>public&nbsp;java.lang.String&nbsp;getLogin()</pre>
  591. </li>
  592. </ul>
  593. <a name="getPassword()">
  594. <!-- -->
  595. </a>
  596. <ul class="blockListLast">
  597. <li class="blockList">
  598. <h4>getPassword</h4>
  599. <pre>public&nbsp;java.lang.String&nbsp;getPassword()</pre>
  600. </li>
  601. </ul>
  602. </li>
  603. </ul>
  604. </li>
  605. </ul>
  606. </div>
  607. </div>
  608. <!-- ========= END OF CLASS DATA ========= -->
  609. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  610. <div class="bottomNav"><a name="navbar_bottom">
  611. <!-- -->
  612. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  613. <!-- -->
  614. </a>
  615. <ul class="navList" title="Navigation">
  616. <li><a href="../../overview-summary.html">Overview</a></li>
  617. <li><a href="package-summary.html">Package</a></li>
  618. <li class="navBarCell1Rev">Class</li>
  619. <li><a href="package-tree.html">Tree</a></li>
  620. <li><a href="../../deprecated-list.html">Deprecated</a></li>
  621. <li><a href="../../index-files/index-1.html">Index</a></li>
  622. <li><a href="../../help-doc.html">Help</a></li>
  623. </ul>
  624. </div>
  625. <div class="subNav">
  626. <ul class="navList">
  627. <li>Prev Class</li>
  628. <li><a href="../../InterfaceGraphique/DialogBoxes/NouvelleQuestionDialog.html" title="class in InterfaceGraphique.DialogBoxes"><span class="strong">Next Class</span></a></li>
  629. </ul>
  630. <ul class="navList">
  631. <li><a href="../../index.html?InterfaceGraphique/DialogBoxes/ConnexionBddDialog.html" target="_top">Frames</a></li>
  632. <li><a href="ConnexionBddDialog.html" target="_top">No Frames</a></li>
  633. </ul>
  634. <ul class="navList" id="allclasses_navbar_bottom">
  635. <li><a href="../../allclasses-noframe.html">All Classes</a></li>
  636. </ul>
  637. <div>
  638. <script type="text/javascript"><!--
  639. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  640. if(window==top) {
  641. allClassesLink.style.display = "block";
  642. }
  643. else {
  644. allClassesLink.style.display = "none";
  645. }
  646. //-->
  647. </script>
  648. </div>
  649. <div>
  650. <ul class="subNavList">
  651. <li>Summary:&nbsp;</li>
  652. <li><a href="#nested_classes_inherited_from_class_javax.swing.JDialog">Nested</a>&nbsp;|&nbsp;</li>
  653. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  654. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  655. <li><a href="#method_summary">Method</a></li>
  656. </ul>
  657. <ul class="subNavList">
  658. <li>Detail:&nbsp;</li>
  659. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  660. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  661. <li><a href="#method_detail">Method</a></li>
  662. </ul>
  663. </div>
  664. <a name="skip-navbar_bottom">
  665. <!-- -->
  666. </a></div>
  667. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  668. </body>
  669. </html>