de.fh_mannheim.mm.dms.indexserver.gui.dialogs
Interface IEditDialog

All Known Implementing Classes:
DefaultEditDialog

public interface IEditDialog

This interfaces allows to ask, if the user has took the changes or not.

Version:
$Revision: 1.3 $
Author:
Jan Löffler, mail@jlsoft.de

Field Summary
static int INDEFINITE
           
static int SELECTEDABORT
           
static int SELECTEDOK
          Public declarations
 
Method Summary
 int getResult()
          Returns either SELECTEDOK, SELECTEDABORT or INDEFINITE
 

Field Detail

SELECTEDOK

public static final int SELECTEDOK
Public declarations

See Also:
Constant Field Values

SELECTEDABORT

public static final int SELECTEDABORT
See Also:
Constant Field Values

INDEFINITE

public static final int INDEFINITE
See Also:
Constant Field Values
Method Detail

getResult

public int getResult()
Returns either SELECTEDOK, SELECTEDABORT or INDEFINITE

Returns:
clicked button id