public class AuthorTableModelListener
extends java.lang.Object
implements javax.swing.event.TableModelListener
TableModelListener to recognize if the first name and the last name
of an author was entered and try to find out his ORCID| Modifier and Type | Field and Description |
|---|---|
static boolean |
leavedName |
static boolean |
leavedOrcidField |
| Constructor and Description |
|---|
AuthorTableModelListener(AuthorsPanel parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
tableChanged(javax.swing.event.TableModelEvent event) |
public static boolean leavedOrcidField
public static boolean leavedName
public AuthorTableModelListener(AuthorsPanel parent)