Package org.eclipse.ui.internal.forms.widgets

Examples of org.eclipse.ui.internal.forms.widgets.WrappedPageBook


   * @param style
   *            the style to use
   */
  public ScrolledPageBook(Composite parent, int style) {
    super(parent, style);
    pageBook = new WrappedPageBook(this, SWT.NULL);
    setContent(pageBook);
    pages = new Hashtable();
    setExpandHorizontal(true);
    setExpandVertical(true);
    this.addListener(SWT.Traverse, new Listener() {
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.forms.widgets.WrappedPageBook

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.