Ejemplo n.º 1
0
 public ChatInputEditor getChatInputEditor() {
   return chatAreaButton.getChatInputArea();
 }
Ejemplo n.º 2
0
 public void positionCursor() {
   getChatInputEditor().setCaretPosition(getChatInputEditor().getCaretPosition());
   chatAreaButton.getChatInputArea().requestFocusInWindow();
 }