com.tensegrity.palowebviewer.modules.ui.client
Class MainFrame

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.tensegrity.palowebviewer.modules.ui.client.MainFrame
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasWidgets

public class MainFrame
extends com.google.gwt.user.client.ui.SimplePanel

Main frame widget for the applications.Consolidtates all other widgets.


Constructor Summary
MainFrame(IAction loginAction, IAction logoutAction, IAction reloadTreeAction, IAction saveAction, IAction saveAsAction)
           
 
Method Summary
 void expandFavoriteConnections()
           
 TreeView getFavoriteViewsView()
           
 TreeView getTreeView()
           
 void setCanShowDbExplorer(boolean value)
           
 void setCanShowFavoriteViews(boolean value)
           
 void setNavigationPanelWidth(int width)
           
 void setShowNavigationPanel(boolean value)
           
 void setTabPanelModel(ITabPanelModel tabPanelModel)
           
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getContainerElement, getWidget, iterator, remove, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setElement
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MainFrame

public MainFrame(IAction loginAction,
                 IAction logoutAction,
                 IAction reloadTreeAction,
                 IAction saveAction,
                 IAction saveAsAction)
Method Detail

getTreeView

public TreeView getTreeView()

setTabPanelModel

public void setTabPanelModel(ITabPanelModel tabPanelModel)

setCanShowDbExplorer

public void setCanShowDbExplorer(boolean value)

setCanShowFavoriteViews

public void setCanShowFavoriteViews(boolean value)

setNavigationPanelWidth

public void setNavigationPanelWidth(int width)

setShowNavigationPanel

public void setShowNavigationPanel(boolean value)

getFavoriteViewsView

public TreeView getFavoriteViewsView()

expandFavoriteConnections

public void expandFavoriteConnections()