diff --git a/.gitignore b/.gitignore index 874482c..1dca765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.idea +*.iml settings.txt *.json diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 0194ef3..920916b 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,10 +2,9 @@ - - -All Classes (LibrarySystem 1.0 API) - + +All Classes (LibrarySystem - BinHong Lee) + @@ -15,8 +14,12 @@ diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index 40e27d3..13157a4 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,10 +2,9 @@ - - -All Classes (LibrarySystem 1.0 API) - + +All Classes (LibrarySystem - BinHong Lee) + @@ -15,8 +14,12 @@ diff --git a/docs/constant-values.html b/docs/constant-values.html index 17f39a6..dd0d01f 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,10 +2,9 @@ - - -Constant Field Values (LibrarySystem 1.0 API) - + +Constant Field Values (LibrarySystem - BinHong Lee) + @@ -13,7 +12,7 @@ - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Deprecated API

-

Contents

-
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2017. All rights reserved.

- - diff --git a/docs/help-doc.html b/docs/help-doc.html index 4874984..5648954 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,10 +2,9 @@ - - -API Help (LibrarySystem 1.0 API) - + +API Help (LibrarySystem - BinHong Lee) + @@ -13,7 +12,7 @@ - - - - - -
- - -
Skip navigation links
- - - - -
- - -
B E G L M N O R S T U  - - -

B

-
-
Book - Class in libsys
-
 
-
Book(int) - Constructor for class libsys.Book
-
-
Create new Book with given id (Usually used as placeholders)
-
-
Book(String, int, String) - Constructor for class libsys.Book
-
-
Create new Book with given title, id and status (Usually used for new Book creation)
-
-
Book(int, String, String, int[]) - Constructor for class libsys.Book
-
-
Create new Book with given id, title, status and dueDate (Usually used for initialization from database)
-
-
BookFactory - Class in libsys
-
 
-
BookFactory() - Constructor for class libsys.BookFactory
-
-
Create a new empty BookFactory
-
-
BookFactory(String) - Constructor for class libsys.BookFactory
-
-
Create a new BookFactory and fill it with information from a JSON file
-
-
bookStatus() - Method in class libsys.User
-
-
Get Book ids of the books
-
-
borrowNewBook(int) - Method in class libsys.User
-
-
User borrows a Book
-
-
- - - -

E

-
-
EditBookDialog - Class in libsys
-
 
-
EditBookDialog(Frame, boolean, Book) - Constructor for class libsys.EditBookDialog
-
-
Create new EditBookDialog
-
-
EditUserDialog - Class in libsys
-
 
-
EditUserDialog(Frame, boolean, User, BookFactory) - Constructor for class libsys.EditUserDialog
-
-
Creates new EditUserDialog
-
-
- - - -

G

-
-
get(String) - Method in class libsys.Settings
-
-
Get the value associated to the field name
-
-
getBook(int) - Method in class libsys.BookFactory
-
-
Looks for a Book with the given id
-
-
getBook(String) - Method in class libsys.BookFactory
-
-
Linear search through the array list for Book with the given Title
-
-
getBooksFilename() - Method in class libsys.SettingsDialog
-
-
Get the new Books file name
-
-
getDueDate() - Method in class libsys.Book
-
-
Returns the due date of the Book
-
-
getId() - Method in class libsys.Book
-
-
Returns the id of the Book
-
-
getId() - Method in class libsys.User
-
-
Gets id of this User
-
-
getKey(int) - Method in class libsys.Settings
-
-
Get the field name from that specific location in the array list
-
-
getLimit() - Method in class libsys.NewUserDialog
-
-
Get the limit of the new User
-
-
getLimit() - Method in class libsys.User
-
-
Gets limit of Book this User can borrow
-
-
getName() - Method in class libsys.NewUserDialog
-
-
Get the name of the new User
-
-
getName() - Method in class libsys.User
-
-
Gets name of this User
-
-
getNewLimit() - Method in class libsys.EditUserDialog
-
-
Returns the limit from the limitTxtField
-
-
getNewName() - Method in class libsys.EditBookDialog
-
-
Returns the name from the nameTxtField
-
-
getNewName() - Method in class libsys.EditUserDialog
-
-
Returns the name from the nameTxtField
-
-
getReturnStatus() - Method in class libsys.EditBookDialog
-
-
Returns if the user selected "Save" or "Cancel"
-
-
getReturnStatus() - Method in class libsys.EditUserDialog
-
-
Returns if the user selected "Save" or "Cancel"
-
-
getReturnStatus() - Method in class libsys.NewBookDialog
-
-
Get the return status
-
-
getReturnStatus() - Method in class libsys.NewUserDialog
-
-
Get the return status
-
-
getReturnStatus() - Method in class libsys.RentDialog
-
-
Get the return status
-
-
getReturnStatus() - Method in class libsys.ReturnDialog
-
-
Get the return status
-
-
getReturnStatus() - Method in class libsys.SettingsDialog
-
-
Get the return status
-
-
getStatus() - Method in class libsys.Book
-
-
Returns the status of the Book
-
-
getStatus() - Method in class libsys.NewBookDialog
-
-
Get the status of the new Book
-
-
getTitle() - Method in class libsys.Book
-
-
Returns the title of the Book
-
-
getTitle() - Method in class libsys.NewBookDialog
-
-
Get the name of the new Book
-
-
getTitle() - Method in class libsys.SettingsDialog
-
-
Get the new title for the MainGUi
-
-
getUser(String) - Method in class libsys.UserFactory
-
-
Looks for the User with the given name
-
-
getUser(int) - Method in class libsys.UserFactory
-
-
Looks for a User with the given id
-
-
getUsersFilename() - Method in class libsys.SettingsDialog
-
-
Get the new Users file name
-
-
- - - -

