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

java.lang.Object
  extended by net.sf.doolin.gui.window.dialog.AbstractDialogActionsFactory<B>
      extended by net.sf.doolin.gui.window.dialog.DefaultDialogActionsFactory<B>
Type Parameters:
B - Type of bean for the window
All Implemented Interfaces:
DialogActionsFactory

public class DefaultDialogActionsFactory<B>
extends AbstractDialogActionsFactory<B>

This DialogActionsFactory returns the default OK and Cancel actions for a dialog.

Author:
Damien Coraboeuf

Constructor Summary
DefaultDialogActionsFactory()
           
 
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

DefaultDialogActionsFactory

public DefaultDialogActionsFactory()
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.