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

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

Introduction

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

Usage

From source file com.amalto.workbench.proposal.IContentProposalExtendedListener.java

/**
 * DOC amaumont class global comment. Detailled comment <br/>
 * 
 * $Id: IContentProposalExtendedListener.java 7038 2007-11-15 14:05:48Z plegall $
 * 
 */

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

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

From source file fr.imag.adele.cadse.si.workspace.uiplatform.swt.ui.DBrowserUI.java

/**
 * Display a browser field which has a text field and a button "...".
 * 
 * @author chomats
 */
public class DBrowserUI<IC extends IC_ForBrowserOrCombo> extends DAbstractField<IC>

From source file fr.imag.adele.cadse.si.workspace.uiplatform.swt.ui.DTextUI.java

public class DTextUI<IC extends RuningInteractionController> extends DAbstractField<IC>
        implements IContentProposalListener {

    private ContentAssistCommandAdapter _contentAssistField;
    private String _currentValue;
    private String _currentValueToSend;

From source file org.bonitasoft.studio.expression.editor.viewer.ExpressionViewer.java

/**
 * @author Romain Bioteau
 * 
 */
public class ExpressionViewer extends ContentViewer implements ExpressionConstants, SWTBotConstants,
        IContentProposalListener, IBonitaContentProposalListener2, IBonitaVariableContext {

From source file org.dawnsci.common.widgets.celleditor.ContentProposalListenerDelegate.java

public abstract class ContentProposalListenerDelegate implements IContentProposalListener {

    protected ContentProposalAdapter adapter;

    public void setAdapter(ContentProposalAdapter adapter) {
        this.adapter = adapter;

From source file org.eclipse.bpel.ui.proposal.providers.CommandProposal.java

/**
 * @author Michal Chmielewski (michal.chmielewski@oracle.com)
 * @date Jul 25, 2006
 *
 */
public class CommandProposal extends AbstractContentProposal implements IContentProposalListener {

From source file org.eclipse.bpel.ui.proposal.providers.RunnableProposal.java

/**
 * 
 * This proposal registers itself as a listener of the 
 * entity on which the proposal mechanism is installed on.
 * 
 * It serves as both the executor of the proposal and the provider

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.graphiti.ui.internal.parts.directedit.ContentProposalListener.java

/**
 *
 */
public class ContentProposalListener implements IContentProposalListener {

    private TextCellEditor textCellEditor;