L

-
-
libsys - package libsys
-
 
-
- - - -

M

-
-
Main - Class in libsys
-
 
-
Main() - Constructor for class libsys.Main
-
 
-
main(String[]) - Static method in class libsys.Main
-
-
Start the applicationn
-
-
MainGUI - Class in libsys
-
 
-
MainGUI(Handler, Settings) - Constructor for class libsys.MainGUI
-
-
Creates a new MainGUI
-
-
- - - -

N

-
-
newBook(String, String) - Method in class libsys.BookFactory
-
-
Adds a new Book into this class
-
-
NewBookDialog - Class in libsys
-
 
-
NewBookDialog(Frame, boolean) - Constructor for class libsys.NewBookDialog
-
-
Creates new form NewBookDialog
-
-
newUser(String, int) - Method in class libsys.UserFactory
-
-
Adds a new User into this class
-
-
NewUserDialog - Class in libsys
-
 
-
NewUserDialog(Frame, boolean) - Constructor for class libsys.NewUserDialog
-
-
Creates new form NewUserDialog
-
-
- - - -

O

-
-
overdueFine(int[]) - Method in class libsys.Book
-
-
Calculate the overdue fine
-
-
- - - -

R

-
-
rent(int[]) - Method in class libsys.Book
-
-
Call to rent book, return if renting is successful
-
-
RentDialog - Class in libsys
-
 
-
RentDialog(Frame, boolean, Handler) - Constructor for class libsys.RentDialog
-
-
Creates new form RentDialog
-
-
returnBook(int) - Method in class libsys.User
-
-
User returns a Book
-
-
ReturnDialog - Class in libsys
-
 
-
ReturnDialog(Frame, boolean, Handler, int) - Constructor for class libsys.ReturnDialog
-
-
Creates a new ReturnDialog
-
-
returned() - Method in class libsys.Book
-
-
Return the Book to the shelf
-
-
- - - -

S

-
-
setBookFileName(String) - Method in class libsys.BookFactory
-
-
Update the output filename for the object
-
-
setBooksFilename(String) - Method in class libsys.Settings
-
-
Change the file name for the Books
-
-
setLimit(int) - Method in class libsys.User
-
-
Change limit of this User
-
-
setName(String) - Method in class libsys.User
-
-
Change name of this User
-
-
Settings - Class in libsys
-
 
-
Settings(String) - Constructor for class libsys.Settings
-
-
Creates new Settings importing information from the given file name
-
-
SettingsDialog - Class in libsys
-
 
-
SettingsDialog(Frame, boolean, Settings) - Constructor for class libsys.SettingsDialog
-
-
Creates new SettingsDialog
-
-
setTitle(String) - Method in class libsys.Book
-
-
Set the title to the given title
-
-
setTitle(String) - Method in class libsys.Settings
-
-
Change the title of the application
-
-
setUserFileName(String) - Method in class libsys.UserFactory
-
-
Update the output filename for the object
-
-
setUsersFilename(String) - Method in class libsys.Settings
-
-
Change the file name for the Users
-
-
size() - Method in class libsys.Settings
-
-
Amount of fields in the settings
-
-
status() - Method in class libsys.User
-
-
Check status of the User
-
-
- - - -

T

-
-
toFile() - Method in class libsys.Settings
-
-
Save the settings to the given input file
-
-
toJsonFile() - Method in class libsys.BookFactory
-
-
Output the data into a JSON file replacing the input file (or if filename not given, "books.json")
-
-
toJsonFile() - Method in class libsys.UserFactory
-
-
Output the data into a JSON file replacing the input file (or if filename not given, "users.json")
-
-
- - - -

U

-
-
update(Book, Book) - Method in class libsys.BookFactory
-
-
Replacing a Book in the array list with a new Book
-
-
update(User, User) - Method in class libsys.UserFactory
-
-
Replacing a User in the array list with a new User
-
-
User - Class in libsys
-
 
-
User(String, int, int) - Constructor for class libsys.User
-
-
Creates a new User with name, id and limit (usually used to add new User)
-
-
User(String, int, int, ArrayList<Integer>) - Constructor for class libsys.User
-
-
Creates a new User with name, id, limit and books (usually used to initialize from database)
-
-
UserFactory - Class in libsys
-
 
-
UserFactory() - Constructor for class libsys.UserFactory
-
-
Create a new empty UserFactory
-
-
UserFactory(String) - Constructor for class libsys.UserFactory
-
-
Create a new UserFactory and fill it with information from a JSON file
-
-
-B E G L M N O R S T U 
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2017. All rights reserved.

- - diff --git a/docs/index-files/index-1.html b/docs/index-files/index-1.html new file mode 100644 index 0000000..9bf083f --- /dev/null +++ b/docs/index-files/index-1.html @@ -0,0 +1,243 @@ + + + + + +B-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

B

+
+
Book - Class in libsys
+
+
Book object
+
+
Book(int) - Constructor for class libsys.Book
+
+
Create new Book with given id (Usually used as placeholders)
+
+
Book(String, int, String) - Constructor for class libsys.Book
+
+
Create new Book with given title, id and status (Usually used for new Book creation)
+
+
Book(int, String, String, int[]) - Constructor for class libsys.Book
+
+
Create new Book with given id, title, status and dueDate (Usually used for initialization from database)
+
+
book - Variable in class libsys.EditBookDialog
+
 
