Package net.runelite.client.plugins.wiki
Class WikiSearchChatboxTextInput
- java.lang.Object
-
- net.runelite.client.game.chatbox.ChatboxInput
-
- net.runelite.client.game.chatbox.ChatboxTextInput
-
- net.runelite.client.plugins.wiki.WikiSearchChatboxTextInput
-
- All Implemented Interfaces:
KeyListener
,EventListener
,KeyListener
,MouseListener
public class WikiSearchChatboxTextInput extends ChatboxTextInput
-
-
Field Summary
-
Fields inherited from class net.runelite.client.game.chatbox.ChatboxTextInput
clientThread
-
-
Constructor Summary
Constructors Constructor Description WikiSearchChatboxTextInput(ChatboxPanelManager chatboxPanelManager, ClientThread clientThread, ScheduledExecutorService scheduledExecutorService, boolean developerMode, okhttp3.OkHttpClient okHttpClient, com.google.gson.Gson gson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
keyPressed(KeyEvent ev)
protected void
update()
-
Methods inherited from class net.runelite.client.game.chatbox.ChatboxTextInput
addCharValidator, build, buildEdit, charValidator, close, cursorAt, cursorAt, fontID, getCharValidator, getCursorEnd, getCursorStart, getFontID, getLines, getOnChanged, getOnClose, getOnDone, getPrompt, getValue, isBuilt, keyReleased, keyTyped, lines, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, onChanged, onClose, onDone, onDone, open, prompt, value
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.runelite.client.input.KeyListener
focusLost, isEnabledOnLoginScreen
-
-
-
-
Constructor Detail
-
WikiSearchChatboxTextInput
@Inject public WikiSearchChatboxTextInput(ChatboxPanelManager chatboxPanelManager, ClientThread clientThread, ScheduledExecutorService scheduledExecutorService, @Named("developerMode") boolean developerMode, okhttp3.OkHttpClient okHttpClient, com.google.gson.Gson gson)
-
-
Method Detail
-
update
protected void update()
- Overrides:
update
in classChatboxTextInput
-
keyPressed
public void keyPressed(KeyEvent ev)
- Specified by:
keyPressed
in interfaceKeyListener
- Overrides:
keyPressed
in classChatboxTextInput
-
-