Package com.nomagic.rcpf.constant
Class DialogConstants
java.lang.Object
com.nomagic.rcpf.constant.DialogConstants
These constants are used for returning the result of the user input.
- Version:
- $Revision$, $Date$
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
-
CANCEL
public static final int CANCEL- See Also:
-
OK
public static final int OK- See Also:
-
YES
public static final int YES- See Also:
-
NO
public static final int NO- See Also:
-
HELP
public static final int HELP- See Also:
-
YES_ALL
public static final int YES_ALL- See Also:
-
NO_ALL
public static final int NO_ALL- See Also:
-
CLOSE
public static final int CLOSE- See Also:
-
COMMIT
public static final int COMMIT- See Also:
-
DETAILS
public static final int DETAILS- See Also:
-
-
Constructor Details
-
DialogConstants
public DialogConstants()
-