+
book - Variable in class libsys.MainGUI
+
 
+
book1 - Variable in class libsys.BookTest
+
 
+
book2 - Variable in class libsys.BookTest
+
 
+
bookDueDate - Variable in class libsys.MainGUI
+
 
+
bookExist - Variable in class libsys.MainGUI
+
 
+
BookFactory - Class in libsys
+
+
Handles all the Book(s)
+
+
BookFactory() - Constructor for class libsys.BookFactory
+
+
Create a new empty BookFactory
+
+
BookFactory(String) - Constructor for class libsys.BookFactory
+
+
Create a new BookFactory and fill it with information from a JSON file
+
+
bookFactory - Variable in class libsys.BookFactoryTest
+
 
+
BookFactoryTest - Class in libsys
+
+
Test BookFactory related operations
+
+
BookFactoryTest(String) - Constructor for class libsys.BookFactoryTest
+
+
Test BookFactory related operations
+
+
bookFilename - Variable in class libsys.BookFactory
+
 
+
bookFilename - Static variable in class libsys.Main
+
 
+
bookID - Variable in class libsys.MainGUI
+
 
+
bookIdsToTitlesString(int[]) - Method in class libsys.Handler
+
+
Create a String of all book titles with the given Book ids
+
+
bookIdsToTitlesStringTest() - Method in class libsys.HandlerTest
+
+
Test the bookIdsToTitlesString function
+
+
bookInteractionTest() - Method in class libsys.UserTest
+
+
Test all functions related to Book
+
+
bookMgtLabel - Variable in class libsys.MainGUI
+
 
+
bookPanel - Variable in class libsys.MainGUI
+
 
+
books - Variable in class libsys.BookFactory
+
 
+
books - Variable in class libsys.EditUserDialog
+
 
+
books - Variable in class libsys.Handler
+
 
+
books - Variable in class libsys.User
+
 
+
bookSearch - Variable in class libsys.MainGUI
+
 
+
bookSearchBtn - Variable in class libsys.MainGUI
+
 
+
bookSearchBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
booksFilename - Variable in class libsys.SettingsDialog
+
 
+
booksFilenameLbl - Variable in class libsys.SettingsDialog
+
 
+
booksFilenameTxt - Variable in class libsys.SettingsDialog
+
 
+
booksLbl - Variable in class libsys.EditUserDialog
+
 
+
bookStatus - Variable in class libsys.MainGUI
+
 
+
bookStatus() - Method in class libsys.User
+
+
Get Book ids of the books
+
+
BookTest - Class in libsys
+
+
Test Book related operations
+
+
BookTest(String) - Constructor for class libsys.BookTest
+
+
Test Book related operations
+
+
bookTitle - Variable in class libsys.MainGUI
+
 
+
borrowBook(User, Book) - Method in class libsys.Handler
+
+
Given User borrows the given Book
+
+
borrowBookTest() - Method in class libsys.HandlerTest
+
+
Test the borrowBook function
+
+
borrowNewBook(int) - Method in class libsys.User
+
+
User borrows a Book
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html new file mode 100644 index 0000000..c91bbb8 --- /dev/null +++ b/docs/index-files/index-10.html @@ -0,0 +1,123 @@ + + + + + +K-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

K

+
+
keys - Variable in class libsys.Settings
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-11.html b/docs/index-files/index-11.html new file mode 100644 index 0000000..bbc94fd --- /dev/null +++ b/docs/index-files/index-11.html @@ -0,0 +1,139 @@ + + + + + +L-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

L

+
+
label - Variable in class libsys.RentDialog
+
 
+
label - Variable in class libsys.ReturnDialog
+
 
+
libsys - package libsys
+
 
+
limit - Variable in class libsys.NewUserDialog
+
 
+
limit - Variable in class libsys.User
+
 
+
limitLbl - Variable in class libsys.EditUserDialog
+
 
+
limitLbl - Variable in class libsys.NewUserDialog
+
 
+
limitTxtField - Variable in class libsys.EditUserDialog
+
 
+
limitTxtField - Variable in class libsys.NewUserDialog
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-12.html b/docs/index-files/index-12.html new file mode 100644 index 0000000..fea705b --- /dev/null +++ b/docs/index-files/index-12.html @@ -0,0 +1,141 @@ + + + + + +M-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

M

+
+
Main - Class in libsys
+
+
Main class
+
+
Main() - Constructor for class libsys.Main
+
 
+
main(String[]) - Static method in class libsys.Main
+
+
Start the applicationn
+
+
MainGUI - Class in libsys
+
+
Main Graphic User Interface
+
+
MainGUI(Handler, Settings) - Constructor for class libsys.MainGUI
+
+
Creates a new MainGUI
+
+
mainPanel - Variable in class libsys.MainGUI
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html new file mode 100644 index 0000000..e71bc8e --- /dev/null +++ b/docs/index-files/index-13.html @@ -0,0 +1,179 @@ + + + + + +N-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

N

+
+
name - Variable in class libsys.NewBookDialog
+
 
+
name - Variable in class libsys.NewUserDialog
+
 
+
name - Variable in class libsys.User
+
 
+
nameLabel - Variable in class libsys.MainGUI
+
 
+
nameLbl - Variable in class libsys.EditBookDialog
+
 
+
nameLbl - Variable in class libsys.EditUserDialog
+
 
+
nameLbl - Variable in class libsys.NewUserDialog
+
 
+
nameTxtField - Variable in class libsys.EditBookDialog
+
 
+
nameTxtField - Variable in class libsys.EditUserDialog
+
 
