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

Class pmr.cml.SYMBOLNode

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

public class SYMBOLNode
extends DrawableX_Node

Constructor Index

 o SYMBOLNode(String, SGMLTree)

Method Index

 o mayContain(SGMLNode)
can this node contain others.
 o showHelp()
display Help

Constructors

 o SYMBOLNode
  public SYMBOLNode(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

All Packages  Class Hierarchy  This Package  Previous  Next  Index