fr.ifremer.isisfish.ui
Interface SaveVerifier

All Known Implementing Classes:
InputSaveVerifier

public interface SaveVerifier

Isis interface modification verifier. Check that unsaved datas need to be saved.

Version:
$Revision: 2293 $ Last update: $Date: 2009-05-29 15:46:15 +0200 (ven., 29 mai 2009) $ by : $Author: chatellier $
Author:
letellier

Method Summary
 int checkEdit()
          Tell verifier to check for unsaved modification.
 

Method Detail

checkEdit

int checkEdit()
Tell verifier to check for unsaved modification. Then return user choice (JOptionPane type).

Returns:
user JOptionPane response
See Also:
JOptionPane.YES_OPTION, JOptionPane.NO_OPTION, JOptionPane.CANCEL_OPTION


Copyright © 1999-2010 CodeLutin. All Rights Reserved.