Searched refs:XMBeanNotifications (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java51 public class XMBeanNotifications extends JTable implements NotificationListener { class in inherits:JTable,NotificationListener
78 public XMBeanNotifications() { method in class:XMBeanNotifications
532 int row = XMBeanNotifications.this.getSelectedRow();
533 int col = XMBeanNotifications.this.getSelectedColumn();
541 XMBeanNotifications.this.updateUserDataCell(row, col);
604 private XMBeanNotifications notifications;
609 XMBeanNotifications notifications,
H A DXSheet.java74 // XMBeanNotifications container
75 private XMBeanNotifications mbeanNotifications;
131 // create XMBeanNotifications container
132 mbeanNotifications = new XMBeanNotifications();
713 XMBeanNotifications.NOTIFICATION_RECEIVED_EVENT)) {

Completed in 117 milliseconds