public class JmxNotificationsSwingView extends JmxNotificationsView implements SwingComponent
JmxNotificationsView.NotificationAction
BasicView.Action
Constructor and Description |
---|
JmxNotificationsSwingView() |
Modifier and Type | Method and Description |
---|---|
void |
addNotification(JmxNotification data) |
void |
addNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
void |
clearNotifications() |
Component |
getUiComponent() |
void |
removeNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener) |
void |
setNotificationsEnabled(boolean enabled) |
addActionListener, notify, removeActionListener
public void addNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener)
addNotificationActionListener
in class JmxNotificationsView
public void removeNotificationActionListener(ActionListener<JmxNotificationsView.NotificationAction> listener)
removeNotificationActionListener
in class JmxNotificationsView
public void setNotificationsEnabled(boolean enabled)
setNotificationsEnabled
in class JmxNotificationsView
public void clearNotifications()
clearNotifications
in class JmxNotificationsView
public void addNotification(JmxNotification data)
addNotification
in class JmxNotificationsView
public Component getUiComponent()
getUiComponent
in interface SwingComponent
Copyright © 2014. All rights reserved.