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

Class pmr.cml.CMLNode

java.lang.Object
   |
   +----pmr.sgml.SGMLNode
           |
           +----pmr.sgml.DrawableSGMLNode
                   |
                   +----pmr.cml.DrawableX_Node
                           |
                           +----pmr.cml.CMLNode

public class CMLNode
extends DrawableX_Node
This holds a CML object (e.g. a CML document instance).
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o CMLNode(String, SGMLTree)

Method Index

 o display()
Kicks off a ScrollableTopLevel which contains the object.
 o drawIcon(Graphics, int, int)
draw a CML icon
 o mayContain(SGMLNode)
can this node contain others.
 o showHelp()
display Help

Constructors

 o CMLNode
  public CMLNode(String giName,
                 SGMLTree tree)

Methods

 o showHelp
  public void showHelp()
display Help
Overrides:
showHelp in class DrawableX_Node
 o mayContain
  public boolean mayContain(SGMLNode n)
can this node contain others.
Overrides:
mayContain in class DrawableX_Node
 o display
  public void display()
Kicks off a ScrollableTopLevel which contains the object.
Overrides:
display in class DrawableSGMLNode
 o drawIcon
  public int drawIcon(Graphics g,
                      int x,
                      int y)
draw a CML icon
Overrides:
drawIcon in class DrawableX_Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index