+
nameTxtField - Variable in class libsys.NewUserDialog
+
 
+
newBook(String, String) - Method in class libsys.BookFactory
+
+
Adds a new Book into this class
+
+
NewBookDialog - Class in libsys
+
+
UI for creating a new Book
+
+
NewBookDialog(Frame, boolean) - Constructor for class libsys.NewBookDialog
+
+
Creates new form NewBookDialog
+
+
newBookTest() - Method in class libsys.BookFactoryTest
+
+
Test the newBook function
+
+
newLimit - Variable in class libsys.EditUserDialog
+
 
+
newName - Variable in class libsys.EditBookDialog
+
 
+
newName - Variable in class libsys.EditUserDialog
+
 
+
newUser(String, int) - Method in class libsys.UserFactory
+
+
Adds a new User into this class
+
+
NewUserDialog - Class in libsys
+
+
UI for creating a new User
+
+
NewUserDialog(Frame, boolean) - Constructor for class libsys.NewUserDialog
+
+
Creates new form NewUserDialog
+
+
newUserTest() - Method in class libsys.UserFactoryTest
+
+
Test the newUser function
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-14.html b/docs/index-files/index-14.html new file mode 100644 index 0000000..9c4772b --- /dev/null +++ b/docs/index-files/index-14.html @@ -0,0 +1,137 @@ + + + + + +O-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

O

+
+
okButton - Variable in class libsys.RentDialog
+
 
+
okButton - Variable in class libsys.ReturnDialog
+
 
+
okButtonActionPerformed(ActionEvent) - Method in class libsys.RentDialog
+
 
+
okButtonActionPerformed(ActionEvent) - Method in class libsys.ReturnDialog
+
 
+
outputAndInputTest() - Method in class libsys.BookFactoryTest
+
+
Test the class in writing to and reading from files
+
+
overdueFine(int[]) - Method in class libsys.Book
+
+
Calculate the overdue fine
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-15.html b/docs/index-files/index-15.html new file mode 100644 index 0000000..3fe59e9 --- /dev/null +++ b/docs/index-files/index-15.html @@ -0,0 +1,123 @@ + + + + + +P-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

P

+
+
preset - Variable in class libsys.SettingsDialog
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-16.html b/docs/index-files/index-16.html new file mode 100644 index 0000000..1ce698c --- /dev/null +++ b/docs/index-files/index-16.html @@ -0,0 +1,187 @@ + + + + + +R-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

R

+
+
rent(int[]) - Method in class libsys.Book
+
+
Call to rent book, return if renting is successful
+
+
rentBtn - Variable in class libsys.MainGUI
+
 
+
rentBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
RentDialog - Class in libsys
+
+
UI for User renting a Book
+
+
RentDialog(Frame, boolean, Handler) - Constructor for class libsys.RentDialog
+
+
Creates new form RentDialog
+
+
rentTest() - Method in class libsys.BookTest
+
+
Test the rent(int[]) function functionality
+
+
returnBook(User, Book) - Method in class libsys.Handler
+
+
Given User returns the given Book
+
+
returnBook(int) - Method in class libsys.User
+
+
User returns a Book
+
+
returnBookTest() - Method in class libsys.HandlerTest
+
+
Test the returnBook function
+
+
returnBtn - Variable in class libsys.MainGUI
+
 
+
returnBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
ReturnDialog - Class in libsys
+
+
UI for User returning a Book
+
+
ReturnDialog(Frame, boolean, Handler, int) - Constructor for class libsys.ReturnDialog
+
+
Creates a new ReturnDialog
+
+
returned() - Method in class libsys.Book
+
+
Return the Book to the shelf
+
+
returnStatus - Variable in class libsys.EditBookDialog
+
 
+
returnStatus - Variable in class libsys.EditUserDialog
+
 
+
returnStatus - Variable in class libsys.NewBookDialog
+
 
+
returnStatus - Variable in class libsys.NewUserDialog
+
 
+
returnStatus - Variable in class libsys.RentDialog
+
 
+
returnStatus - Variable in class libsys.ReturnDialog
+
 
+
returnStatus - Variable in class libsys.SettingsDialog
+
 
+
returnTest() - Method in class libsys.BookTest
+
+
Test the returned() function functionality
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-17.html b/docs/index-files/index-17.html new file mode 100644 index 0000000..92ea111 --- /dev/null +++ b/docs/index-files/index-17.html @@ -0,0 +1,287 @@ + + + + + +S-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

S

+
+
saveBtn - Variable in class libsys.EditBookDialog
+
 
+
saveBtn - Variable in class libsys.EditUserDialog
+
 
+
saveBtn - Variable in class libsys.SettingsDialog
+
 
+
saveBtnActionPerformed(ActionEvent) - Method in class libsys.EditBookDialog
+
 
+
saveBtnActionPerformed(ActionEvent) - Method in class libsys.EditUserDialog
+
 
+
saveBtnActionPerformed(ActionEvent) - Method in class libsys.SettingsDialog
+
 
+
search(int, int, int) - Method in class libsys.BookFactory
+
+
Recursive binary search through the array list for the Book with the given id
+
+
search(int, int, int) - Method in class libsys.UserFactory
+
+
Recursive binary search through the array list for the User with the given id
+
+
setBookFileName(String) - Method in class libsys.BookFactory
+
+
Update the output filename for the object
+
+
setBooksFilename(String) - Method in class libsys.Settings
+
+
Change the file name for the Books
+
+
setBooksFilenameTest() - Method in class libsys.SettingsTest
+
+
Test the setBooksFilename function
+
+
setDefault() - Method in class libsys.Settings
+
 
