Class pmr.cml.CMLTransporter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.cml.CMLTransporter

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

public class CMLTransporter
extends FileTransporter
a tool for transporting SGML and CML files

Constructor Index

 o CMLTransporter(SGMLTOC)
 o CMLTransporter(SGMLTOC, String)

Method Index

 o display()
displays the TreeContainer; override thsi
 o drawIcon(Component, Graphics, int, int)
this must be subclassed or the wrong static is accessed
 o readCMLTree()
read a CMLTree file.
 o readTree()
--- public void writeNode(SGMLNode n) { } --

Constructors

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

Methods

 o display
  public void display()
displays the TreeContainer; override thsi
Overrides:
display in class FileTransporter
 o readTree
  public SGMLTree readTree()
--- public void writeNode(SGMLNode n) { } --
Overrides:
readTree in class FileTransporter
 o readCMLTree
  public CMLTree readCMLTree()
read a CMLTree file. This may be subclassed
 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 FileTransporter

All Packages  Class Hierarchy  This Package  Previous  Next  Index