org.jclarion.clarion.constants
Class Button

java.lang.Object
  extended by org.jclarion.clarion.constants.Button

public class Button
extends java.lang.Object


Field Summary
static int ABORT
           
static int CANCEL
           
static int HELP
           
static int IGNORE
           
static int NO
           
static int OK
           
static int RETRY
           
static int YES
           
 
Constructor Summary
Button()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

ABORT

public static final int ABORT
See Also:
Constant Field Values

RETRY

public static final int RETRY
See Also:
Constant Field Values

IGNORE

public static final int IGNORE
See Also:
Constant Field Values

CANCEL

public static final int CANCEL
See Also:
Constant Field Values

HELP

public static final int HELP
See Also:
Constant Field Values
Constructor Detail

Button

public Button()


Copyright © 2010. All Rights Reserved.