- <!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>G-Index (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="G-Index (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="../libsys/package-tree.html">Tree</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-5.html">Prev Letter</a></li>
- <li><a href="index-7.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
- <li><a href="index-6.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="contentContainer"><a href="index-1.html">B</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a name="I:G">
- <!-- -->
- </a>
- <h2 class="title">G</h2>
- <dl>
- <dt><span class="memberNameLink"><a href="../libsys/Settings.html#get-java.lang.String-">get(String)</a></span> - Method in class libsys.<a href="../libsys/Settings.html" title="class in libsys">Settings</a></dt>
- <dd>
- <div class="block">Get the value associated to the field name</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/BookFactory.html#getBook-int-">getBook(int)</a></span> - Method in class libsys.<a href="../libsys/BookFactory.html" title="class in libsys">BookFactory</a></dt>
- <dd>
- <div class="block">Looks for a Book with the given id</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/BookFactory.html#getBook-java.lang.String-">getBook(String)</a></span> - Method in class libsys.<a href="../libsys/BookFactory.html" title="class in libsys">BookFactory</a></dt>
- <dd>
- <div class="block">Linear search through the array list for Book with the given Title</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/SettingsDialog.html#getBooksFilename--">getBooksFilename()</a></span> - Method in class libsys.<a href="../libsys/SettingsDialog.html" title="class in libsys">SettingsDialog</a></dt>
- <dd>
- <div class="block">Get the new Books file name</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/Book.html#getDueDate--">getDueDate()</a></span> - Method in class libsys.<a href="../libsys/Book.html" title="class in libsys">Book</a></dt>
- <dd>
- <div class="block">Returns the due date of the Book</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/Book.html#getId--">getId()</a></span> - Method in class libsys.<a href="../libsys/Book.html" title="class in libsys">Book</a></dt>
- <dd>
- <div class="block">Returns the id of the Book</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/User.html#getId--">getId()</a></span> - Method in class libsys.<a href="../libsys/User.html" title="class in libsys">User</a></dt>
- <dd>
- <div class="block">Gets id of this User</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/Settings.html#getKey-int-">getKey(int)</a></span> - Method in class libsys.<a href="../libsys/Settings.html" title="class in libsys">Settings</a></dt>
- <dd>
- <div class="block">Get the field name from that specific location in the array list</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/NewUserDialog.html#getLimit--">getLimit()</a></span> - Method in class libsys.<a href="../libsys/NewUserDialog.html" title="class in libsys">NewUserDialog</a></dt>
- <dd>
- <div class="block">Get the limit of the new User</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/User.html#getLimit--">getLimit()</a></span> - Method in class libsys.<a href="../libsys/User.html" title="class in libsys">User</a></dt>
- <dd>
- <div class="block">Gets limit of Book this User can borrow</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/NewUserDialog.html#getName--">getName()</a></span> - Method in class libsys.<a href="../libsys/NewUserDialog.html" title="class in libsys">NewUserDialog</a></dt>
- <dd>
- <div class="block">Get the name of the new User</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/User.html#getName--">getName()</a></span> - Method in class libsys.<a href="../libsys/User.html" title="class in libsys">User</a></dt>
- <dd>
- <div class="block">Gets name of this User</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/EditUserDialog.html#getNewLimit--">getNewLimit()</a></span> - Method in class libsys.<a href="../libsys/EditUserDialog.html" title="class in libsys">EditUserDialog</a></dt>
- <dd>
- <div class="block">Returns the limit from the limitTxtField</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/EditBookDialog.html#getNewName--">getNewName()</a></span> - Method in class libsys.<a href="../libsys/EditBookDialog.html" title="class in libsys">EditBookDialog</a></dt>
- <dd>
- <div class="block">Returns the name from the nameTxtField</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/EditUserDialog.html#getNewName--">getNewName()</a></span> - Method in class libsys.<a href="../libsys/EditUserDialog.html" title="class in libsys">EditUserDialog</a></dt>
- <dd>
- <div class="block">Returns the name from the nameTxtField</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/EditBookDialog.html#getReturnStatus--">getReturnStatus()</a></span> - Method in class libsys.<a href="../libsys/EditBookDialog.html" title="class in libsys">EditBookDialog</a></dt>
- <dd>
- <div class="block">Returns if the user selected "Save" or "Cancel"</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/EditUserDialog.html#getReturnStatus--">getReturnStatus()</a></span> - Method in class libsys.<a href="../libsys/EditUserDialog.html" title="class in libsys">EditUserDialog</a></dt>
- <dd>
- <div class="block">Returns if the user selected "Save" or "Cancel"</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/NewBookDialog.html#getReturnStatus--">getReturnStatus()</a></span> - Method in class libsys.<a href="../libsys/NewBookDialog.html" title="class in libsys">NewBookDialog</a></dt>
- <dd>
- <div class="block">Get the return status</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/NewUserDialog.html#getReturnStatus--">getReturnStatus()</a></span> - Method in class libsys.<a href="../libsys/NewUserDialog.html" title="class in libsys">NewUserDialog</a></dt>
- <dd>
- <div class="block">Get the return status</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/RentDialog.html#getReturnStatus--">getReturnStatus()</a></span> - Method in class libsys.<a href="../libsys/RentDialog.html" title="class in libsys">RentDialog</a></dt>
- <dd>
- <div class="block">Get the return status</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/ReturnDialog.html#getReturnStatus--">getReturnStatus()</a></span> - Method in class libsys.<a href="../libsys/ReturnDialog.html" title="class in libsys">ReturnDialog</a></dt>
- <dd>
- <div class="block">Get the return status</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/SettingsDialog.html#getReturnStatus--">getReturnStatus()</a></span> - Method in class libsys.<a href="../libsys/SettingsDialog.html" title="class in libsys">SettingsDialog</a></dt>
- <dd>
- <div class="block">Get the return status</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/Book.html#getStatus--">getStatus()</a></span> - Method in class libsys.<a href="../libsys/Book.html" title="class in libsys">Book</a></dt>
- <dd>
- <div class="block">Returns the status of the Book</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/NewBookDialog.html#getStatus--">getStatus()</a></span> - Method in class libsys.<a href="../libsys/NewBookDialog.html" title="class in libsys">NewBookDialog</a></dt>
- <dd>
- <div class="block">Get the status of the new Book</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/Book.html#getTitle--">getTitle()</a></span> - Method in class libsys.<a href="../libsys/Book.html" title="class in libsys">Book</a></dt>
- <dd>
- <div class="block">Returns the title of the Book</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/NewBookDialog.html#getTitle--">getTitle()</a></span> - Method in class libsys.<a href="../libsys/NewBookDialog.html" title="class in libsys">NewBookDialog</a></dt>
- <dd>
- <div class="block">Get the name of the new Book</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/SettingsDialog.html#getTitle--">getTitle()</a></span> - Method in class libsys.<a href="../libsys/SettingsDialog.html" title="class in libsys">SettingsDialog</a></dt>
- <dd>
- <div class="block">Get the new title for the MainGUi</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/UserFactory.html#getUser-java.lang.String-">getUser(String)</a></span> - Method in class libsys.<a href="../libsys/UserFactory.html" title="class in libsys">UserFactory</a></dt>
- <dd>
- <div class="block">Looks for the User with the given name</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/UserFactory.html#getUser-int-">getUser(int)</a></span> - Method in class libsys.<a href="../libsys/UserFactory.html" title="class in libsys">UserFactory</a></dt>
- <dd>
- <div class="block">Looks for a User with the given id</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/SettingsDialog.html#getUsersFilename--">getUsersFilename()</a></span> - Method in class libsys.<a href="../libsys/SettingsDialog.html" title="class in libsys">SettingsDialog</a></dt>
- <dd>
- <div class="block">Get the new Users file name</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../libsys/RentDialog.html#givenBookId">givenBookId</a></span> - Variable in class libsys.<a href="../libsys/RentDialog.html" title="class in libsys">RentDialog</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../libsys/ReturnDialog.html#givenBookId">givenBookId</a></span> - Variable in class libsys.<a href="../libsys/ReturnDialog.html" title="class in libsys">ReturnDialog</a></dt>
- <dd> </dd>
- </dl>
- <a href="index-1.html">B</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> </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="../libsys/package-tree.html">Tree</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-5.html">Prev Letter</a></li>
- <li><a href="index-7.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
- <li><a href="index-6.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>
|