net.sf.doolin.gui.window.dialog
Class CustomDialogActionsFactory<B>
java.lang.Object
net.sf.doolin.gui.window.dialog.AbstractDialogActionsFactory<B>
net.sf.doolin.gui.window.dialog.CustomDialogActionsFactory<B>
- Type Parameters:
B - Type of bean for the window
- All Implemented Interfaces:
- DialogActionsFactory
public class CustomDialogActionsFactory<B>
- extends AbstractDialogActionsFactory<B>
This DialogActionsFactory returns predefined list of actions.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomDialogActionsFactory
public CustomDialogActionsFactory(List<GUIAction> dialogActions)
- Sets the list of actions for the dialog
- Parameters:
dialogActions - Action list
getDialogActions
public List<GUIAction> getDialogActions()
- Description copied from interface:
DialogActionsFactory
- Returns the list of actions to use in the dialog
- Returns:
- List of actions
Copyright © 2011. All Rights Reserved.