+
setLimit(int) - Method in class libsys.User
+
+
Change limit of this User
+
+
setName(String) - Method in class libsys.User
+
+
Change name of this User
+
+
setterTest() - Method in class libsys.UserTest
+
+
Test the setter functions
+
+
settings - Static variable in class libsys.Main
+
 
+
settings - Variable in class libsys.MainGUI
+
 
+
Settings - Class in libsys
+
+
Handles all settings related operations and background processing of SettingsDialog
+
+
Settings(String) - Constructor for class libsys.Settings
+
+
Creates new Settings importing information from the given file name
+
+
settings - Variable in class libsys.SettingsTest
+
 
+
settingsBtn - Variable in class libsys.MainGUI
+
 
+
settingsBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
SettingsDialog - Class in libsys
+
+
UI for updating all the informations in Settings
+
+
SettingsDialog(Frame, boolean, Settings) - Constructor for class libsys.SettingsDialog
+
+
Creates new SettingsDialog
+
+
settingsFileName - Variable in class libsys.Settings
+
 
+
settingsLbl - Variable in class libsys.SettingsDialog
+
 
+
SettingsTest - Class in libsys
+
+
Test Settings related operations
+
+
SettingsTest(String) - Constructor for class libsys.SettingsTest
+
+
Test Settings related operations
+
+
setTitle(String) - Method in class libsys.Book
+
+
Set the title to the given title
+
+
setTitle(String) - Method in class libsys.Settings
+
+
Change the title of the application
+
+
setTitlesTest() - Method in class libsys.BookTest
+
+
Test the setTitles(String) functionality
+
+
setTitleTest() - Method in class libsys.SettingsTest
+
+
Test the setTitle function
+
+
setUp() - Method in class libsys.BookFactoryTest
+
+
Set up before testing
+
+
setUp() - Method in class libsys.BookTest
+
+
Set up before testing
+
+
setUp() - Method in class libsys.HandlerTest
+
+
Set up before testing
+
+
setup(Settings) - Method in class libsys.SettingsDialog
+
 
+
setUp() - Method in class libsys.UserFactoryTest
+
+
Set up before testing
+
+
setUp() - Method in class libsys.UserTest
+
+
Set up before testing
+
+
setUserFileName(String) - Method in class libsys.UserFactory
+
+
Update the output filename for the object
+
+
setUsersFilename(String) - Method in class libsys.Settings
+
+
Change the file name for the Users
+
+
setUsersFilenameTest() - Method in class libsys.SettingsTest
+
+
Test the setUsersFilename function
+
+
size() - Method in class libsys.Settings
+
+
Amount of fields in the settings
+
+
status - Variable in class libsys.Book
+
 
+
status - Variable in class libsys.NewBookDialog
+
 
+
status() - Method in class libsys.User
+
+
Check status of the User
+
+
statusComboBox - Variable in class libsys.NewBookDialog
+
 
+
statusLbl - Variable in class libsys.EditBookDialog
+
 
+
statusLbl - Variable in class libsys.NewBookDialog
+
 
+
statusOptions - Variable in class libsys.NewBookDialog
+
 
+
suite() - Static method in class libsys.BookFactoryTest
+
 
+
suite() - Static method in class libsys.BookTest
+
 
+
suite() - Static method in class libsys.HandlerTest
+
 
+
suite() - Static method in class libsys.SettingsTest
+
 
+
suite() - Static method in class libsys.UserFactoryTest
+
 
+
suite() - Static method in class libsys.UserTest
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-18.html b/docs/index-files/index-18.html new file mode 100644 index 0000000..f0a56ac --- /dev/null +++ b/docs/index-files/index-18.html @@ -0,0 +1,193 @@ + + + + + +T-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

T

+
+
tearDown() - Method in class libsys.BookFactoryTest
+
+
Delete files created during test
+
+
tearDown() - Method in class libsys.HandlerTest
+
+
Delete files after testing
+
+
tearDown() - Method in class libsys.SettingsTest
+
+
Delete test files
+
+
tearDown() - Method in class libsys.UserFactoryTest
+
+
Delete files created during test
+
+
testApp() - Method in class libsys.BookFactoryTest
+
+
Run all tests
+
+
testApp() - Method in class libsys.BookTest
+
+
Run all tests
+
+
testApp() - Method in class libsys.HandlerTest
+
+
Run all tests
+
+
testApp() - Method in class libsys.SettingsTest
+
+
Run all tests
+
+
testApp() - Method in class libsys.UserFactoryTest
+
+
Run all tests
+
+
testApp() - Method in class libsys.UserTest
+
+
Run all tests
+
+
title - Variable in class libsys.Book
+
 
+
title - Variable in class libsys.NewBookDialog
+
 
+
title - Variable in class libsys.NewUserDialog
+
 
+
title - Variable in class libsys.SettingsDialog
+
 
+
titleLbl - Variable in class libsys.EditBookDialog
+
 
+
titleLbl - Variable in class libsys.EditUserDialog
+
 
+
titleLbl - Variable in class libsys.NewBookDialog
+
 
+
titleLbl - Variable in class libsys.SettingsDialog
+
 
+
titleTxtField - Variable in class libsys.NewBookDialog
+
 
+
titleTxtField - Variable in class libsys.SettingsDialog
+
 
