com.tensegrity.wpalo.client.ui.mvc.viewbrowser
Class ViewBrowser

java.lang.Object
  extended by com.extjs.gxt.ui.client.mvc.View
      extended by com.tensegrity.wpalo.client.ui.mvc.viewbrowser.ViewBrowser

public class ViewBrowser
extends com.extjs.gxt.ui.client.mvc.View

ViewBrowser TODO DOCUMENT ME

Version:
$Id: ViewBrowser.java,v 1.33 2009/08/17 13:24:23 PhilippBouillon Exp $

Field Summary
protected static ILocalConstants constants
           
static java.lang.String ID
          id to access view browser instance via the global Registry
protected static ILocalMessages messages
           
static java.lang.String SHOW_TIPS_COOKIE
           
 
Fields inherited from class com.extjs.gxt.ui.client.mvc.View
controller, initialized
 
Constructor Summary
ViewBrowser(com.extjs.gxt.ui.client.mvc.Controller controller)
           
 
Method Summary
 void clear()
           
protected  java.lang.String demodify(java.lang.String x)
           
static void displayAboutDialog(java.lang.String buildNumber, java.lang.String[] buildInformation)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] getViews()
           
protected  void handleEvent(com.extjs.gxt.ui.client.mvc.AppEvent<?> event)
           
 
Methods inherited from class com.extjs.gxt.ui.client.mvc.View
fireEvent, fireEvent, getController, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected static final transient ILocalConstants constants

messages

protected static final transient ILocalMessages messages

SHOW_TIPS_COOKIE

public static final java.lang.String SHOW_TIPS_COOKIE
See Also:
Constant Field Values

ID

public static final java.lang.String ID
id to access view browser instance via the global Registry

Constructor Detail

ViewBrowser

public ViewBrowser(com.extjs.gxt.ui.client.mvc.Controller controller)
Method Detail

clear

public final void clear()

getViews

public final com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] getViews()

handleEvent

protected void handleEvent(com.extjs.gxt.ui.client.mvc.AppEvent<?> event)
Specified by:
handleEvent in class com.extjs.gxt.ui.client.mvc.View

displayAboutDialog

public static final void displayAboutDialog(java.lang.String buildNumber,
                                            java.lang.String[] buildInformation)

demodify

protected java.lang.String demodify(java.lang.String x)