Package org.eclipse.php.ui.folding

Examples of org.eclipse.php.ui.folding.IPHPFoldingPreferenceBlock.dispose()


  public void dispose() {
    for (Iterator it = fProviderPreferences.values().iterator(); it
        .hasNext();) {
      IPHPFoldingPreferenceBlock prefs = (IPHPFoldingPreferenceBlock) it
          .next();
      prefs.dispose();
    }
  }

  private void restoreFromPreferences() {
    boolean enabled = fStore
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.