Package org.eclipse.php.internal.core.preferences

Examples of org.eclipse.php.internal.core.preferences.TaskTagsProvider$AbstractTasksListener


   * Get the project and populate the task tags list from the preferences
   *
   * @param helper
   */
  private void populateTaskTags(IFile file) {
    TaskTagsProvider taskTagsProvider = TaskTagsProvider.getInstance();
    getTaskTags(file.getProject(), taskTagsProvider);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.core.preferences.TaskTagsProvider$AbstractTasksListener

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.