de.lessvoid.nifty.examples.defaultcontrols.chatcontrol
Class ChatControlDialogDefinition

java.lang.Object
  extended by de.lessvoid.nifty.examples.defaultcontrols.chatcontrol.ChatControlDialogDefinition

public class ChatControlDialogDefinition
extends Object

The ChatControlDialogRegister registers a new control (the whole ChatControlDialog) 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
ChatControlDialogDefinition()
           
 
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

ChatControlDialogDefinition

public ChatControlDialogDefinition()
Method Detail

register

public static void register(Nifty nifty)


Copyright © 2011. All Rights Reserved.