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
-
XNodePanel(XTree)
- a default XNodePanel
-
addXNode(XNode)
- add an XNode to the panel.
XNodePanel
public XNodePanel(XTree xTree)
- a default XNodePanel
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