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()
Widget
getContainerWidget()
ChatboxInput
getCurrentInput()
void
onScriptPreFired(ScriptPreFired 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)
-
onScriptPreFired
@Subscribe public void onScriptPreFired(ScriptPreFired ev)
-
getContainerWidget
public Widget getContainerWidget()
-
shouldTakeInput
public boolean shouldTakeInput()
-
getCurrentInput
public ChatboxInput getCurrentInput()
-
-