Example usage for org.eclipse.jdt.core IElementChangedListener interface-usage

List of usage examples for org.eclipse.jdt.core IElementChangedListener interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core IElementChangedListener interface-usage.

Usage

From source file com.blackducksoftware.integration.eclipseplugin.internal.listeners.ProjectDependenciesChangedListener.java

public class ProjectDependenciesChangedListener implements IElementChangedListener {
    private final ProjectDependencyInformation information;

    private final FilePathGavExtractor extractor;

    private final DependencyInformationService depService;

From source file com.cisco.yangide.core.indexing.DeltaProcessor.java

/**
 * @author Konstantin Zaitsev
 * @date Jun 25, 2014
 */
@SuppressWarnings("restriction")
public class DeltaProcessor implements IResourceChangeListener, IElementChangedListener {

From source file com.crispico.flower.mp.codesync.code.java.JavaElementChangedListener.java

/**
 * @author Mariana
 */
public class JavaElementChangedListener implements IElementChangedListener {

    @Override

From source file com.google.gdt.eclipse.core.java.ClasspathChangedListener.java

/**
 * An {@link IElementChangedListener} that listens for classpath changes.
 */
public abstract class ClasspathChangedListener implements IElementChangedListener {

    public void elementChanged(ElementChangedEvent event) {

From source file com.google.gdt.eclipse.core.reference.ElementChangeListener.java

/**
 * Listens for changes to Java elements and upon matching references, triggers
 * callbacks to clients of the reference manager.
 */
class ElementChangeListener implements IElementChangedListener {

From source file com.google.gdt.eclipse.managedapis.impl.ManagedApiChangeListener.java

/**
 * Abstract event listener identifies event types of importance to the Managed
 * API capability. The listener is tied to a specific ManagedApiProject (setting
 * the managedApiProject is mandatory). On identification of a specific event,
 * the elementChanged method calls the appropriate abstract method (see below).
 * 

From source file com.ifedorenko.m2e.sourcelookup.internal.JavaProjectSources.java

public class JavaProjectSources implements IElementChangedListener {
    private static class JavaProjectInfo {
        private final IJavaProject project;

        private final Map<File, IPackageFragmentRoot> classpath;

From source file com.iw.plugins.spindle.editors.actions.JumpToJavaAction.java

/**
 * Jump from spec/template editors to associated java files
 * 
 * @author glongman@gmail.com
 */
public class JumpToJavaAction extends BaseJumpAction implements IElementChangedListener {

From source file com.redhat.ceylon.eclipse.code.explorer.PackageExplorerContentProvider.java

/**
 * Content provider for the PackageExplorer.
 *
 * <p>
 * Since 2.1 this content provider can provide the children for flat or hierarchical
 * layout.

From source file com.siteview.mde.internal.core.JavaElementChangeListener.java

public class JavaElementChangeListener implements IElementChangedListener {

    private static final String FILENAME = "clean-cache.properties"; //$NON-NLS-1$

    private Properties fTable = new Properties();