Class pmr.sgml.FileTransporter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.sgml.FileTransporter

java.lang.Object
   |
   +----pmr.sgml.TreeContainer
           |
           +----pmr.sgml.FileTransporter

public class FileTransporter
extends TreeContainer
a temporary container for one or more Trees

Constructor Index

 o FileTransporter(SGMLTOC)
 o FileTransporter(SGMLTOC, String)

Method Index

 o addTreeToClipboard(SGMLTree)
 o display()
displays the TreeContainer; override thsi
 o drawIcon(Component, Graphics, int, int)
this must be subclassed or the wrong static is accessed
 o readForeign()
 o readTree()
 o writeTree(SGMLNode)

Constructors

 o FileTransporter
  public FileTransporter(SGMLTOC toc)
 o FileTransporter
  public FileTransporter(SGMLTOC toc,
                         String title)

Methods

 o writeTree
  public void writeTree(SGMLNode n)
 o display
  public void display()
displays the TreeContainer; override thsi
Overrides:
display in class TreeContainer
 o readTree
  public SGMLTree readTree()
 o addTreeToClipboard
  public void addTreeToClipboard(SGMLTree sgmlTree)
 o readForeign
  public SGMLTree readForeign()
 o drawIcon
  public Int2Range drawIcon(Component comp,
                            Graphics g,
                            int x,
                            int y)
this must be subclassed or the wrong static is accessed
Overrides:
drawIcon in class TreeContainer

All Packages  Class Hierarchy  This Package  Previous  Next  Index