Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

665 wiersze
28 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 Sun Jun 04 20:12:54 MST 2017 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>Serialized Form (LibrarySystem 1.0 API)</title>
  8. <meta name="date" content="2017-06-04">
  9. <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
  10. <script type="text/javascript" src="script.js"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="Serialized Form (LibrarySystem 1.0 API)";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. </script>
  23. <noscript>
  24. <div>JavaScript is disabled on your browser.</div>
  25. </noscript>
  26. <!-- ========= START OF TOP NAVBAR ======= -->
  27. <div class="topNav"><a name="navbar.top">
  28. <!-- -->
  29. </a>
  30. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  31. <a name="navbar.top.firstrow">
  32. <!-- -->
  33. </a>
  34. <ul class="navList" title="Navigation">
  35. <li><a href="libsys/package-summary.html">Package</a></li>
  36. <li>Class</li>
  37. <li>Use</li>
  38. <li><a href="libsys/package-tree.html">Tree</a></li>
  39. <li><a href="deprecated-list.html">Deprecated</a></li>
  40. <li><a href="index-all.html">Index</a></li>
  41. <li><a href="help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
  51. <li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h1 title="Serialized Form" class="title">Serialized Form</h1>
  74. </div>
  75. <div class="serializedFormContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <h2 title="Package">Package&nbsp;libsys</h2>
  79. <ul class="blockList">
  80. <li class="blockList"><a name="libsys.EditBookDialog">
  81. <!-- -->
  82. </a>
  83. <h3>Class <a href="libsys/EditBookDialog.html" title="class in libsys">libsys.EditBookDialog</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a> implements Serializable</h3>
  84. <ul class="blockList">
  85. <li class="blockList">
  86. <h3>Serialized Fields</h3>
  87. <ul class="blockList">
  88. <li class="blockList">
  89. <h4>cancelBtn</h4>
  90. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> cancelBtn</pre>
  91. </li>
  92. <li class="blockList">
  93. <h4>dueDateLbl</h4>
  94. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> dueDateLbl</pre>
  95. </li>
  96. <li class="blockList">
  97. <h4>idLbl</h4>
  98. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> idLbl</pre>
  99. </li>
  100. <li class="blockList">
  101. <h4>nameLbl</h4>
  102. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> nameLbl</pre>
  103. </li>
  104. <li class="blockList">
  105. <h4>nameTxtField</h4>
  106. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> nameTxtField</pre>
  107. </li>
  108. <li class="blockList">
  109. <h4>saveBtn</h4>
  110. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> saveBtn</pre>
  111. </li>
  112. <li class="blockList">
  113. <h4>statusLbl</h4>
  114. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> statusLbl</pre>
  115. </li>
  116. <li class="blockList">
  117. <h4>titleLbl</h4>
  118. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> titleLbl</pre>
  119. </li>
  120. <li class="blockList">
  121. <h4>book</h4>
  122. <pre><a href="libsys/Book.html" title="class in libsys">Book</a> book</pre>
  123. </li>
  124. <li class="blockList">
  125. <h4>newName</h4>
  126. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> newName</pre>
  127. </li>
  128. <li class="blockListLast">
  129. <h4>returnStatus</h4>
  130. <pre>boolean returnStatus</pre>
  131. </li>
  132. </ul>
  133. </li>
  134. </ul>
  135. </li>
  136. <li class="blockList"><a name="libsys.EditUserDialog">
  137. <!-- -->
  138. </a>
  139. <h3>Class <a href="libsys/EditUserDialog.html" title="class in libsys">libsys.EditUserDialog</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a> implements Serializable</h3>
  140. <ul class="blockList">
  141. <li class="blockList">
  142. <h3>Serialized Fields</h3>
  143. <ul class="blockList">
  144. <li class="blockList">
  145. <h4>booksLbl</h4>
  146. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> booksLbl</pre>
  147. </li>
  148. <li class="blockList">
  149. <h4>cancelBtn</h4>
  150. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> cancelBtn</pre>
  151. </li>
  152. <li class="blockList">
  153. <h4>errorLbl</h4>
  154. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> errorLbl</pre>
  155. </li>
  156. <li class="blockList">
  157. <h4>idLbl</h4>
  158. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> idLbl</pre>
  159. </li>
  160. <li class="blockList">
  161. <h4>limitLbl</h4>
  162. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> limitLbl</pre>
  163. </li>
  164. <li class="blockList">
  165. <h4>limitTxtField</h4>
  166. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> limitTxtField</pre>
  167. </li>
  168. <li class="blockList">
  169. <h4>nameLbl</h4>
  170. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> nameLbl</pre>
  171. </li>
  172. <li class="blockList">
  173. <h4>nameTxtField</h4>
  174. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> nameTxtField</pre>
  175. </li>
  176. <li class="blockList">
  177. <h4>saveBtn</h4>
  178. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> saveBtn</pre>
  179. </li>
  180. <li class="blockList">
  181. <h4>titleLbl</h4>
  182. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> titleLbl</pre>
  183. </li>
  184. <li class="blockList">
  185. <h4>user</h4>
  186. <pre><a href="libsys/User.html" title="class in libsys">User</a> user</pre>
  187. </li>
  188. <li class="blockList">
  189. <h4>books</h4>
  190. <pre><a href="libsys/BookFactory.html" title="class in libsys">BookFactory</a> books</pre>
  191. </li>
  192. <li class="blockList">
  193. <h4>returnStatus</h4>
  194. <pre>boolean returnStatus</pre>
  195. </li>
  196. <li class="blockList">
  197. <h4>newName</h4>
  198. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> newName</pre>
  199. </li>
  200. <li class="blockListLast">
  201. <h4>newLimit</h4>
  202. <pre>int newLimit</pre>
  203. </li>
  204. </ul>
  205. </li>
  206. </ul>
  207. </li>
  208. <li class="blockList"><a name="libsys.MainGUI">
  209. <!-- -->
  210. </a>
  211. <h3>Class <a href="libsys/MainGUI.html" title="class in libsys">libsys.MainGUI</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JFrame.html?is-external=true" title="class or interface in javax.swing">JFrame</a> implements Serializable</h3>
  212. <ul class="blockList">
  213. <li class="blockList">
  214. <h3>Serialized Fields</h3>
  215. <ul class="blockList">
  216. <li class="blockList">
  217. <h4>handler</h4>
  218. <pre>libsys.Handler handler</pre>
  219. </li>
  220. <li class="blockList">
  221. <h4>settings</h4>
  222. <pre><a href="libsys/Settings.html" title="class in libsys">Settings</a> settings</pre>
  223. </li>
  224. <li class="blockList">
  225. <h4>book</h4>
  226. <pre><a href="libsys/Book.html" title="class in libsys">Book</a> book</pre>
  227. </li>
  228. <li class="blockList">
  229. <h4>user</h4>
  230. <pre><a href="libsys/User.html" title="class in libsys">User</a> user</pre>
  231. </li>
  232. <li class="blockList">
  233. <h4>bookExist</h4>
  234. <pre>boolean bookExist</pre>
  235. </li>
  236. <li class="blockList">
  237. <h4>userExist</h4>
  238. <pre>boolean userExist</pre>
  239. </li>
  240. <li class="blockList">
  241. <h4>bookDueDate</h4>
  242. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> bookDueDate</pre>
  243. </li>
  244. <li class="blockList">
  245. <h4>bookID</h4>
  246. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> bookID</pre>
  247. </li>
  248. <li class="blockList">
  249. <h4>bookMgtLabel</h4>
  250. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> bookMgtLabel</pre>
  251. </li>
  252. <li class="blockList">
  253. <h4>bookPanel</h4>
  254. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> bookPanel</pre>
  255. </li>
  256. <li class="blockList">
  257. <h4>bookSearch</h4>
  258. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> bookSearch</pre>
  259. </li>
  260. <li class="blockList">
  261. <h4>bookSearchBtn</h4>
  262. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> bookSearchBtn</pre>
  263. </li>
  264. <li class="blockList">
  265. <h4>bookStatus</h4>
  266. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> bookStatus</pre>
  267. </li>
  268. <li class="blockList">
  269. <h4>bookTitle</h4>
  270. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> bookTitle</pre>
  271. </li>
  272. <li class="blockList">
  273. <h4>createBookBtn</h4>
  274. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> createBookBtn</pre>
  275. </li>
  276. <li class="blockList">
  277. <h4>createUserBtn</h4>
  278. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> createUserBtn</pre>
  279. </li>
  280. <li class="blockList">
  281. <h4>editBookBtn</h4>
  282. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> editBookBtn</pre>
  283. </li>
  284. <li class="blockList">
  285. <h4>editUserBtn</h4>
  286. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> editUserBtn</pre>
  287. </li>
  288. <li class="blockList">
  289. <h4>jTabbedPane</h4>
  290. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</a> jTabbedPane</pre>
  291. </li>
  292. <li class="blockList">
  293. <h4>mainPanel</h4>
  294. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> mainPanel</pre>
  295. </li>
  296. <li class="blockList">
  297. <h4>nameLabel</h4>
  298. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> nameLabel</pre>
  299. </li>
  300. <li class="blockList">
  301. <h4>rentBtn</h4>
  302. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> rentBtn</pre>
  303. </li>
  304. <li class="blockList">
  305. <h4>returnBtn</h4>
  306. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> returnBtn</pre>
  307. </li>
  308. <li class="blockList">
  309. <h4>settingsBtn</h4>
  310. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> settingsBtn</pre>
  311. </li>
  312. <li class="blockList">
  313. <h4>userBooks</h4>
  314. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> userBooks</pre>
  315. </li>
  316. <li class="blockList">
  317. <h4>userID</h4>
  318. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> userID</pre>
  319. </li>
  320. <li class="blockList">
  321. <h4>userLimit</h4>
  322. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> userLimit</pre>
  323. </li>
  324. <li class="blockList">
  325. <h4>userMgtLabel</h4>
  326. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> userMgtLabel</pre>
  327. </li>
  328. <li class="blockList">
  329. <h4>userName</h4>
  330. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> userName</pre>
  331. </li>
  332. <li class="blockList">
  333. <h4>userPanel</h4>
  334. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> userPanel</pre>
  335. </li>
  336. <li class="blockList">
  337. <h4>userSearch</h4>
  338. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> userSearch</pre>
  339. </li>
  340. <li class="blockListLast">
  341. <h4>userSearchBtn</h4>
  342. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> userSearchBtn</pre>
  343. </li>
  344. </ul>
  345. </li>
  346. </ul>
  347. </li>
  348. <li class="blockList"><a name="libsys.NewBookDialog">
  349. <!-- -->
  350. </a>
  351. <h3>Class <a href="libsys/NewBookDialog.html" title="class in libsys">libsys.NewBookDialog</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a> implements Serializable</h3>
  352. <ul class="blockList">
  353. <li class="blockList">
  354. <h3>Serialized Fields</h3>
  355. <ul class="blockList">
  356. <li class="blockList">
  357. <h4>cancelBtn</h4>
  358. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> cancelBtn</pre>
  359. </li>
  360. <li class="blockList">
  361. <h4>createBtn</h4>
  362. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> createBtn</pre>
  363. </li>
  364. <li class="blockList">
  365. <h4>statusComboBox</h4>
  366. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>&gt; statusComboBox</pre>
  367. </li>
  368. <li class="blockList">
  369. <h4>statusLbl</h4>
  370. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> statusLbl</pre>
  371. </li>
  372. <li class="blockList">
  373. <h4>title</h4>
  374. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> title</pre>
  375. </li>
  376. <li class="blockList">
  377. <h4>titleLbl</h4>
  378. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> titleLbl</pre>
  379. </li>
  380. <li class="blockList">
  381. <h4>titleTxtField</h4>
  382. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> titleTxtField</pre>
  383. </li>
  384. <li class="blockList">
  385. <h4>returnStatus</h4>
  386. <pre>int returnStatus</pre>
  387. </li>
  388. <li class="blockList">
  389. <h4>name</h4>
  390. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
  391. </li>
  392. <li class="blockList">
  393. <h4>status</h4>
  394. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> status</pre>
  395. </li>
  396. <li class="blockListLast">
  397. <h4>statusOptions</h4>
  398. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] statusOptions</pre>
  399. </li>
  400. </ul>
  401. </li>
  402. </ul>
  403. </li>
  404. <li class="blockList"><a name="libsys.NewUserDialog">
  405. <!-- -->
  406. </a>
  407. <h3>Class <a href="libsys/NewUserDialog.html" title="class in libsys">libsys.NewUserDialog</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a> implements Serializable</h3>
  408. <ul class="blockList">
  409. <li class="blockList">
  410. <h3>Serialized Fields</h3>
  411. <ul class="blockList">
  412. <li class="blockList">
  413. <h4>cancelBtn</h4>
  414. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> cancelBtn</pre>
  415. </li>
  416. <li class="blockList">
  417. <h4>createBtn</h4>
  418. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> createBtn</pre>
  419. </li>
  420. <li class="blockList">
  421. <h4>errorLbl</h4>
  422. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> errorLbl</pre>
  423. </li>
  424. <li class="blockList">
  425. <h4>limitLbl</h4>
  426. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> limitLbl</pre>
  427. </li>
  428. <li class="blockList">
  429. <h4>limitTxtField</h4>
  430. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> limitTxtField</pre>
  431. </li>
  432. <li class="blockList">
  433. <h4>nameLbl</h4>
  434. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> nameLbl</pre>
  435. </li>
  436. <li class="blockList">
  437. <h4>nameTxtField</h4>
  438. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> nameTxtField</pre>
  439. </li>
  440. <li class="blockList">
  441. <h4>title</h4>
  442. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> title</pre>
  443. </li>
  444. <li class="blockList">
  445. <h4>returnStatus</h4>
  446. <pre>int returnStatus</pre>
  447. </li>
  448. <li class="blockList">
  449. <h4>name</h4>
  450. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
  451. </li>
  452. <li class="blockListLast">
  453. <h4>limit</h4>
  454. <pre>int limit</pre>
  455. </li>
  456. </ul>
  457. </li>
  458. </ul>
  459. </li>
  460. <li class="blockList"><a name="libsys.RentDialog">
  461. <!-- -->
  462. </a>
  463. <h3>Class <a href="libsys/RentDialog.html" title="class in libsys">libsys.RentDialog</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a> implements Serializable</h3>
  464. <ul class="blockList">
  465. <li class="blockList">
  466. <h3>Serialized Fields</h3>
  467. <ul class="blockList">
  468. <li class="blockList">
  469. <h4>handler</h4>
  470. <pre>libsys.Handler handler</pre>
  471. </li>
  472. <li class="blockList">
  473. <h4>cancelButton</h4>
  474. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> cancelButton</pre>
  475. </li>
  476. <li class="blockList">
  477. <h4>givenBookId</h4>
  478. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> givenBookId</pre>
  479. </li>
  480. <li class="blockList">
  481. <h4>invalidLabel</h4>
  482. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> invalidLabel</pre>
  483. </li>
  484. <li class="blockList">
  485. <h4>label</h4>
  486. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> label</pre>
  487. </li>
  488. <li class="blockList">
  489. <h4>okButton</h4>
  490. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> okButton</pre>
  491. </li>
  492. <li class="blockListLast">
  493. <h4>returnStatus</h4>
  494. <pre>int returnStatus</pre>
  495. </li>
  496. </ul>
  497. </li>
  498. </ul>
  499. </li>
  500. <li class="blockList"><a name="libsys.ReturnDialog">
  501. <!-- -->
  502. </a>
  503. <h3>Class <a href="libsys/ReturnDialog.html" title="class in libsys">libsys.ReturnDialog</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a> implements Serializable</h3>
  504. <ul class="blockList">
  505. <li class="blockList">
  506. <h3>Serialized Fields</h3>
  507. <ul class="blockList">
  508. <li class="blockList">
  509. <h4>handler</h4>
  510. <pre>libsys.Handler handler</pre>
  511. </li>
  512. <li class="blockList">
  513. <h4>id</h4>
  514. <pre>int id</pre>
  515. </li>
  516. <li class="blockList">
  517. <h4>cancelButton</h4>
  518. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> cancelButton</pre>
  519. </li>
  520. <li class="blockList">
  521. <h4>givenBookId</h4>
  522. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> givenBookId</pre>
  523. </li>
  524. <li class="blockList">
  525. <h4>invalidLabel</h4>
  526. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> invalidLabel</pre>
  527. </li>
  528. <li class="blockList">
  529. <h4>label</h4>
  530. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> label</pre>
  531. </li>
  532. <li class="blockList">
  533. <h4>okButton</h4>
  534. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> okButton</pre>
  535. </li>
  536. <li class="blockListLast">
  537. <h4>returnStatus</h4>
  538. <pre>int returnStatus</pre>
  539. </li>
  540. </ul>
  541. </li>
  542. </ul>
  543. </li>
  544. <li class="blockList"><a name="libsys.SettingsDialog">
  545. <!-- -->
  546. </a>
  547. <h3>Class <a href="libsys/SettingsDialog.html" title="class in libsys">libsys.SettingsDialog</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JDialog.html?is-external=true" title="class or interface in javax.swing">JDialog</a> implements Serializable</h3>
  548. <ul class="blockList">
  549. <li class="blockList">
  550. <h3>Serialized Fields</h3>
  551. <ul class="blockList">
  552. <li class="blockList">
  553. <h4>booksFilenameLbl</h4>
  554. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> booksFilenameLbl</pre>
  555. </li>
  556. <li class="blockList">
  557. <h4>booksFilenameTxt</h4>
  558. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> booksFilenameTxt</pre>
  559. </li>
  560. <li class="blockList">
  561. <h4>discardBtn</h4>
  562. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> discardBtn</pre>
  563. </li>
  564. <li class="blockList">
  565. <h4>saveBtn</h4>
  566. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> saveBtn</pre>
  567. </li>
  568. <li class="blockList">
  569. <h4>settingsLbl</h4>
  570. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> settingsLbl</pre>
  571. </li>
  572. <li class="blockList">
  573. <h4>titleLbl</h4>
  574. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> titleLbl</pre>
  575. </li>
  576. <li class="blockList">
  577. <h4>titleTxtField</h4>
  578. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> titleTxtField</pre>
  579. </li>
  580. <li class="blockList">
  581. <h4>usersFilenameLbl</h4>
  582. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</a> usersFilenameLbl</pre>
  583. </li>
  584. <li class="blockList">
  585. <h4>usersFilenameTxt</h4>
  586. <pre><a href="http://docs.oracle.com/javase/6/docs/api/javax/swing/JTextField.html?is-external=true" title="class or interface in javax.swing">JTextField</a> usersFilenameTxt</pre>
  587. </li>
  588. <li class="blockList">
  589. <h4>returnStatus</h4>
  590. <pre>int returnStatus</pre>
  591. </li>
  592. <li class="blockList">
  593. <h4>title</h4>
  594. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
  595. </li>
  596. <li class="blockList">
  597. <h4>usersFilename</h4>
  598. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> usersFilename</pre>
  599. </li>
  600. <li class="blockList">
  601. <h4>booksFilename</h4>
  602. <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> booksFilename</pre>
  603. </li>
  604. <li class="blockListLast">
  605. <h4>preset</h4>
  606. <pre><a href="libsys/Settings.html" title="class in libsys">Settings</a> preset</pre>
  607. </li>
  608. </ul>
  609. </li>
  610. </ul>
  611. </li>
  612. </ul>
  613. </li>
  614. </ul>
  615. </div>
  616. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  617. <div class="bottomNav"><a name="navbar.bottom">
  618. <!-- -->
  619. </a>
  620. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  621. <a name="navbar.bottom.firstrow">
  622. <!-- -->
  623. </a>
  624. <ul class="navList" title="Navigation">
  625. <li><a href="libsys/package-summary.html">Package</a></li>
  626. <li>Class</li>
  627. <li>Use</li>
  628. <li><a href="libsys/package-tree.html">Tree</a></li>
  629. <li><a href="deprecated-list.html">Deprecated</a></li>
  630. <li><a href="index-all.html">Index</a></li>
  631. <li><a href="help-doc.html">Help</a></li>
  632. </ul>
  633. </div>
  634. <div class="subNav">
  635. <ul class="navList">
  636. <li>Prev</li>
  637. <li>Next</li>
  638. </ul>
  639. <ul class="navList">
  640. <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
  641. <li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
  642. </ul>
  643. <ul class="navList" id="allclasses_navbar_bottom">
  644. <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
  645. </ul>
  646. <div>
  647. <script type="text/javascript"><!--
  648. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  649. if(window==top) {
  650. allClassesLink.style.display = "block";
  651. }
  652. else {
  653. allClassesLink.style.display = "none";
  654. }
  655. //-->
  656. </script>
  657. </div>
  658. <a name="skip.navbar.bottom">
  659. <!-- -->
  660. </a></div>
  661. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  662. <p class="legalCopy"><small>Copyright &#169; 2017. All rights reserved.</small></p>
  663. </body>
  664. </html>