final class ParallelBookPicker.SelectedItemListener extends Object implements ItemListener, org.crosswire.jsword.book.BookProvider
| Modifier and Type | Field and Description |
|---|---|
private ParallelBookPicker |
picker |
| Constructor and Description |
|---|
ParallelBookPicker.SelectedItemListener(ParallelBookPicker picker) |
| Modifier and Type | Method and Description |
|---|---|
org.crosswire.jsword.book.Book[] |
getBooks() |
org.crosswire.jsword.book.Book |
getFirstBook() |
void |
itemStateChanged(ItemEvent ev) |
private ParallelBookPicker picker
ParallelBookPicker.SelectedItemListener(ParallelBookPicker picker)
public void itemStateChanged(ItemEvent ev)
itemStateChanged in interface ItemListenerpublic org.crosswire.jsword.book.Book[] getBooks()
getBooks in interface org.crosswire.jsword.book.BookProviderpublic org.crosswire.jsword.book.Book getFirstBook()
getFirstBook in interface org.crosswire.jsword.book.BookProvider