com.tensegrity.gui.swing.document
Class HyperTextDocument

java.lang.Object
  extended bycom.tensegrity.gui.document.AbstractDocument
      extended bycom.tensegrity.gui.swing.document.SwingDocument
          extended bycom.tensegrity.gui.swing.document.HyperTextDocument
All Implemented Interfaces:
Container, Document, Observer

public class HyperTextDocument
extends SwingDocument

This class is derived from the base document class and represents a html-document.

Version:
$Id: HyperTextDocument.java,v 1.4 2003/11/20 11:08:15 sr Exp $
Author:
Stepan Rutz

Field Summary
protected  javax.swing.JEditorPane htmlpane
          Reference to the internal JEditorPane.
 
Fields inherited from interface com.tensegrity.gui.document.Document
GLUE_LEFTBOTTOM, GLUE_LEFTCENTEREXTEND, GLUE_LEFTTOP, GLUE_RIGHTBOTTOM, GLUE_RIGHTCENTEREXTEND, GLUE_RIGHTTOP, TYPE_FIXED_SIZE, TYPE_PACK_IS_OK, TYPE_TOOLDOCUMENT
 
Constructor Summary
HyperTextDocument(java.lang.String name)
          Constructor for HtmlDocument.
 
Method Summary
 javax.swing.JEditorPane getHtmlPane()
          Returns the reference to the internal html pane.
 
Methods inherited from class com.tensegrity.gui.swing.document.SwingDocument
getApplicationFrame, getJComponent, update
 
Methods inherited from class com.tensegrity.gui.document.AbstractDocument
closeHandler, getCopyCounter, getDocumentDataProvider, getDocumentSetting, getDocumentSettings, getFile, getFlags, getName, isModified, setDocumentSetting, setDocumentSettings, setFile, setModified, setName, setSelected, setUnmodified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

htmlpane

protected final javax.swing.JEditorPane htmlpane
Reference to the internal JEditorPane.

Constructor Detail

HyperTextDocument

public HyperTextDocument(java.lang.String name)
Constructor for HtmlDocument.

Parameters:
name - the document's name.
Method Detail

getHtmlPane

public javax.swing.JEditorPane getHtmlPane()
Returns the reference to the internal html pane.

Returns:
reference to the internal html pane.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.