public final class CompletionResultSetImpl
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
addAllItems(java.util.Collection<? extends CompletionItem> items) |
boolean |
addItem(CompletionItem item) |
void |
estimateItems(int estimatedItemCount,
int estimatedItemWidth) |
void |
finish() |
int |
getAnchorOffset() |
CompletionDocumentation |
getDocumentation() |
java.util.List<? extends CompletionItem> |
getItems() |
int |
getQueryType()
Get the query type to which this result set belongs.
|
CompletionResultSet |
getResultSet()
Get the result set instance associated with this implementation.
|
int |
getSortType() |
CompletionTask |
getTask()
Get the task associated with this result.
|
java.lang.String |
getTitle() |
javax.swing.JToolTip |
getToolTip() |
java.lang.String |
getWaitText() |
boolean |
hasAdditionalItems() |
boolean |
isFinished() |
void |
markInactive()
Mark that results from this result set should no longer
be taken into account.
|
void |
setAnchorOffset(int anchorOffset) |
void |
setDocumentation(CompletionDocumentation documentation) |
void |
setHasAdditionalItems(boolean value) |
void |
setResultSet(CompletionResultSet resultSet) |
void |
setTitle(java.lang.String title) |
void |
setToolTip(javax.swing.JToolTip toolTip) |
void |
setWaitText(java.lang.String waitText) |
public CompletionResultSet getResultSet()
public void setResultSet(CompletionResultSet resultSet)
public CompletionTask getTask()
public int getQueryType()
public void markInactive()
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public int getAnchorOffset()
public void setAnchorOffset(int anchorOffset)
public boolean addItem(CompletionItem item)
public boolean addAllItems(java.util.Collection<? extends CompletionItem> items)
public java.util.List<? extends CompletionItem> getItems()
public void setHasAdditionalItems(boolean value)
public boolean hasAdditionalItems()
public void setDocumentation(CompletionDocumentation documentation)
public CompletionDocumentation getDocumentation()
public javax.swing.JToolTip getToolTip()
public void setToolTip(javax.swing.JToolTip toolTip)
public boolean isFinished()
public void finish()
public int getSortType()
public void estimateItems(int estimatedItemCount, int estimatedItemWidth)
public java.lang.String getWaitText()
public void setWaitText(java.lang.String waitText)