public static final class GralWidget.ConfigData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected GralWidget_ifc.ActionChange |
actionChange1
If this field is set, this is the only one action for the widget.
|
protected GralWidget_ifc.ActionChangeWhen[] |
actionChange1When
Condition(s) for the only one
actionChange1 . |
protected GralWidget.ActionChangeSelect |
actionChangeSelect
sub object for more as one action.
|
protected GralUserAction |
actionDrag
Parameter to the change action.
|
protected GralUserAction |
actionDrop |
protected GralUserAction |
actionFocused
This action will be called if the widget gets the focus.
|
protected GralUserAction |
actionShow
Action method for showing.
|
int |
mMouseToActionChange
Bits see
GralMouseWidgetAction_ifc.mUser1down etc. |
GralMouseWidgetAction_ifc |
mouseWidgetAction
A standard action for a specific widget for example button, which is executed
independently and additional to the user action.
|
java.lang.Object[] |
showParam
Parameter which are used from a
GralWidget.setActionShow(GralUserAction, String[]) method. |
private java.lang.String |
sShowMethod
Textual description of the showing method.
|
private java.lang.String[] |
sShowParam |
Constructor and Description |
---|
ConfigData() |
protected GralUserAction actionShow
private java.lang.String sShowMethod
private java.lang.String[] sShowParam
protected GralWidget_ifc.ActionChange actionChange1
actionChange1When
is set.
Or this action is called on any situation.
actionChangeSelect
is null. (Saves memory space if only one action is given).
If this field is null, actionChangeSelect
may be set for more as one dedicated actions.protected GralWidget_ifc.ActionChangeWhen[] actionChange1When
actionChange1
.
If this field is null, but 'actionChange1' is set, then 'actionChange1' is valid for all occurrences.
This field is null if 'actionChange1' is null.protected GralWidget.ActionChangeSelect actionChangeSelect
actionChange1
is null.protected GralUserAction actionDrag
protected GralUserAction actionDrop
protected GralUserAction actionFocused
public java.lang.Object[] showParam
GralWidget.setActionShow(GralUserAction, String[])
method.
The parameter are converted from a String given form.public GralMouseWidgetAction_ifc mouseWidgetAction
public int mMouseToActionChange
GralMouseWidgetAction_ifc.mUser1down
etc.