Modifier and Type | Method and Description |
---|---|
Book |
BookFactory.getBook(int index)
Looks for a Book with the given id
|
Book |
BookFactory.getBook(String title)
Linear search through the array list for Book with the given Title
|
Book |
BookFactory.newBook(String title,
String status)
Adds a new Book into this class
|
Modifier and Type | Method and Description |
---|---|
void |
BookFactory.update(Book oldBook,
Book newBook)
Replacing a Book in the array list with a new Book
|
Constructor and Description |
---|
EditBookDialog(Frame parent,
boolean modal,
Book book)
Create new EditBookDialog
|
Copyright © 2017. All rights reserved.