public interface CompletionWindow
| Modifier and Type | Method and Description |
|---|---|
String |
getCompletionResult() |
void |
setFocusOut(JComponent component) |
void |
setGraphicalContext(Component component) |
void |
setInputParsingManager(InputParsingManager inputParsingManager) |
void |
show(List<CompletionItem> list,
Point location) |
void show(List<CompletionItem> list, Point location)
list - location - String getCompletionResult()
void setGraphicalContext(Component component)
component - void setInputParsingManager(InputParsingManager inputParsingManager)
inputParsingManager - void setFocusOut(JComponent component)
component - Copyright © 2007-2013 Artenum. All Rights Reserved.