public class

XTree

extends JTree
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JTree
           ↳ sun.tools.jconsole.inspector.XTree

Summary

Nested Classes
class XTree.ComparableDefaultMutableTreeNode  
class XTree.Dn  
class XTree.Token  
[Expand]
Inherited Constants
From class javax.swing.JTree
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.JTree
From class javax.swing.JComponent
Public Constructors
XTree(MBeansTab mbeansTab)
XTree(TreeNode root, MBeansTab mbeansTab)
Public Methods
synchronized void addMBeanToView(ObjectName mbean)
void delMBeanFromView(ObjectName mbean)
boolean isKeyValueView()
boolean isTreeView()
synchronized void removeAll()
This method removes all the displayed nodes from the tree, but does not affect actual MBeanServer contents.
[Expand]
Inherited Methods
From class javax.swing.JTree
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.Scrollable

Public Constructors

public XTree (MBeansTab mbeansTab)

public XTree (TreeNode root, MBeansTab mbeansTab)

Public Methods

public synchronized void addMBeanToView (ObjectName mbean)

public void delMBeanFromView (ObjectName mbean)

public boolean isKeyValueView ()

public boolean isTreeView ()

public synchronized void removeAll ()

This method removes all the displayed nodes from the tree, but does not affect actual MBeanServer contents.