nl.lxtreme.ols.util.swing
Interface StandardActionFactory.StatusAwareCloseableDialog

All Superinterfaces:
StandardActionFactory.CloseAction.Closeable
Enclosing class:
StandardActionFactory

public static interface StandardActionFactory.StatusAwareCloseableDialog
extends StandardActionFactory.CloseAction.Closeable


Method Summary
 boolean setDialogStatus(StandardActionFactory.DialogStatus aStatus)
          Reports back what the status of a dialog is.
 
Methods inherited from interface nl.lxtreme.ols.util.swing.StandardActionFactory.CloseAction.Closeable
close
 

Method Detail

setDialogStatus

boolean setDialogStatus(StandardActionFactory.DialogStatus aStatus)
Reports back what the status of a dialog is.

Parameters:
aStatus - the status of the dialog, never null.
Returns:
true if setting the dialog status was acknowledged, false if it was not (in which case the dialog will not be closed).


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.