de.lessvoid.nifty.examples.defaultcontrols.dragndrop
Class DragAndDropDialogDefinition

java.lang.Object
  extended by de.lessvoid.nifty.examples.defaultcontrols.dragndrop.DragAndDropDialogDefinition

public class DragAndDropDialogDefinition
extends Object

The DragAndDropDialogRegister registers a new control (the whole DragAndDropDialog) with Nifty. We can later simply generate the whole dialog using a control with the given NAME.

Author:
void

Field Summary
static String NAME
           
 
Constructor Summary
DragAndDropDialogDefinition()
           
 
Method Summary
static void register(Nifty nifty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static String NAME
Constructor Detail

DragAndDropDialogDefinition

public DragAndDropDialogDefinition()
Method Detail

register

public static void register(Nifty nifty)


Copyright © 2012. All Rights Reserved.