|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ contentassist overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.jface.contentassist
Interface ISubjectControlContentAssistant

- All Superinterfaces:
- org.eclipse.jface.text.contentassist.IContentAssistant
- All Known Implementing Classes:
- SubjectControlContentAssistant
- public interface ISubjectControlContentAssistant
- extends org.eclipse.jface.text.contentassist.IContentAssistant
Extends org.eclipse.jface.text.contentassist.IContentAssistant to allow to install a content assistant on the given content assist subject control.
- Since:
- 3.0
| Field Summary |
| Fields inherited from interface org.eclipse.jface.text.contentassist.IContentAssistant |
CONTEXT_INFO_ABOVE, CONTEXT_INFO_BELOW, PROPOSAL_OVERLAY, PROPOSAL_REMOVE, PROPOSAL_STACKED |
| Method Summary | |
void |
install(IContentAssistSubjectControl contentAssistSubjectControl)
Installs content assist support on the given subject. |
| Methods inherited from interface org.eclipse.jface.text.contentassist.IContentAssistant |
getContentAssistProcessor, install, showContextInformation, showPossibleCompletions, uninstall |
| Method Detail |
install
public void install(IContentAssistSubjectControl contentAssistSubjectControl)
- Installs content assist support on the given subject.
|
|||||||||
| Home >> All >> org >> eclipse >> jface >> [ contentassist overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC