57585960616263
checkLoggedIn(); History.addHistoryListener(this); } private Panel createMain(Capabilities caps) { return (new ExplorerLayoutManager(loggedInUserInfo, caps)).getBaseLayout(); }
71727374757677
*/ private Panel createMain() { if ( Window.Location.getPath().contains( "StandaloneEditor.html" ) ) { return (new StandaloneEditorManager().getBaseLayout()); } return (new ExplorerLayoutManager( loggedInUserInfo )).getBaseLayout(); }