Examples of PHPExplorerContentProvider


Examples of org.eclipse.php.internal.ui.explorer.PHPExplorerContentProvider

   */
  public ScriptExplorerContentProvider createContentProvider() {
    boolean showCUChildren = DLTKUIPlugin.getDefault().getPreferenceStore()
        .getBoolean(PreferenceConstants.SHOW_SOURCE_MODULE_CHILDREN);
    // if (getRootMode() == ScriptExplorerPart.PROJECTS_AS_ROOTS) {
    return new PHPExplorerContentProvider(showCUChildren) {
      protected IPreferenceStore getPreferenceStore() {
        return DLTKUIPlugin.getDefault().getPreferenceStore();
      }
    };
    // }
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.