站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

CompletionQuery.SupportsSpeculativeInvocation (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor.ext
Interface CompletionQuery.SupportsSpeculativeInvocation

Enclosing interface:
CompletionQuery

Deprecated. It is a workaround. It's suggested that providers should wait for new completion query SPI that should better support speculative queries, partial results, result cancellation and result narrowing. Implement only if it's simple.

public static interface CompletionQuery.SupportsSpeculativeInvocation

Marker interface that should implement all providers that are compatible with #13768 semantics. It requires thread safe and reentrant completion query provider implementation. It's performance gain to implement as it allows asynchronous speculative queries.

Since:
CompletionQuery version 1.01


org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.