|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.SimplePanel
com.tensegrity.palowebviewer.modules.ui.client.MainFrame
public class MainFrame
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 |
---|
public MainFrame(IAction loginAction, IAction logoutAction, IAction reloadTreeAction, IAction saveAction, IAction saveAsAction)
Method Detail |
---|
public TreeView getTreeView()
public void setTabPanelModel(ITabPanelModel tabPanelModel)
public void setCanShowDbExplorer(boolean value)
public void setCanShowFavoriteViews(boolean value)
public void setNavigationPanelWidth(int width)
public void setShowNavigationPanel(boolean value)
public TreeView getFavoriteViewsView()
public void expandFavoriteConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |