Example usage for org.eclipse.jface.fieldassist ContentProposalAdapter subclass-usage

List of usage examples for org.eclipse.jface.fieldassist ContentProposalAdapter subclass-usage

Introduction

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

Usage

From source file com.rcpcompany.uibindings.internal.utils.BindingMessagesPopup.java

/**
 * Popup dialog that can show a list of messages.
 * 
 * @author Tonny Madsen, The RCP Company
 */
public class BindingMessagesPopup extends ContentProposalAdapter implements IBindingMessagesPopup {

From source file org.eclipse.ptp.internal.rdt.editor.preferences.HeaderFooterContentProposalAdapter.java

/**
 * Handles adapting a text field to provide content proposals
 * @author batthish
 */
public class HeaderFooterContentProposalAdapter extends ContentProposalAdapter {

From source file org.eclipse.ui.fieldassist.ContentAssistCommandAdapter.java

/**
 * ContentAssistCommandAdapter extends {@link ContentProposalAdapter} to invoke
 * content proposals using a specified {@link org.eclipse.core.commands.Command}.
 * The ability to specify a {@link org.eclipse.jface.bindings.keys.KeyStroke}
 * that explicitly invokes content proposals is hidden by this class, and
 * instead the String id of a command is used. If no command id is specified by

From source file org.springframework.ide.eclipse.config.core.contentassist.XmlBackedContentProposalAdapter.java

/**
 * A pre-configured content proposal adapter that is set to use an
 * {@link XmlBackedContentProposalProvider} as its proposal provider.
 * @author Leo Dos Santos
 * @author Christian Dupuis
 * @see ContentProposalAdapter

From source file org.xmind.ui.texteditor.FloatingTextEditorContentAssistAdapter.java

/**
 * @author Frank Shaka
 */
public class FloatingTextEditorContentAssistAdapter extends ContentProposalAdapter {

    private FloatingTextEditor editor;