org.crosswire.bibledesktop.book.install
Class TextPaneBookMetaDataDisplay

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

public class TextPaneBookMetaDataDisplay
extends Object

A JDK JTextPane implementation of an OSIS displayer.

Distribution Licence:
JSword is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The License is available on the internet here, or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
The copyright to this program is held by it's authors.

Version:
$Id: TextPaneBookMetaDataDisplay.java,v 1.4 2005/03/22 12:39:56 dmsmith Exp $
Author:
Joe Walker [joe at eireneh dot com], DM Smith [dmsmith555 at yahoo dot com]
See Also:
Licence

Field Summary
private  Converter converter
          To convert OSIS to HTML
protected static 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(Book book)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
The log stream


converter

private Converter converter
To convert OSIS to HTML


txtView

private JTextPane txtView
The display component

Constructor Detail

TextPaneBookMetaDataDisplay

public TextPaneBookMetaDataDisplay()
Simple ctor

Method Detail

setBook

public void setBook(Book book)

getComponent

public Component getComponent()
Accessor for the Swing component


Copyright ? 2003-2004