Package org.pentaho.mantle.client.solutionbrowser.toolbars

Examples of org.pentaho.mantle.client.solutionbrowser.toolbars.BrowserToolbar


  }

  private void buildUI() {
    FlowPanel topPanel = new FlowPanel();
    SimplePanel toolbarWrapper = new SimplePanel();
    toolbarWrapper.setWidget( new BrowserToolbar() );
    toolbarWrapper.setStyleName( "files-toolbar" ); //$NON-NLS-1$
    topPanel.add( toolbarWrapper );
    topPanel.add( new SolutionTreeWrapper( solutionTree ) );

    solutionNavigatorPanel.setStyleName( "puc-vertical-split-panel" );
View Full Code Here

TOP

Related Classes of org.pentaho.mantle.client.solutionbrowser.toolbars.BrowserToolbar

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.