|
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_131) on Mon Jun 05 21:49:34 MST 2017 -->
- <title>libsys (LibrarySystem - BinHong Lee)</title>
- <meta name="date" content="2017-06-05">
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="libsys (LibrarySystem - BinHong Lee)";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../libsys/package-summary.html">Package</a></li>
- <li>Class</li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../index-files/index-1.html">Index</a></li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev Package</li>
- <li>Next Package</li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?libsys/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="header">
- <h1 title="Package" class="title">Package libsys</h1>
- </div>
- <div class="contentContainer">
- <ul class="blockList">
- <li class="blockList">
- <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
- <caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Class</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/Book.html" title="class in libsys">Book</a></td>
- <td class="colLast">
- <div class="block">Book object</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/BookFactory.html" title="class in libsys">BookFactory</a></td>
- <td class="colLast">
- <div class="block">Handles all the Book(s)</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/BookFactoryTest.html" title="class in libsys">BookFactoryTest</a></td>
- <td class="colLast">
- <div class="block">Test BookFactory related operations</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/BookTest.html" title="class in libsys">BookTest</a></td>
- <td class="colLast">
- <div class="block">Test Book related operations</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/EditBookDialog.html" title="class in libsys">EditBookDialog</a></td>
- <td class="colLast">
- <div class="block">UI for updating information in Book</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/EditUserDialog.html" title="class in libsys">EditUserDialog</a></td>
- <td class="colLast">
- <div class="block">UI for updating information in User</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/Handler.html" title="class in libsys">Handler</a></td>
- <td class="colLast">
- <div class="block">Handles all the background operations of MainGUI, also contains both UserFactory and BookFactory</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/HandlerTest.html" title="class in libsys">HandlerTest</a></td>
- <td class="colLast">
- <div class="block">Test Handler related operations</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/Main.html" title="class in libsys">Main</a></td>
- <td class="colLast">
- <div class="block">Main class</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/MainGUI.html" title="class in libsys">MainGUI</a></td>
- <td class="colLast">
- <div class="block">Main Graphic User Interface</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/NewBookDialog.html" title="class in libsys">NewBookDialog</a></td>
- <td class="colLast">
- <div class="block">UI for creating a new Book</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/NewUserDialog.html" title="class in libsys">NewUserDialog</a></td>
- <td class="colLast">
- <div class="block">UI for creating a new User</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/RentDialog.html" title="class in libsys">RentDialog</a></td>
- <td class="colLast">
- <div class="block">UI for User renting a Book</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/ReturnDialog.html" title="class in libsys">ReturnDialog</a></td>
- <td class="colLast">
- <div class="block">UI for User returning a Book</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/Settings.html" title="class in libsys">Settings</a></td>
- <td class="colLast">
- <div class="block">Handles all settings related operations and background processing of SettingsDialog</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/SettingsDialog.html" title="class in libsys">SettingsDialog</a></td>
- <td class="colLast">
- <div class="block">UI for updating all the informations in Settings</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/SettingsTest.html" title="class in libsys">SettingsTest</a></td>
- <td class="colLast">
- <div class="block">Test Settings related operations</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/User.html" title="class in libsys">User</a></td>
- <td class="colLast">
- <div class="block">User object</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/UserFactory.html" title="class in libsys">UserFactory</a></td>
- <td class="colLast">
- <div class="block">Handles all the User(s)</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../libsys/UserFactoryTest.html" title="class in libsys">UserFactoryTest</a></td>
- <td class="colLast">
- <div class="block">Test UserFactory related operations</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../libsys/UserTest.html" title="class in libsys">UserTest</a></td>
- <td class="colLast">
- <div class="block">Test User related operations</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- </ul>
- </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../libsys/package-summary.html">Package</a></li>
- <li>Class</li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../index-files/index-1.html">Index</a></li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev Package</li>
- <li>Next Package</li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?libsys/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|