public class ChatPanelController extends Object implements Controller, KeyInputHandler
Constructor and Description |
---|
ChatPanelController() |
Modifier and Type | Method and Description |
---|---|
void |
bind(Nifty niftyParam,
Screen screenParam,
Element newElement,
Properties properties,
Attributes controlDefinitionAttributes) |
void |
init(Properties parameter,
Attributes controlDefinitionAttributes) |
boolean |
inputEvent(NiftyInputEvent inputEvent) |
boolean |
keyEvent(NiftyInputEvent arg0) |
void |
onFocus(boolean getFocus) |
void |
onStartScreen() |
void |
removePanel() |
public static Element chatField
public void bind(Nifty niftyParam, Screen screenParam, Element newElement, Properties properties, Attributes controlDefinitionAttributes)
bind
in interface Controller
public void init(Properties parameter, Attributes controlDefinitionAttributes)
init
in interface Controller
public void onStartScreen()
onStartScreen
in interface Controller
public void onFocus(boolean getFocus)
onFocus
in interface Controller
public boolean inputEvent(NiftyInputEvent inputEvent)
inputEvent
in interface Controller
public void removePanel()
public boolean keyEvent(NiftyInputEvent arg0)
keyEvent
in interface KeyInputHandler
Copyright © 2013. All Rights Reserved.