List of usage examples for org.eclipse.jface.fieldassist IControlContentAdapter2 interface-usage
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.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
From source file org.eclipse.emf.examples.library.databinding.tokenviewer.StyledTextContentAdapter.java
/**
* An {@link IControlContentAdapter} for SWT StyledText controls. This is a
* convenience class for easily creating a {@link ContentProposalAdapter} for
* StyledText fields.
*
* @since 3.2
From source file org.jkiss.dbeaver.ui.controls.StyledTextContentAdapter.java
/** * StyledTextContentAdapter */ public class StyledTextContentAdapter implements IControlContentAdapter, IControlContentAdapter2 { private final StyledText filtersText;
From source file org.rssowl.ui.internal.util.ContentAssistAdapter.java
/**
* An implementation of {@link IControlContentAdapter} with a more clever rule
* of inserting proposals. Supports {@link Text} and {@link Combo} widgets.
*
* @author bpasero
*/