net.sf.doolin.gui.window.dialog
Interface DialogActionsFactory

All Known Implementing Classes:
AbstractDialogActionsFactory, AbstractWizardActionsFactory, CustomDialogActionsFactory, DefaultDialogActionsFactory, DefaultWizardActionsFactory, NoButtonDialogActionsFactory, OKOnlyDialogActionsFactory

public interface DialogActionsFactory

Factory for the list of actions in a dialog.

Author:
Damien Coraboeuf

Method Summary
 List<GUIAction> getDialogActions()
          Returns the list of actions to use in the dialog
 

Method Detail

getDialogActions

List<GUIAction> getDialogActions()
Returns the list of actions to use in the dialog

Returns:
List of actions


Copyright © 2011. All Rights Reserved.