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

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

public class MBeansPanel
extends GridPanelSupport

Version:
$Revision: 1.1 $

Field Summary
 
Fields inherited from class org.fusesource.web.console.client.util.GridPanelSupport
dataTable, headerTable, scrollTable
 
Constructor Summary
MBeansPanel(com.google.gwt.user.client.ui.TreeItem treeItem)
           
 
Method Summary
protected static java.lang.String[] createAttributeNames(java.util.List<MBeanName> mbeanNames)
           
 java.util.List<MBeanName> getMbeanNames()
           
 void load(WidgetHandler handler)
           
protected  void onDoubleClick()
          Allows derived instances to do something when a row is double clicked
protected  int onGridResults(com.google.gwt.widgetideas.table.client.FixedWidthGrid dataTable, java.lang.Object gridResults)
           
 
Methods inherited from class org.fusesource.web.console.client.util.GridPanelSupport
clear, createAsyncCallback, createDataTable, getWidget, onDataLoaded, onFailure, onSelectionChanged, refresh, setTopPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeansPanel

public MBeansPanel(com.google.gwt.user.client.ui.TreeItem treeItem)
Method Detail

createAttributeNames

protected static java.lang.String[] createAttributeNames(java.util.List<MBeanName> mbeanNames)

getMbeanNames

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

load

public void load(WidgetHandler handler)
Specified by:
load in class GridPanelSupport

onGridResults

protected int onGridResults(com.google.gwt.widgetideas.table.client.FixedWidthGrid dataTable,
                            java.lang.Object gridResults)
Specified by:
onGridResults in class GridPanelSupport

onDoubleClick

protected void onDoubleClick()
Description copied from class: GridPanelSupport
Allows derived instances to do something when a row is double clicked

Overrides:
onDoubleClick in class GridPanelSupport


Copyright © 2009 FuseSource. All Rights Reserved.