org.fusesource.web.console.client
Class ConsolePanel

java.lang.Object
  extended by org.fusesource.web.console.client.ConsolePanel
Direct Known Subclasses:
DiagramConsole, EIPConsole

public abstract class ConsolePanel
extends java.lang.Object


Field Summary
protected static java.lang.String EVENT
           
protected static java.lang.String MESSAGE
           
 
Constructor Summary
protected ConsolePanel()
           
protected ConsolePanel(java.lang.String panelType)
           
 
Method Summary
 void addTabPanel(com.google.gwt.user.client.ui.TabPanel panel)
           
protected abstract  com.google.gwt.user.client.ui.Widget createWidget()
          Factory method to lazily create the widget on demand
 java.lang.String getPanelType()
           
 void setPanelType(java.lang.String panelType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT

protected static final java.lang.String EVENT
See Also:
Constant Field Values

MESSAGE

protected static final java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

ConsolePanel

protected ConsolePanel()

ConsolePanel

protected ConsolePanel(java.lang.String panelType)
Method Detail

addTabPanel

public void addTabPanel(com.google.gwt.user.client.ui.TabPanel panel)

createWidget

protected abstract com.google.gwt.user.client.ui.Widget createWidget()
Factory method to lazily create the widget on demand

Returns:

getPanelType

public java.lang.String getPanelType()

setPanelType

public void setPanelType(java.lang.String panelType)


Copyright © 2009 FuseSource. All Rights Reserved.