net.sf.doolin.gui.window.dialog
Class CustomDialogActionsFactory<B>

java.lang.Object
  extended by net.sf.doolin.gui.window.dialog.AbstractDialogActionsFactory<B>
      extended by 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

Constructor Summary
CustomDialogActionsFactory(List<GUIAction> dialogActions)
          Sets the list of actions for the dialog
 
Method Summary
 List<GUIAction> getDialogActions()
          Returns the list of actions to use in the dialog
 
Methods inherited from class net.sf.doolin.gui.window.dialog.AbstractDialogActionsFactory
getCancelAction, getOKAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDialogActionsFactory

public CustomDialogActionsFactory(List<GUIAction> dialogActions)
Sets the list of actions for the dialog

Parameters:
dialogActions - Action list
Method Detail

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.