protected class SwtMng.XXXButtonUserAction extends java.lang.Object implements SwtMng.XXXUserAction
GralUserAction#userActionGui(String, String, Map)-interface.| Modifier and Type | Field and Description |
|---|---|
private GralUserAction |
userCmdGui
Reference to the users method.
|
| Modifier | Constructor and Description |
|---|---|
private |
XXXButtonUserAction(GralUserAction userCmdGui)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
widgetDefaultSelected(SelectionEvent e) |
void |
widgetSelected(SelectionEvent e)
Implementing of the primary action method,
implements @see org.eclipse.swt.events#widgetSelected(SelectionEvent)
All values of input fields are read out and filled in a list, to support locally access
to the values of the dialog.
|
private final GralUserAction userCmdGui
private XXXButtonUserAction(GralUserAction userCmdGui)
userCmdGui - The users method for the action.public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)