public class

XSheet

extends JPanel
implements ActionListener NotificationListener
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ sun.tools.jconsole.inspector.XSheet

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.JComponent
Public Constructors
XSheet(MBeansTab mbeansTab)
Public Methods
void actionPerformed(ActionEvent e)
Action listener: handles actions in panel buttons
void displayNode(DefaultMutableTreeNode node)
void dispose()
void handleNotification(Notification e, Object handback)
Notification listener: handles asynchronous reception of MBean operation results and MBean notifications.
boolean isMBeanNode(DefaultMutableTreeNode node)
[Expand]
Inherited Methods
From class javax.swing.JPanel
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.event.ActionListener
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.management.NotificationListener

Public Constructors

public XSheet (MBeansTab mbeansTab)

Public Methods

public void actionPerformed (ActionEvent e)

Action listener: handles actions in panel buttons

public void displayNode (DefaultMutableTreeNode node)

public void dispose ()

public void handleNotification (Notification e, Object handback)

Notification listener: handles asynchronous reception of MBean operation results and MBean notifications.

Parameters
e The notification.
handback An opaque object which helps the listener to associate information regarding the MBean emitter. This object is passed to the MBean during the addListener call and resent, without modification, to the listener. The MBean object should not use or modify the object.

public boolean isMBeanNode (DefaultMutableTreeNode node)