de.lessvoid.nifty.examples.defaultcontrols.dragndrop
Class DragAndDropDialogController
java.lang.Object
de.lessvoid.nifty.examples.defaultcontrols.dragndrop.DragAndDropDialogController
- All Implemented Interfaces:
- Controller
public class DragAndDropDialogController
- extends Object
- implements Controller
The DragAndDropDialogController.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DragAndDropDialogController
public DragAndDropDialogController()
bind
public void bind(Nifty nifty,
Screen screen,
Element element,
Properties parameter,
Attributes controlDefinitionAttributes)
- Specified by:
bind
in interface Controller
init
public void init(Properties parameter,
Attributes controlDefinitionAttributes)
- Specified by:
init
in interface Controller
onStartScreen
public void onStartScreen()
- Specified by:
onStartScreen
in interface Controller
onFocus
public void onFocus(boolean getFocus)
- Specified by:
onFocus
in interface Controller
inputEvent
public boolean inputEvent(NiftyInputEvent inputEvent)
- Specified by:
inputEvent
in interface Controller
onDrop
public void onDrop(String id,
DroppableDroppedEvent event)
onResetButtonClicked
public void onResetButtonClicked(String id,
ButtonClickedEvent event)
Copyright © 2011. All Rights Reserved.