Example usage for org.eclipse.jface.util IPropertyChangeListener interface-usage

List of usage examples for org.eclipse.jface.util IPropertyChangeListener interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.util IPropertyChangeListener interface-usage.

Usage

From source file br.ufmg.dcc.tabuleta.decorators.LightWeightDecorator.java

/**
 * Decorates elements in Package explorer, Outline and Type Hierarchy view.
 */
public class LightWeightDecorator extends LabelProvider
        implements ConcernModelChangeListener, ILightweightLabelDecorator, IPropertyChangeListener {
    /**

From source file ca.maestrosoft.eclipse.cdt.plugin.studio.option.ui.MaestroFileListControlFieldEditor.java

/**
 * Field editor that uses FileListControl for user input.
 *
 * @noextend This class is not intended to be subclassed by clients.
 * @noinstantiate This class is not intended to be instantiated by clients.
 */

From source file ca.maestrosoft.eclipse.cdt.plugin.studio.option.ui.MaestroOptionComboListFieldEditor.java

/*******************************************************************************
 * Copyright (c) 2002, 2010 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html

From source file ca.mcgill.cs.swevo.qualyzer.editors.RTFDecorationSupport.java

/**
 * Defines all the painting strategies for our annotations. And assigns them to each annotation type.
 *
 */
@SuppressWarnings("restriction")
public class RTFDecorationSupport extends SourceViewerDecorationSupport implements IPropertyChangeListener {

From source file ca.uvic.chisel.javasketch.ui.internal.SketchUI.java

/**
 * Handles all of the internal UI updates for the sketch plugin.
 * @author Del Myers
 *
 */
public class SketchUI implements IPropertyChangeListener, ISketchEventListener, ISketchInterestListener {

From source file ccw.editors.clojure.ClojureSourceViewer.java

public abstract class ClojureSourceViewer extends ProjectionViewer
        implements IClojureEditor, IPropertyChangeListener {

    private final ClojureInvoker editorSupport = ClojureInvoker.newInvoker(CCWPlugin.getDefault(),
            "ccw.editors.clojure.editor-support");

From source file ccw.editors.clojure.scanners.ClojureTokenScanner.java

public final class ClojureTokenScanner implements ITokenScanner, IPropertyChangeListener {
    private final ClojureInvoker editorSupport = ClojureInvoker.newInvoker(CCWPlugin.getDefault(),
            "ccw.editors.clojure.editor-support");
    private final ClojureInvoker topLevelFormsDamager = ClojureInvoker.newInvoker(CCWPlugin.getDefault(),
            "ccw.editors.clojure.ClojureTopLevelFormsDamagerImpl");

From source file ccw.editors.clojure.SimpleSourceViewerConfiguration.java

/**
 * Source viewer configuration for display only (Preview...).
 * It just initializes the token scanner.
 * @author Andrea Richiardi
 *
 */

From source file ch.qos.logback.beagle.preferences.BeaglePreferencesChangeListenter.java

/**
 * This IPropertyChangeListener reacts to preference changes and updates BeagleView accordingly. 
 * 
 * @author ceki
 * @since 1.0.0
 */

From source file ch.unibe.iam.scg.archie.ui.views.SidebarView.java

/**
 * <p>
 * In this View a user can chose a statistic, set options for it and run it.
 * </p>
 * 
 * $Id: SidebarView.java 774 2010-01-29 05:47:10Z gerry.weirich $