Package | Description |
---|---|
org.netbeans.spi.editor.completion.support |
Constructor and Description |
---|
AsyncCompletionTask(AsyncCompletionQuery query)
Constructor for the case when there is no valid component
which can happen when creating task for documentation or tooltip computation.
|
AsyncCompletionTask(AsyncCompletionQuery query,
JTextComponent component)
Construct asynchronous task for the given component.
|