org.fusesource.web.console.client
Class ConsolePanels

java.lang.Object
  extended by org.fusesource.web.console.client.ConsolePanels
Direct Known Subclasses:
BeanConsolePanels, DomainConsolePanels

public class ConsolePanels
extends java.lang.Object


Field Summary
static boolean asyncNotify
           
 
Constructor Summary
ConsolePanels()
           
 
Method Summary
 void addConsolePanel(ConsolePanel consolePanel)
           
protected  void addTabPanels(com.google.gwt.user.client.ui.TreeItem item, com.google.gwt.user.client.ui.TabPanel panel)
           
protected  void addView(View view, java.lang.String title, com.google.gwt.user.client.ui.TabPanel panel)
           
 com.google.gwt.user.client.ui.Widget createWidget(com.google.gwt.user.client.ui.TreeItem item, WidgetHandler handler)
           
 java.util.List<MBeanName> getChildMBeanNames()
           
 java.util.List<ConsolePanel> getConsolePanelList()
           
 MBeanData getMbeanData()
           
protected  void notifyHandler(com.google.gwt.user.client.ui.TabPanel panel)
           
protected  void refreshWidget(com.google.gwt.user.client.ui.Widget widget)
           
protected  void registerSelectedTab(int index)
           
 void setMbeanData(MBeanData mbeanData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asyncNotify

public static boolean asyncNotify
Constructor Detail

ConsolePanels

public ConsolePanels()
Method Detail

getConsolePanelList

public java.util.List<ConsolePanel> getConsolePanelList()

addConsolePanel

public void addConsolePanel(ConsolePanel consolePanel)

createWidget

public com.google.gwt.user.client.ui.Widget createWidget(com.google.gwt.user.client.ui.TreeItem item,
                                                         WidgetHandler handler)

registerSelectedTab

protected void registerSelectedTab(int index)

refreshWidget

protected void refreshWidget(com.google.gwt.user.client.ui.Widget widget)

addTabPanels

protected void addTabPanels(com.google.gwt.user.client.ui.TreeItem item,
                            com.google.gwt.user.client.ui.TabPanel panel)

notifyHandler

protected void notifyHandler(com.google.gwt.user.client.ui.TabPanel panel)

getMbeanData

public MBeanData getMbeanData()

setMbeanData

public void setMbeanData(MBeanData mbeanData)

getChildMBeanNames

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

addView

protected void addView(View view,
                       java.lang.String title,
                       com.google.gwt.user.client.ui.TabPanel panel)


Copyright © 2009 FuseSource. All Rights Reserved.