Example usage for org.eclipse.jface.fieldassist IContentProposalListener2 interface-usage

List of usage examples for org.eclipse.jface.fieldassist IContentProposalListener2 interface-usage

Introduction

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

Usage

From source file bndtools.utils.CachingContentProposalProvider.java

public abstract class CachingContentProposalProvider
        implements IContentProposalProvider, IContentProposalListener2 {

    protected String initialContent = null;
    protected Collection<? extends IContentProposal> initialProposals = null;

From source file com.siteview.mde.internal.ui.editor.contentassist.TypeContentProposalListener.java

/**
 * TypeContentProposalListener
 *
 */
public class TypeContentProposalListener implements IContentProposalListener, IContentProposalListener2 {

From source file org.eclipse.dltk.freemarker.internal.ui.jdt.contentassist.TypeContentProposalListener.java

/**
 * TypeContentProposalListener
 *
 */
public class TypeContentProposalListener implements IContentProposalListener, IContentProposalListener2 {

From source file org.eclipse.pde.internal.ui.editor.contentassist.TypeContentProposalListener.java

/**
 * TypeContentProposalListener
 *
 */
public class TypeContentProposalListener implements IContentProposalListener, IContentProposalListener2 {

From source file org.eclipse.sirius.ui.tools.api.assist.IAssistContentProvider.java

/**
 * Interface of the extension point for the assist content.
 * 
 * @author cbrun
 */

From source file org.jboss.tools.smooks.configuration.editors.utils.SelectorConentProposalListener.java

/**
 * @author Dart (dpeng@redhat.com)
 *
 */
public class SelectorConentProposalListener implements IContentProposalListener, IContentProposalListener2 {

From source file org.jboss.tools.smooks.contentassist.TypeContentProposalListener.java

/**
 * @author Dart
 *
 */
public class TypeContentProposalListener implements IContentProposalListener, IContentProposalListener2 {