Searched defs:XMBeanNotifications (Results 1 - 1 of 1) 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,

Completed in 31 milliseconds