Uses of Class
net.runelite.client.game.chatbox.ChatboxTextInput
-
Packages that use ChatboxTextInput Package Description net.runelite.client.game.chatbox net.runelite.client.plugins.wiki -
-
Uses of ChatboxTextInput in net.runelite.client.game.chatbox
Subclasses of ChatboxTextInput in net.runelite.client.game.chatbox Modifier and Type Class Description class
ChatboxItemSearch
Methods in net.runelite.client.game.chatbox that return ChatboxTextInput Modifier and Type Method Description ChatboxTextInput
ChatboxTextInput. addCharValidator(IntPredicate validator)
ChatboxTextInput
ChatboxTextInput. build()
ChatboxTextInput
ChatboxTextInput. charValidator(IntPredicate val)
ChatboxTextInput
ChatboxTextInput. cursorAt(int index)
ChatboxTextInput
ChatboxTextInput. cursorAt(int indexA, int indexB)
ChatboxTextInput
ChatboxTextInput. fontID(int fontID)
ChatboxTextInput
ChatboxTextInput. lines(int lines)
ChatboxTextInput
ChatboxTextInput. onChanged(Consumer<String> onChanged)
ChatboxTextInput
ChatboxTextInput. onClose(Runnable onClose)
ChatboxTextInput
ChatboxItemSearch. onDone(Consumer<String> onDone)
Deprecated.ChatboxTextInput
ChatboxTextInput. onDone(Consumer<String> onDone)
ChatboxTextInput
ChatboxTextInput. onDone(Predicate<String> onDone)
Called when the user attempts to close the input by pressing enter Return false to cancel the closeChatboxTextInput
ChatboxPanelManager. openTextInput(String prompt)
ChatboxTextInput
ChatboxTextInput. prompt(String prompt)
ChatboxTextInput
ChatboxTextInput. value(String value)
-
Uses of ChatboxTextInput in net.runelite.client.plugins.wiki
Subclasses of ChatboxTextInput in net.runelite.client.plugins.wiki Modifier and Type Class Description class
WikiSearchChatboxTextInput
-