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

Class pmr.sgml.HTMLNode

java.lang.Object
   |
   +----pmr.sgml.SGMLNode
           |
           +----pmr.sgml.HTMLNode

public class HTMLNode
extends SGMLNode

Constructor Index

 o HTMLNode()
 o HTMLNode(String, SGMLTree)

Method Index

 o display(Graphics)
a very simplistic display which displays the untagged event stream including children content
 o drawIcon(Graphics, int, int)
draws an icon based on the GI - crude at present!! Overridden by subclasses.
 o getColor()
color of SGMLNode text - overridden by subclasses?
 o getTitle()
makes a suitable title for the node in following priority:
 o process()
dummy - to be implemented by subClasses

Constructors

 o HTMLNode
  public HTMLNode()
 o HTMLNode
  public HTMLNode(String giName,
                  SGMLTree tree)

Methods

 o process
  public void process()
dummy - to be implemented by subClasses
Overrides:
process in class SGMLNode
 o getTitle
  public String getTitle()
makes a suitable title for the node in following priority:
Overrides:
getTitle in class SGMLNode
 o display
  public void display(Graphics g)
a very simplistic display which displays the untagged event stream including children content
Overrides:
display in class SGMLNode
 o getColor
  public Color getColor()
color of SGMLNode text - overridden by subclasses?
Overrides:
getColor in class SGMLNode
 o drawIcon
  public int drawIcon(Graphics g,
                      int x,
                      int y)
draws an icon based on the GI - crude at present!! Overridden by subclasses.
Overrides:
drawIcon in class SGMLNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index