Modifier and Type | Method and Description |
---|---|
User |
UserFactory.getUser(int index)
Looks for a User with the given id
|
User |
UserFactory.getUser(String name)
Looks for the User with the given name
|
User |
UserFactory.newUser(String name,
int limit)
Adds a new User into this class
|
Modifier and Type | Method and Description |
---|---|
void |
UserFactory.update(User oldUser,
User newUser)
Replacing a User in the array list with a new User
|
Constructor and Description |
---|
EditUserDialog(Frame parent,
boolean modal,
User user,
BookFactory books)
Creates new EditUserDialog
|
Copyright © 2017. All rights reserved.