Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

259 linhas
8.3 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_131) on Mon Jun 05 21:49:34 MST 2017 -->
  6. <title>libsys (LibrarySystem - BinHong Lee)</title>
  7. <meta name="date" content="2017-06-05">
  8. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="libsys (LibrarySystem - BinHong Lee)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../libsys/package-summary.html">Package</a></li>
  35. <li>Class</li>
  36. <li><a href="package-tree.html">Tree</a></li>
  37. <li><a href="../index-files/index-1.html">Index</a></li>
  38. <li><a href="../help-doc.html">Help</a></li>
  39. </ul>
  40. </div>
  41. <div class="subNav">
  42. <ul class="navList">
  43. <li>Prev&nbsp;Package</li>
  44. <li>Next&nbsp;Package</li>
  45. </ul>
  46. <ul class="navList">
  47. <li><a href="../index.html?libsys/package-summary.html" target="_top">Frames</a></li>
  48. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  49. </ul>
  50. <ul class="navList" id="allclasses_navbar_top">
  51. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  52. </ul>
  53. <div>
  54. <script type="text/javascript"><!--
  55. allClassesLink = document.getElementById("allclasses_navbar_top");
  56. if(window==top) {
  57. allClassesLink.style.display = "block";
  58. }
  59. else {
  60. allClassesLink.style.display = "none";
  61. }
  62. //-->
  63. </script>
  64. </div>
  65. <a name="skip.navbar.top">
  66. <!-- -->
  67. </a></div>
  68. <!-- ========= END OF TOP NAVBAR ========= -->
  69. <div class="header">
  70. <h1 title="Package" class="title">Package&nbsp;libsys</h1>
  71. </div>
  72. <div class="contentContainer">
  73. <ul class="blockList">
  74. <li class="blockList">
  75. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  76. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  77. <tr>
  78. <th class="colFirst" scope="col">Class</th>
  79. <th class="colLast" scope="col">Description</th>
  80. </tr>
  81. <tbody>
  82. <tr class="altColor">
  83. <td class="colFirst"><a href="../libsys/Book.html" title="class in libsys">Book</a></td>
  84. <td class="colLast">
  85. <div class="block">Book object</div>
  86. </td>
  87. </tr>
  88. <tr class="rowColor">
  89. <td class="colFirst"><a href="../libsys/BookFactory.html" title="class in libsys">BookFactory</a></td>
  90. <td class="colLast">
  91. <div class="block">Handles all the Book(s)</div>
  92. </td>
  93. </tr>
  94. <tr class="altColor">
  95. <td class="colFirst"><a href="../libsys/BookFactoryTest.html" title="class in libsys">BookFactoryTest</a></td>
  96. <td class="colLast">
  97. <div class="block">Test BookFactory related operations</div>
  98. </td>
  99. </tr>
  100. <tr class="rowColor">
  101. <td class="colFirst"><a href="../libsys/BookTest.html" title="class in libsys">BookTest</a></td>
  102. <td class="colLast">
  103. <div class="block">Test Book related operations</div>
  104. </td>
  105. </tr>
  106. <tr class="altColor">
  107. <td class="colFirst"><a href="../libsys/EditBookDialog.html" title="class in libsys">EditBookDialog</a></td>
  108. <td class="colLast">
  109. <div class="block">UI for updating information in Book</div>
  110. </td>
  111. </tr>
  112. <tr class="rowColor">
  113. <td class="colFirst"><a href="../libsys/EditUserDialog.html" title="class in libsys">EditUserDialog</a></td>
  114. <td class="colLast">
  115. <div class="block">UI for updating information in User</div>
  116. </td>
  117. </tr>
  118. <tr class="altColor">
  119. <td class="colFirst"><a href="../libsys/Handler.html" title="class in libsys">Handler</a></td>
  120. <td class="colLast">
  121. <div class="block">Handles all the background operations of MainGUI, also contains both UserFactory and BookFactory</div>
  122. </td>
  123. </tr>
  124. <tr class="rowColor">
  125. <td class="colFirst"><a href="../libsys/HandlerTest.html" title="class in libsys">HandlerTest</a></td>
  126. <td class="colLast">
  127. <div class="block">Test Handler related operations</div>
  128. </td>
  129. </tr>
  130. <tr class="altColor">
  131. <td class="colFirst"><a href="../libsys/Main.html" title="class in libsys">Main</a></td>
  132. <td class="colLast">
  133. <div class="block">Main class</div>
  134. </td>
  135. </tr>
  136. <tr class="rowColor">
  137. <td class="colFirst"><a href="../libsys/MainGUI.html" title="class in libsys">MainGUI</a></td>
  138. <td class="colLast">
  139. <div class="block">Main Graphic User Interface</div>
  140. </td>
  141. </tr>
  142. <tr class="altColor">
  143. <td class="colFirst"><a href="../libsys/NewBookDialog.html" title="class in libsys">NewBookDialog</a></td>
  144. <td class="colLast">
  145. <div class="block">UI for creating a new Book</div>
  146. </td>
  147. </tr>
  148. <tr class="rowColor">
  149. <td class="colFirst"><a href="../libsys/NewUserDialog.html" title="class in libsys">NewUserDialog</a></td>
  150. <td class="colLast">
  151. <div class="block">UI for creating a new User</div>
  152. </td>
  153. </tr>
  154. <tr class="altColor">
  155. <td class="colFirst"><a href="../libsys/RentDialog.html" title="class in libsys">RentDialog</a></td>
  156. <td class="colLast">
  157. <div class="block">UI for User renting a Book</div>
  158. </td>
  159. </tr>
  160. <tr class="rowColor">
  161. <td class="colFirst"><a href="../libsys/ReturnDialog.html" title="class in libsys">ReturnDialog</a></td>
  162. <td class="colLast">
  163. <div class="block">UI for User returning a Book</div>
  164. </td>
  165. </tr>
  166. <tr class="altColor">
  167. <td class="colFirst"><a href="../libsys/Settings.html" title="class in libsys">Settings</a></td>
  168. <td class="colLast">
  169. <div class="block">Handles all settings related operations and background processing of SettingsDialog</div>
  170. </td>
  171. </tr>
  172. <tr class="rowColor">
  173. <td class="colFirst"><a href="../libsys/SettingsDialog.html" title="class in libsys">SettingsDialog</a></td>
  174. <td class="colLast">
  175. <div class="block">UI for updating all the informations in Settings</div>
  176. </td>
  177. </tr>
  178. <tr class="altColor">
  179. <td class="colFirst"><a href="../libsys/SettingsTest.html" title="class in libsys">SettingsTest</a></td>
  180. <td class="colLast">
  181. <div class="block">Test Settings related operations</div>
  182. </td>
  183. </tr>
  184. <tr class="rowColor">
  185. <td class="colFirst"><a href="../libsys/User.html" title="class in libsys">User</a></td>
  186. <td class="colLast">
  187. <div class="block">User object</div>
  188. </td>
  189. </tr>
  190. <tr class="altColor">
  191. <td class="colFirst"><a href="../libsys/UserFactory.html" title="class in libsys">UserFactory</a></td>
  192. <td class="colLast">
  193. <div class="block">Handles all the User(s)</div>
  194. </td>
  195. </tr>
  196. <tr class="rowColor">
  197. <td class="colFirst"><a href="../libsys/UserFactoryTest.html" title="class in libsys">UserFactoryTest</a></td>
  198. <td class="colLast">
  199. <div class="block">Test UserFactory related operations</div>
  200. </td>
  201. </tr>
  202. <tr class="altColor">
  203. <td class="colFirst"><a href="../libsys/UserTest.html" title="class in libsys">UserTest</a></td>
  204. <td class="colLast">
  205. <div class="block">Test User related operations</div>
  206. </td>
  207. </tr>
  208. </tbody>
  209. </table>
  210. </li>
  211. </ul>
  212. </div>
  213. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  214. <div class="bottomNav"><a name="navbar.bottom">
  215. <!-- -->
  216. </a>
  217. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  218. <a name="navbar.bottom.firstrow">
  219. <!-- -->
  220. </a>
  221. <ul class="navList" title="Navigation">
  222. <li><a href="../libsys/package-summary.html">Package</a></li>
  223. <li>Class</li>
  224. <li><a href="package-tree.html">Tree</a></li>
  225. <li><a href="../index-files/index-1.html">Index</a></li>
  226. <li><a href="../help-doc.html">Help</a></li>
  227. </ul>
  228. </div>
  229. <div class="subNav">
  230. <ul class="navList">
  231. <li>Prev&nbsp;Package</li>
  232. <li>Next&nbsp;Package</li>
  233. </ul>
  234. <ul class="navList">
  235. <li><a href="../index.html?libsys/package-summary.html" target="_top">Frames</a></li>
  236. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  237. </ul>
  238. <ul class="navList" id="allclasses_navbar_bottom">
  239. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  240. </ul>
  241. <div>
  242. <script type="text/javascript"><!--
  243. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  244. if(window==top) {
  245. allClassesLink.style.display = "block";
  246. }
  247. else {
  248. allClassesLink.style.display = "none";
  249. }
  250. //-->
  251. </script>
  252. </div>
  253. <a name="skip.navbar.bottom">
  254. <!-- -->
  255. </a></div>
  256. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  257. </body>
  258. </html>