|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.ui.contentassist.ContentAssistantHelper
Helper class for content assist
| Method Summary | |
static ContentAssistHandler |
createTextContentAssistant(Text text,
Color foreground,
Color background,
IContentAssistProcessor processor)
Returns a content assistant for a given text control and content assist processor |
static ContentAssistHandler |
createTextContentAssistant(Text text,
IContentAssistProcessor processor)
Returns a content assistant for a given text control and content assist processor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ContentAssistHandler createTextContentAssistant(Text text,
IContentAssistProcessor processor)
text - the text controlprocessor - the content assist processor
public static ContentAssistHandler createTextContentAssistant(Text text,
Color foreground,
Color background,
IContentAssistProcessor processor)
text - the text controlprocessor - the content assist processorforeground - the foreground colorbackground - the background color
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.