Top Fields Constructors Methods
sun.tools.jconsole.inspector

public Class XPlottingViewer

extends PlotterPanel
implements ActionListener
Class Inheritance
All Implemented Interfaces
java.awt.event.ActionListener, java.util.EventListener
Annotations
@SuppressWarnings:serial
Imports
java.awt.*, java.awt.event.*, java.util.*, .Timer, javax.swing.*, sun.tools.jconsole.*

Field Summary

Modifier and TypeField and Description
private String
private String
private JButton
private static final int
private static HashMap<String, XPlottingViewer>
private MBeansTab
private JTable
private static HashMap<String, Timer>

Constructor Summary

AccessConstructor and Description
private
XPlottingViewer(String key, XMBean mbean, String attributeName, Object value, JTable table, MBeansTab tab)

Method Summary

Modifier and TypeMethod and Description
public void
actionPerformed(ActionEvent
the event to be processed
evt
)

Overrides sun.tools.jconsole.BorderedComponent.actionPerformed.

Implements java.awt.event.ActionListener.actionPerformed.

Invoked when an action occurs.
public Plotter
createPlotter(final XMBean xmbean, final String attributeName, String key, JTable table)

pack-priv static void
public static boolean
public static Component
loadPlotting(XMBean mbean, String attributeName, Object value, JTable table, MBeansTab tab)

private void
Inherited from sun.tools.jconsole.PlotterPanel:
getAccessibleContextgetComponentPopupMenugetPlottersetPlotter

Field Detail

attributeNameback to summary
private String attributeName
keyback to summary
private String key
plotButtonback to summary
private JButton plotButton
PLOTTER_DECIMALSback to summary
private static final int PLOTTER_DECIMALS
plotterCacheback to summary
private static HashMap<String, XPlottingViewer> plotterCache
tabback to summary
private MBeansTab tab
tableback to summary
private JTable table
timerCacheback to summary
private static HashMap<String, Timer> timerCache

Constructor Detail

XPlottingViewerback to summary
private XPlottingViewer(String key, XMBean mbean, String attributeName, Object value, JTable table, MBeansTab tab)

Method Detail

actionPerformedback to summary
public void actionPerformed(ActionEvent evt)

Overrides sun.tools.jconsole.BorderedComponent.actionPerformed.

Implements java.awt.event.ActionListener.actionPerformed.

Doc from java.awt.event.ActionListener.actionPerformed.

Invoked when an action occurs.

Parameters
evt:ActionEvent

the event to be processed

Annotations
@Override
createPlotterback to summary
public Plotter createPlotter(final XMBean xmbean, final String attributeName, String key, JTable table)
disposeback to summary
pack-priv static void dispose(MBeansTab tab)
isViewableValueback to summary
public static boolean isViewableValue(Object value)
loadPlottingback to summary
public static Component loadPlotting(XMBean mbean, String attributeName, Object value, JTable table, MBeansTab tab)
setupDisplayback to summary
private void setupDisplay(Plotter plotter)