| Home >> All >> org >> eclipse >> jface >> [ contentassist Javadoc ] |
org.eclipse.jface.contentassist: Javadoc index of package org.eclipse.jface.contentassist.
Package Samples:
org.eclipse.jface.contentassist
Classes:
ComboContentAssistSubjectAdapter: Adapts a org.eclipse.swt.widgets.Combo to a IContentAssistSubjectControl . Known issues: https://bugs.eclipse.org/bugs/show_bug.cgi?id=50121 = > Combo doesn't get Arrow_up/Down keys on GTK https://bugs.eclipse.org/bugs/show_bug.cgi?id=50123 = > Combo broken on MacOS X
AbstractControlContentAssistSubjectAdapter: An AbstractControlContentAssistSubjectAdapter delegates assistance requests from a content assistant to a Control . A visual feedback can be configured via setContentAssistCueProvider(ILabelProvider) 55 .
SubjectControlContextInformationValidator: A default implementation of the SubjectControlContextInformationValidator interface. This implementation determines whether the information is valid by asking the content assist processor for all context information objects for the current position. If the currently displayed information is in the result set, the context information is considered valid.
ISubjectControlContextInformationValidator: Extends org.eclipse.jface.text.contentassist.IContextInformationValidator to allow to install a content assistant on the given content assist subject control .
ISubjectControlContextInformationPresenter: Extends org.eclipse.jface.text.contentassist.IContextInformationPresenter to allow to install a content assistant on the given content assist subject control .
ISubjectControlContentAssistProcessor: Extension interface for org.eclipse.jface.text.contentassist.IContentAssistProcessor which provides the context for the subject control content assistant .
ISubjectControlContentAssistant: Extends org.eclipse.jface.text.contentassist.IContentAssistant to allow to install a content assistant on the given content assist subject control .
SubjectControlContentAssistant: The standard implementation of the ISubjectControlContentAssistant interface. Usually, clients instantiate this class and configure it before using it.
TextContentAssistSubjectAdapter: Adapts a org.eclipse.swt.widgets.Text to an IContentAssistSubjectControl .
IContentAssistSubjectControl: A content assist subject control can request assistance provided by a subject control content assistant .
| Home | Contact Us | Privacy Policy | Terms of Service |