Class choice

java.lang.Object
  extended by choice

 class choice
extends java.lang.Object

Subclass choice providing YES, NO, or CANCEL when made changes.


Field Summary
static int CANCEL
          CANCEL set to 2.
static int NO
          NO set to 1.
static int YES
          YES set to 0.
 
Constructor Summary
choice()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YES

public static int YES
YES set to 0.


NO

public static int NO
NO set to 1.


CANCEL

public static int CANCEL
CANCEL set to 2.

Constructor Detail

choice

choice()