public class HelpDialogDefinition
extends java.lang.Object
HelpDialogDefinition
registers a new control with Nifty that
represents the whole HelpDialogDefinition
. This gives us later an
appropriate ControlBuilder to actual construct the Dialog (as a control) with
the given NAME.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HELP_CONTENT_HEADING |
static java.lang.String |
HELP_CONTENT_LEFT |
static java.lang.String |
HELP_CONTENT_RIGHT |
static java.lang.String |
labelSize |
static java.lang.String |
NAME
The name of the control
HelpDialogDefinition . |
Constructor and Description |
---|
HelpDialogDefinition() |
Modifier and Type | Method and Description |
---|---|
static void |
register(de.lessvoid.nifty.Nifty nifty)
This registers the dialog as a new ControlDefintion with Nifty so that we can
later create the dialog dynamically.
|
public static final java.lang.String NAME
HelpDialogDefinition
.public static final java.lang.String HELP_CONTENT_HEADING
public static final java.lang.String HELP_CONTENT_LEFT
public static final java.lang.String HELP_CONTENT_RIGHT
public static java.lang.String labelSize