Package com.nomagic.rcpf.constant
Class DialogConstants
- java.lang.Object
-
- com.nomagic.rcpf.constant.DialogConstants
-
public final class DialogConstants extends java.lang.Object
These constants are used for returning the result of the user input.
-
-
Constructor Summary
Constructors Constructor Description DialogConstants()
-
-
-
Field Detail
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
YES
public static final int YES
- See Also:
- Constant Field Values
-
NO
public static final int NO
- See Also:
- Constant Field Values
-
HELP
public static final int HELP
- See Also:
- Constant Field Values
-
YES_ALL
public static final int YES_ALL
- See Also:
- Constant Field Values
-
NO_ALL
public static final int NO_ALL
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
COMMIT
public static final int COMMIT
- See Also:
- Constant Field Values
-
DETAILS
public static final int DETAILS
- See Also:
- Constant Field Values
-
-