Class ChatCompletionHelper

java.lang.Object
java.awt.event.KeyAdapter
games.stendhal.client.gui.chattext.ChatCompletionHelper
All Implemented Interfaces:
KeyListener, EventListener

public final class ChatCompletionHelper extends KeyAdapter
Matches the entered text of chat with the online player list to enable tab completion of nicknames
Author:
madmetzger
  • Constructor Details

    • ChatCompletionHelper

      public ChatCompletionHelper(ChatTextController chatTextController, Set<String> nameList, Set<String> commands)
      Create a new ChatCompletionHelper
      Parameters:
      chatTextController -
      nameList -
      commands - slash commands
  • Method Details