de.lessvoid.nifty.examples.defaultcontrols.textfield
Class TextFieldDialogControlDefinition
java.lang.Object
de.lessvoid.nifty.examples.defaultcontrols.textfield.TextFieldDialogControlDefinition
public class TextFieldDialogControlDefinition
- extends Object
The TextFieldDialogControlDefinition 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
Method Summary |
static void |
register(Nifty nifty)
This registers the dialog as a new ControlDefintion with Nifty so that we can
later create the dialog dynamically. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
TextFieldDialogControlDefinition
public TextFieldDialogControlDefinition()
register
public static void register(Nifty nifty)
- This registers the dialog as a new ControlDefintion with Nifty so that we can
later create the dialog dynamically.
- Parameters:
nifty
-
Copyright © 2011. All Rights Reserved.