Package org.eclipse.jface.fieldassist

Examples of org.eclipse.jface.fieldassist.ComboContentAdapter


   * adapter is providing content
   * @param proposalProvider the {@link XmlBackedContentProposalProvider} used
   * to obtain content proposals for this control, or null if no content
   */
  public ComboAttributeProposalAdapter(ComboAttribute attrControl, XmlBackedContentProposalProvider proposalProvider) {
    super(attrControl.getComboControl(), new ComboContentAdapter(), proposalProvider, null);
    comboAttr = attrControl;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jface.fieldassist.ComboContentAdapter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.