org.fusesource.web.console.client.jmx.panel
Class ChartPanel

java.lang.Object
  extended by org.fusesource.web.console.client.jmx.panel.ChartPanel
All Implemented Interfaces:
View, Refreshable

public class ChartPanel
extends java.lang.Object
implements View, Refreshable

Version:
$Revision: 1.1 $

Constructor Summary
ChartPanel(java.util.List<MBeanName> mbeanNames)
           
ChartPanel(MBeanName... mbeanNames)
           
 
Method Summary
protected  void drawChart()
           
protected  java.lang.String getAttributesKey(java.util.List<MBeanAttribute> list)
           
 java.util.List<MBeanName> getMbeanNames()
           
 com.google.gwt.user.client.ui.Widget getWidget()
           
protected  void redraw()
           
 void refresh()
           
protected  void setChartWidget(com.google.gwt.visualization.client.AbstractVisualizationContainer chartWidget, com.google.gwt.visualization.client.AbstractDrawOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartPanel

public ChartPanel(MBeanName... mbeanNames)

ChartPanel

public ChartPanel(java.util.List<MBeanName> mbeanNames)
Method Detail

getMbeanNames

public java.util.List<MBeanName> getMbeanNames()

getWidget

public com.google.gwt.user.client.ui.Widget getWidget()
Specified by:
getWidget in interface View

refresh

public void refresh()
Specified by:
refresh in interface Refreshable

drawChart

protected void drawChart()

redraw

protected void redraw()

getAttributesKey

protected java.lang.String getAttributesKey(java.util.List<MBeanAttribute> list)

setChartWidget

protected void setChartWidget(com.google.gwt.visualization.client.AbstractVisualizationContainer chartWidget,
                              com.google.gwt.visualization.client.AbstractDrawOptions options)


Copyright © 2009 FuseSource. All Rights Reserved.