org.crosswire.bibledesktop.book.install
Class TextPaneBookMetaDataDisplay

java.lang.Object
  extended by org.crosswire.bibledesktop.book.install.TextPaneBookMetaDataDisplay

public class TextPaneBookMetaDataDisplay
extends Object

A JTextPane implementation of an OSIS displayer.

Author:
Joe Walker [joe at eireneh dot com], DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
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 Summary
TextPaneBookMetaDataDisplay()
          Simple ctor
 
Method Summary
 Component getComponent()
          Accessor for the Swing component
 void setBook(org.crosswire.jsword.book.Book book)
          Change the book being displayed to a new one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

converter

private org.crosswire.common.xml.Converter converter
To convert OSIS to HTML


txtView

private JTextPane txtView
The display component


log

protected static final org.slf4j.Logger log
The log stream

Constructor Detail

TextPaneBookMetaDataDisplay

public TextPaneBookMetaDataDisplay()
Simple ctor

Method Detail

setBook

public void setBook(org.crosswire.jsword.book.Book book)
Change the book being displayed to a new one.

Parameters:
book -

getComponent

public Component getComponent()
Accessor for the Swing component


Copyright ยจ 2003-2013