public static final class GralWidget.ConfigData extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected GralWidget_ifc.ActionChange |
actionChange1
Either this or
actionChangeSelect is set. |
protected GralWidget_ifc.ActionChangeWhen[] |
actionChange1When |
protected GralWidget.ActionChangeSelect |
actionChangeSelect
Either this or
#actionChange is set. |
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
actionChangeSelect
is set.protected GralWidget_ifc.ActionChangeWhen[] actionChange1When
protected GralWidget.ActionChangeSelect actionChangeSelect
#actionChange
is set.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.public ConfigData()