+
toFile() - Method in class libsys.Settings
+
+
Save the settings to the given input file
+
+
toJsonFile() - Method in class libsys.BookFactory
+
+
Output the data into a JSON file replacing the input file (or if filename not given, "books.json")
+
+
toJsonFile() - Method in class libsys.UserFactory
+
+
Output the data into a JSON file replacing the input file (or if filename not given, "users.json")
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-19.html b/docs/index-files/index-19.html new file mode 100644 index 0000000..fda3025 --- /dev/null +++ b/docs/index-files/index-19.html @@ -0,0 +1,215 @@ + + + + + +U-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

U

+
+
update(Book, Book) - Method in class libsys.BookFactory
+
+
Replacing a Book in the array list with a new Book
+
+
update(String, String) - Method in class libsys.Settings
+
 
+
update(User, User) - Method in class libsys.UserFactory
+
+
Replacing a User in the array list with a new User
+
+
user - Variable in class libsys.EditUserDialog
+
 
+
user - Variable in class libsys.MainGUI
+
 
+
User - Class in libsys
+
+
User object
+
+
User(String, int, int) - Constructor for class libsys.User
+
+
Creates a new User with name, id and limit (usually used to add new User)
+
+
User(String, int, int, ArrayList<Integer>) - Constructor for class libsys.User
+
+
Creates a new User with name, id, limit and books (usually used to initialize from database)
+
+
user1 - Variable in class libsys.UserTest
+
 
+
user2 - Variable in class libsys.UserTest
+
 
+
userBooks - Variable in class libsys.MainGUI
+
 
+
userExist - Variable in class libsys.MainGUI
+
 
+
UserFactory - Class in libsys
+
+
Handles all the User(s)
+
+
UserFactory() - Constructor for class libsys.UserFactory
+
+
Create a new empty UserFactory
+
+
UserFactory(String) - Constructor for class libsys.UserFactory
+
+
Create a new UserFactory and fill it with information from a JSON file
+
+
userFactory - Variable in class libsys.UserFactoryTest
+
 
+
UserFactoryTest - Class in libsys
+
+
Test UserFactory related operations
+
+
UserFactoryTest(String) - Constructor for class libsys.UserFactoryTest
+
+
Test UserFactory related operations
+
+
userFilename - Static variable in class libsys.Main
+
 
+
userFilename - Variable in class libsys.UserFactory
+
 
+
userID - Variable in class libsys.MainGUI
+
 
+
userLimit - Variable in class libsys.MainGUI
+
 
+
userMgtLabel - Variable in class libsys.MainGUI
+
 
+
userName - Variable in class libsys.MainGUI
+
 
+
userPanel - Variable in class libsys.MainGUI
+
 
+
users - Variable in class libsys.Handler
+
 
+
users - Variable in class libsys.UserFactory
+
 
+
userSearch - Variable in class libsys.MainGUI
+
 
+
userSearchBtn - Variable in class libsys.MainGUI
+
 
+
userSearchBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
usersFilename - Variable in class libsys.SettingsDialog
+
 
+
usersFilenameLbl - Variable in class libsys.SettingsDialog
+
 
+
usersFilenameTxt - Variable in class libsys.SettingsDialog
+
 
+
UserTest - Class in libsys
+
+
Test User related operations
+
+
UserTest(String) - Constructor for class libsys.UserTest
+
+
Test User related operations
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html new file mode 100644 index 0000000..3f7435f --- /dev/null +++ b/docs/index-files/index-2.html @@ -0,0 +1,193 @@ + + + + + +C-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

C

+
+
cal - Variable in class libsys.Handler
+
 
+
calDueDate(int) - Method in class libsys.Handler
+
+
Calculating the due date
+
+
calDueDate(int, int[]) - Method in class libsys.Handler
+
 
+
calDueDateTest() - Method in class libsys.HandlerTest
+
+
Test the calDueDate function
+
+
cancelBtn - Variable in class libsys.EditBookDialog
+
 
+
cancelBtn - Variable in class libsys.EditUserDialog
+
 
+
cancelBtn - Variable in class libsys.NewBookDialog
+
 
+
cancelBtn - Variable in class libsys.NewUserDialog
+
 
+
cancelBtnActionPerformed(ActionEvent) - Method in class libsys.EditBookDialog
+
 
+
cancelBtnActionPerformed(ActionEvent) - Method in class libsys.EditUserDialog
+
 
+
cancelBtnActionPerformed(ActionEvent) - Method in class libsys.NewBookDialog
+
 
+
cancelBtnActionPerformed(ActionEvent) - Method in class libsys.NewUserDialog
+
 
+
cancelButton - Variable in class libsys.RentDialog
+
 
+
cancelButton - Variable in class libsys.ReturnDialog
+
 
+
cancelButtonActionPerformed(ActionEvent) - Method in class libsys.RentDialog
+
 
+
cancelButtonActionPerformed(ActionEvent) - Method in class libsys.ReturnDialog
+
 
+
closeDialog(WindowEvent) - Method in class libsys.RentDialog
+
+
Closes the dialog
+
+
closeDialog(WindowEvent) - Method in class libsys.ReturnDialog
+
+
Closes the dialog
+
+
constructorTest() - Method in class libsys.BookTest
+
+
Test the functionality for all different types of constructor
+
+
constructorTest() - Method in class libsys.SettingsTest
+
+
Test the constructor
+
+
createBookBtn - Variable in class libsys.MainGUI
+
 
+
createBookBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
createBtn - Variable in class libsys.NewBookDialog
+
 
+
createBtn - Variable in class libsys.NewUserDialog
+
 
+
createBtnActionPerformed(ActionEvent) - Method in class libsys.NewBookDialog
+
 
+
createBtnActionPerformed(ActionEvent) - Method in class libsys.NewUserDialog
+
 
