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

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

Introduction

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

Usage

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

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

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

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

From source file com.rcpcompany.uibindings.internal.uiAttributeFactories.contentAdapters.CComboContentAdapter.java

/**
 * An {@link IControlContentAdapter} for SWT Combo controls. This is a convenience class for easily
 * creating a {@link ContentProposalAdapter} for combo fields.
 */
public class CComboContentAdapter implements IControlContentAdapter, IControlContentAdapter2 {

From source file com.rcpcompany.uibindings.internal.uiAttributeFactories.contentAdapters.StyledTextContentAdapter.java

/**
 * An {@link IControlContentAdapter} for SWT StyledText controls. This is a convenience class for
 * easily creating a {@link ContentProposalAdapter} for combo fields.
 */
public class StyledTextContentAdapter implements IControlContentAdapter, IControlContentAdapter2 {

From source file de.ovgu.featureide.fm.ui.editors.SimpleSyntaxHighlighterConstraintContentAdapter.java

/**
 * contentAdapter for content assist while typing constraints
 * 
 * @author David Broneske
 * @author Fabian Benduhn
 */

From source file fr.lip6.move.coloane.projects.its.checks.ui.controls.StyledTextContentAdapter.java

/**
 * An {@link IControlContentAdapter} for SWT Text controls. This is a
 * convenience class for easily creating a {@link ContentProposalAdapter} for
 * text fields.
 * 
 * @since 3.2

From source file hydrograph.ui.dataviewer.filter.CComboContentAdapter.java

/**
 * An {@link IControlContentAdapter} for SWT Combo controls. This is a
 * convenience class for easily creating a {@link ContentProposalAdapter} for
 * combo fields.
 * 
 * @since 3.2

From source file org.bbaw.pdr.ae.view.control.swtnotrwthelper.StyledTextContentAdapter.java

/**
 * An {@link IControlContentAdapter} for SWT Text controls. This is a
 * convenience class for easily creating a {@link ContentProposalAdapter} for
 * text fields.
 * @since 3.2
 */

From source file org.ebayopensource.turmeric.eclipse.ui.components.SOACComboControlAdapter.java

/**
 * A modified version of {@link #org.eclipse.jface.fieldassist.ComboContentAdapter}
 * to support CCombo.
 * @author yayu
 * @since 1.0.0
 */

From source file org.eclipse.birt.chart.ui.swt.fieldassist.CComboContentAdapter.java

/**
 * The class is used to set and retrieve content from CCombo. it just refer to
 * the source code of {@link org.eclipse.jface.fieldassist.ComboContentAdapter}
 * for CCombo.
 * 
 * @since 2.5