de.lessvoid.nifty.examples.defaultcontrols.scrollpanel
Class ScrollPanelDialogControlDefinition

java.lang.Object
  extended by de.lessvoid.nifty.examples.defaultcontrols.scrollpanel.ScrollPanelDialogControlDefinition

public class ScrollPanelDialogControlDefinition
extends Object

The ScrollPanelDialogControlDefinition registers a new control with Nifty that represents the whole Dialog. This gives us later an appropriate ControlBuilder to actual construct the Dialog (as a control).

Author:
void

Field Summary
static String NAME
           
 
Constructor Summary
ScrollPanelDialogControlDefinition()
           
 
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 final String NAME
See Also:
Constant Field Values
Constructor Detail

ScrollPanelDialogControlDefinition

public ScrollPanelDialogControlDefinition()
Method Detail

register

public static void register(Nifty nifty)


Copyright © 2011. All Rights Reserved.