Interface symantec.itools.db.beans.binding.SaveChangesDialog
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.db.beans.binding.SaveChangesDialog
- public interface SaveChangesDialog
-
CANCEL
-
-
NO
-
-
YES
-
-
run()
- Returns one of these values: YES, NO, CANCEL
-
setMessage(String)
- Sets the message to be displayed
CANCEL
public static final int CANCEL
NO
public static final int NO
YES
public static final int YES
run
public abstract int run()
- Returns one of these values: YES, NO, CANCEL
setMessage
public abstract void setMessage(String message)
- Sets the message to be displayed
All Packages Class Hierarchy This Package Previous Next Index