public class TextPaneBookMetaDataDisplay extends Object
for license details.
Modifier and Type | Field and Description |
---|---|
private org.crosswire.common.xml.Converter |
converter
To convert OSIS to HTML
|
protected static org.slf4j.Logger |
log
The log stream
|
private JTextPane |
txtView
The display component
|
Constructor and Description |
---|
TextPaneBookMetaDataDisplay()
Simple ctor
|
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Accessor for the Swing component
|
void |
setBook(org.crosswire.jsword.book.Book book)
Change the book being displayed to a new one.
|
private org.crosswire.common.xml.Converter converter
private JTextPane txtView
protected static final org.slf4j.Logger log
public void setBook(org.crosswire.jsword.book.Book book)
book
- public Component getComponent()