public final class DBCompletionSupportFactory
extends java.lang.Object
Constructor and Description |
---|
DBCompletionSupportFactory() |
Modifier and Type | Method and Description |
---|---|
static oracle.ide.insight.completion.CompletionSupport |
getCompletionSupport(DBInsightContext insightContext,
Context context,
javax.swing.text.JTextComponent component)
Registers Code Completion against the given text component
and returns the
CompletionSupport object to the caller. |
public static oracle.ide.insight.completion.CompletionSupport getCompletionSupport(DBInsightContext insightContext, Context context, javax.swing.text.JTextComponent component)
CompletionSupport
object to the caller.insightContext
- The context object providing all input data to control the insight/completioncomponent
- the JTextComponent for which the insight/completion is required