Package org.eclipse.jface.internal.provisional.action

Examples of org.eclipse.jface.internal.provisional.action.ToolBarManager2


  /* (non-Javadoc)
   * @see org.eclipse.ui.internal.presentations.IActionBarPresentationFactory#createToolBarManager()
   */
  public IToolBarManager2 createToolBarManager() {
    return new ToolBarManager2(SWT.FLAT | SWT.RIGHT);
  }
View Full Code Here


  /* (non-Javadoc)
   * @see org.eclipse.ui.internal.presentations.IActionBarPresentationFactory#createViewToolBarManager()
   */
  public IToolBarManager2 createViewToolBarManager() {
    return new ToolBarManager2(SWT.FLAT | SWT.RIGHT | SWT.WRAP);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jface.internal.provisional.action.ToolBarManager2

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.