Class CompletionWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class CompletionWindow extends JDialog
Window containing list of all suitable completion items.
See Also:
  • Constructor Details

    • CompletionWindow

      public CompletionWindow(JTextComponent textComponent, Vector allCompletionItems, JDialog taskDialog)
      Creates new form CompletionWindow
      Parameters:
      textComponent - Text component that invoked this completion window.
      allCompletionItems - List of all possible completion items.
  • Method Details

    • setCompletionItems

      public void setCompletionItems(Vector completionItems)
      Sets list of completion items to given vector.
      Parameters:
      completionItems - New list of completion items.