Package org.eclipse.wst.sse.ui.internal.preferences.ui

Examples of org.eclipse.wst.sse.ui.internal.preferences.ui.ScrolledPageContent.adaptChild()


  }

  private void makeScrollableCompositeAware(Control control) {
    ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(control);
    if (parentScrolledComposite != null) {
      parentScrolledComposite.adaptChild(control);
    }
  }

  protected ScrolledPageContent getParentScrolledComposite(Control control) {
    Control parent = control.getParent();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.