chatboxinput: Plugin should be able to use this
This commit is contained in:
@@ -27,13 +27,13 @@ package net.runelite.client.game.chatbox;
|
|||||||
/**
|
/**
|
||||||
* A modal input that lives in the chatbox panel.
|
* A modal input that lives in the chatbox panel.
|
||||||
*/
|
*/
|
||||||
abstract class ChatboxInput
|
public abstract class ChatboxInput
|
||||||
{
|
{
|
||||||
void open()
|
protected void open()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void close()
|
protected void close()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -573,7 +573,7 @@ public class ChatboxTextInput extends ChatboxInput implements KeyListener, Mouse
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
void close()
|
protected void close()
|
||||||
{
|
{
|
||||||
if (this.onClose != null)
|
if (this.onClose != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user