Package net.runelite.client.game.chatbox
Class ChatboxPanelManager
- java.lang.Object
-
- net.runelite.client.game.chatbox.ChatboxPanelManager
-
public class ChatboxPanelManager extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
net.runelite.api.widgets.Widget
getContainerWidget()
ChatboxInput
getCurrentInput()
void
onScriptCallbackEvent(net.runelite.api.events.ScriptCallbackEvent ev)
void
openInput(ChatboxInput input)
ChatboxTextInput
openTextInput(String prompt)
ChatboxTextMenuInput
openTextMenuInput(String title)
boolean
shouldTakeInput()
-
-
-
Method Detail
-
close
public void close()
-
openInput
public void openInput(ChatboxInput input)
-
openTextMenuInput
public ChatboxTextMenuInput openTextMenuInput(String title)
-
openTextInput
public ChatboxTextInput openTextInput(String prompt)
-
onScriptCallbackEvent
@Subscribe public void onScriptCallbackEvent(net.runelite.api.events.ScriptCallbackEvent ev)
-
getContainerWidget
public net.runelite.api.widgets.Widget getContainerWidget()
-
shouldTakeInput
public boolean shouldTakeInput()
-
getCurrentInput
public ChatboxInput getCurrentInput()
-
-