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 ItemListener
public org.crosswire.jsword.book.Book[] getBooks()
getBooks
in interface org.crosswire.jsword.book.BookProvider
public org.crosswire.jsword.book.Book getFirstBook()
getFirstBook
in interface org.crosswire.jsword.book.BookProvider