Package org.eclipse.php.internal.ui.util

Examples of org.eclipse.php.internal.ui.util.ScrolledPageContent.reflow()


  }

  protected final void expandedStateChanged(ExpandableComposite expandable) {
    ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);
    if (parentScrolledComposite != null) {
      parentScrolledComposite.reflow(true);
    }
  }

  protected void restoreSectionExpansionStates(IDialogSettings settings) {
    for (int i = 0; i < fExpandedComposites.size(); i++) {
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.