All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jumbo.xml.XNodePanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----jumbo.xml.XNodePanel

public class XNodePanel
extends JPanel
a simple class providing a JPanel to hold a node's content

Author:
P.Murray-Rust, 1998

Constructor Index

 o XNodePanel(XTree)
a default XNodePanel

Method Index

 o addXNode(XNode)
add an XNode to the panel.

Constructors

 o XNodePanel
 public XNodePanel(XTree xTree)
a default XNodePanel

Methods

 o addXNode
 public void addXNode(XNode xNode)
add an XNode to the panel.

Parameters:
xNode - the XNode to be added

All Packages  Class Hierarchy  This Package  Previous  Next  Index