+
createUserBtn - Variable in class libsys.MainGUI
+
 
+
createUserBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
currentDay() - Method in class libsys.Handler
+
+
Returns the current date in an int array
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-20.html b/docs/index-files/index-20.html new file mode 100644 index 0000000..9cf31e8 --- /dev/null +++ b/docs/index-files/index-20.html @@ -0,0 +1,129 @@ + + + + + +V-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

V

+
+
valueTest() - Method in class libsys.BookTest
+
+
Test if the values are accurate
+
+
valueTest() - Method in class libsys.UserTest
+
+
Test if the values are accurate
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html new file mode 100644 index 0000000..96f527f --- /dev/null +++ b/docs/index-files/index-3.html @@ -0,0 +1,143 @@ + + + + + +D-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

D

+
+
discardBtn - Variable in class libsys.SettingsDialog
+
 
+
discardBtnActionPerformed(ActionEvent) - Method in class libsys.SettingsDialog
+
 
+
doClose(boolean) - Method in class libsys.EditBookDialog
+
 
+
doClose(boolean) - Method in class libsys.EditUserDialog
+
 
+
doClose(int) - Method in class libsys.NewBookDialog
+
 
+
doClose(int) - Method in class libsys.NewUserDialog
+
 
+
doClose(int) - Method in class libsys.RentDialog
+
 
+
doClose(int) - Method in class libsys.ReturnDialog
+
 
+
doClose(int) - Method in class libsys.SettingsDialog
+
 
+
dueDate - Variable in class libsys.Book
+
 
+
dueDateLbl - Variable in class libsys.EditBookDialog
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html new file mode 100644 index 0000000..f3f5f70 --- /dev/null +++ b/docs/index-files/index-4.html @@ -0,0 +1,157 @@ + + + + + +E-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

E

+
+
editBookBtn - Variable in class libsys.MainGUI
+
 
+
editBookBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
EditBookDialog - Class in libsys
+
+
UI for updating information in Book
+
+
EditBookDialog(Frame, boolean, Book) - Constructor for class libsys.EditBookDialog
+
+
Create new EditBookDialog
+
+
editUserBtn - Variable in class libsys.MainGUI
+
 
+
editUserBtnActionPerformed(ActionEvent) - Method in class libsys.MainGUI
+
 
+
EditUserDialog - Class in libsys
+
+
UI for updating information in User
+
+
EditUserDialog(Frame, boolean, User, BookFactory) - Constructor for class libsys.EditUserDialog
+
+
Creates new EditUserDialog
+
+
errorLbl - Variable in class libsys.EditUserDialog
+
 
+
errorLbl - Variable in class libsys.NewUserDialog
+
 
+
exceptionTest() - Method in class libsys.BookFactoryTest
+
+
Test exception cases and error handling of the class
+
+
exceptionTest() - Method in class libsys.UserFactoryTest
+
+
Test exception cases and error handling of the class
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html new file mode 100644 index 0000000..cec1bdc --- /dev/null +++ b/docs/index-files/index-5.html @@ -0,0 +1,125 @@ + + + + + +F-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

F

+
+
fileIOTest() - Method in class libsys.UserFactoryTest
+
+
Test the class in writing to and reading from files
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html new file mode 100644 index 0000000..90ff81f --- /dev/null +++ b/docs/index-files/index-6.html @@ -0,0 +1,245 @@ + + + + + +G-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

G

+
+
get(String) - Method in class libsys.Settings
+
+
Get the value associated to the field name
+
+
getBook(int) - Method in class libsys.BookFactory
+
+
Looks for a Book with the given id
+
+
getBook(String) - Method in class libsys.BookFactory
+
+
Linear search through the array list for Book with the given Title
+
+
getBooksFilename() - Method in class libsys.SettingsDialog
+
+
Get the new Books file name
+
+
getDueDate() - Method in class libsys.Book
+
+
Returns the due date of the Book
+
+
getId() - Method in class libsys.Book
+
+
Returns the id of the Book
+
+
getId() - Method in class libsys.User
+
+
Gets id of this User
+
+
getKey(int) - Method in class libsys.Settings
+
+
Get the field name from that specific location in the array list
+
+
getLimit() - Method in class libsys.NewUserDialog
+
+
Get the limit of the new User
+
+
getLimit() - Method in class libsys.User
+
+
Gets limit of Book this User can borrow
+
+
getName() - Method in class libsys.NewUserDialog
+
+
Get the name of the new User
+
+
getName() - Method in class libsys.User
+
+
Gets name of this User
+
+
getNewLimit() - Method in class libsys.EditUserDialog
+
+
Returns the limit from the limitTxtField
+
+
getNewName() - Method in class libsys.EditBookDialog
+
+
Returns the name from the nameTxtField
+
+
getNewName() - Method in class libsys.EditUserDialog
+
+
Returns the name from the nameTxtField
+
+
getReturnStatus() - Method in class libsys.EditBookDialog
+
+
Returns if the user selected "Save" or "Cancel"
+
+
getReturnStatus() - Method in class libsys.EditUserDialog
+
+
Returns if the user selected "Save" or "Cancel"
+
+
getReturnStatus() - Method in class libsys.NewBookDialog
+
+
Get the return status
+
+
getReturnStatus() - Method in class libsys.NewUserDialog
+
+
Get the return status
+
+
getReturnStatus() - Method in class libsys.RentDialog
+
+
Get the return status
+
+
getReturnStatus() - Method in class libsys.ReturnDialog
+
+
Get the return status
+
+
getReturnStatus() - Method in class libsys.SettingsDialog
+
+
Get the return status
+
+
getStatus() - Method in class libsys.Book
+
+
Returns the status of the Book
+
+
getStatus() - Method in class libsys.NewBookDialog
+
+
Get the status of the new Book
+
+
getTitle() - Method in class libsys.Book
+
+
Returns the title of the Book
+
+
getTitle() - Method in class libsys.NewBookDialog
+
+
Get the name of the new Book
+
+
getTitle() - Method in class libsys.SettingsDialog
+
+
Get the new title for the MainGUi
+
+
getUser(String) - Method in class libsys.UserFactory
+
+
Looks for the User with the given name
+
+
getUser(int) - Method in class libsys.UserFactory
+
+
Looks for a User with the given id
+
+
getUsersFilename() - Method in class libsys.SettingsDialog
+
+
Get the new Users file name
+
+
givenBookId - Variable in class libsys.RentDialog
+
 
