Added requestFocus().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3627 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -77,6 +77,14 @@ public class ChatView extends BContainer
|
|||||||
_chatdtr.removeChatDisplay(this);
|
_chatdtr.removeChatDisplay(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instructs our chat input field to request focus.
|
||||||
|
*/
|
||||||
|
public void requestFocus ()
|
||||||
|
{
|
||||||
|
_input.requestFocus();
|
||||||
|
}
|
||||||
|
|
||||||
// documentation inherited from interface ChatDisplay
|
// documentation inherited from interface ChatDisplay
|
||||||
public void clear ()
|
public void clear ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user