+
givenBookId - Variable in class libsys.ReturnDialog
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html new file mode 100644 index 0000000..ba30a30 --- /dev/null +++ b/docs/index-files/index-7.html @@ -0,0 +1,145 @@ + + + + + +H-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

H

+
+
Handler - Class in libsys
+
+
Handles all the background operations of MainGUI, also contains both UserFactory and BookFactory
+
+
Handler() - Constructor for class libsys.Handler
+
+
Creates new empty Handler
+
+
handler - Variable in class libsys.HandlerTest
+
 
+
handler - Variable in class libsys.MainGUI
+
 
+
handler - Variable in class libsys.RentDialog
+
 
+
handler - Variable in class libsys.ReturnDialog
+
 
+
HandlerTest - Class in libsys
+
+
Test Handler related operations
+
+
HandlerTest(String) - Constructor for class libsys.HandlerTest
+
+
Test Handler related operations
+
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html new file mode 100644 index 0000000..a3917e4 --- /dev/null +++ b/docs/index-files/index-8.html @@ -0,0 +1,161 @@ + + + + + +I-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

I

+
+
id - Variable in class libsys.Book
+
 
+
id - Variable in class libsys.BookFactory
+
 
+
id - Variable in class libsys.ReturnDialog
+
 
+
id - Variable in class libsys.User
+
 
+
id - Variable in class libsys.UserFactory
+
 
+
idLbl - Variable in class libsys.EditBookDialog
+
 
+
idLbl - Variable in class libsys.EditUserDialog
+
 
+
init() - Method in class libsys.EditBookDialog
+
 
+
init() - Method in class libsys.EditUserDialog
+
 
+
initComponents() - Method in class libsys.EditBookDialog
+
 
+
initComponents() - Method in class libsys.EditUserDialog
+
 
+
initComponents() - Method in class libsys.MainGUI
+
 
+
initComponents() - Method in class libsys.NewBookDialog
+
 
+
initComponents() - Method in class libsys.NewUserDialog
+
 
+
initComponents() - Method in class libsys.RentDialog
+
 
+
initComponents() - Method in class libsys.ReturnDialog
+
 
+
initComponents() - Method in class libsys.SettingsDialog
+
 
+
invalidLabel - Variable in class libsys.RentDialog
+
 
+
invalidLabel - Variable in class libsys.ReturnDialog
+
 
+
items - Variable in class libsys.Settings
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html new file mode 100644 index 0000000..8537b41 --- /dev/null +++ b/docs/index-files/index-9.html @@ -0,0 +1,123 @@ + + + + + +J-Index (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
B C D E F G H I J K L M N O P R S T U V  + + +

J

+
+
jTabbedPane - Variable in class libsys.MainGUI
+
 
+
+B C D E F G H I J K L M N O P R S T U V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/index.html b/docs/index.html index 853c8b3..b321657 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,9 +2,8 @@ - - -LibrarySystem 1.0 API + +LibrarySystem - BinHong Lee @@ -13,7 +12,7 @@ @@ -13,13 +12,13 @@ + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
libsys
+

Class BookFactoryTest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/libsys/BookTest.html b/docs/libsys/BookTest.html new file mode 100644 index 0000000..cda0641 --- /dev/null +++ b/docs/libsys/BookTest.html @@ -0,0 +1,473 @@ + + + + + +BookTest (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
libsys
+

Class BookTest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/libsys/EditBookDialog.html b/docs/libsys/EditBookDialog.html index d368040..35d0980 100644 --- a/docs/libsys/EditBookDialog.html +++ b/docs/libsys/EditBookDialog.html @@ -2,10 +2,9 @@ - - -EditBookDialog (LibrarySystem 1.0 API) - + +EditBookDialog (LibrarySystem - BinHong Lee) + @@ -13,13 +12,13 @@ @@ -13,13 +12,13 @@ + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
libsys
+

Class Handler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/libsys/HandlerTest.html b/docs/libsys/HandlerTest.html new file mode 100644 index 0000000..9d3536c --- /dev/null +++ b/docs/libsys/HandlerTest.html @@ -0,0 +1,467 @@ + + + + + +HandlerTest (LibrarySystem - BinHong Lee) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
libsys
+

Class HandlerTest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/libsys/Main.html b/docs/libsys/Main.html index 60ac2f6..d1e7e72 100644 --- a/docs/libsys/Main.html +++ b/docs/libsys/Main.html @@ -2,10 +2,9 @@ - - -Main (LibrarySystem 1.0 API) - + +Main (LibrarySystem - BinHong Lee) + @@ -13,7 +12,7 @@ @@ -13,12 +12,18 @@